From d4a116eba9b1cfaf71bb309f24f54a52141a040d Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 17 Mar 2019 20:39:18 +0000 Subject: [PATCH] theme: sync with v4.2 dev and upgrade `home/` widget front matter --- content/home/about.md | 5 +++-- content/home/accomplishments.md | 21 +++++++++++++-------- content/home/contact.md | 7 +++---- content/home/demo.md | 4 ++-- content/home/experience.md | 9 ++++----- content/home/featured.md | 3 ++- content/home/hero.md | 5 +++-- content/home/index.md | 5 +++++ content/home/people.md | 7 +++---- content/home/posts.md | 3 ++- content/home/projects.md | 5 +++-- content/home/publications.md | 3 ++- content/home/skills.md | 9 ++++----- content/home/slider.md | 7 +++---- content/home/tags.md | 7 +++---- content/home/talks.md | 3 ++- themes/academic | 2 +- 17 files changed, 58 insertions(+), 47 deletions(-) create mode 100644 content/home/index.md diff --git a/content/home/about.md b/content/home/about.md index b396f2e..47a8d49 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -1,6 +1,7 @@ +++ -# About/Biography widget. -widget = "about" # Do not modify this line! +# About widget. +widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 20 # Order that this section will appear in. diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md index 78924b1..e2fd9a2 100644 --- a/content/home/accomplishments.md +++ b/content/home/accomplishments.md @@ -1,14 +1,13 @@ +++ # Accomplishments widget. -widget = "accomplishments" # Do not modify this line! +widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false +weight = 50 # Order that this section will appear. title = "Accomplish­ments" subtitle = "" -# Order that this section will appear in. -weight = 50 - # Date format # Refer to https://sourcethemes.com/academic/docs/customization/#date-format date_format = "Jan 2006" @@ -20,24 +19,30 @@ date_format = "Jan 2006" # Begin/end multi-line descriptions with 3 quotes `"""`. [[item]] - title = "Neural Networks and Deep Learning" organization = "Coursera" + organization_url = "https://www.coursera.org" + title = "Neural Networks and Deep Learning" + url = "" certificate_url = "https://www.coursera.org" date_start = "2018-10-01" date_end = "" description = "" [[item]] - title = "Blockchain Fundamentals" organization = "edX" + organization_url = "https://www.edx.org" + title = "Blockchain Fundamentals" + url = "https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals" certificate_url = "https://www.edx.org" date_start = "2018-03-01" date_end = "" - description = "" + description = "Formulated informed blockchain models, hypotheses, and use cases." [[item]] - title = "Intro to Python" organization = "DataCamp" + organization_url = "https://www.datacamp.com" + title = "Object-Oriented Programming in R: S3 and R6 Course" + url = "" certificate_url = "https://www.datacamp.com" date_start = "2017-07-01" date_end = "2017-12-21" diff --git a/content/home/contact.md b/content/home/contact.md index a34f824..6459d09 100644 --- a/content/home/contact.md +++ b/content/home/contact.md @@ -1,14 +1,13 @@ +++ # Contact widget. -widget = "contact" # Do not modify this line! +widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false +weight = 130 # Order that this section will appear. title = "Contact" subtitle = "" -# Order that this section will appear in. -weight = 130 - # Automatically link email and phone? autolink = true diff --git a/content/home/demo.md b/content/home/demo.md index adca052..0777385 100644 --- a/content/home/demo.md +++ b/content/home/demo.md @@ -3,11 +3,11 @@ # Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/ # Add more sections by duplicating this file and customizing to your requirements. -widget = "blank" # Do not modify this line! +widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 15 # Order that this section will appear. -# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`. title = "Academic Kickstart" subtitle = "" diff --git a/content/home/experience.md b/content/home/experience.md index bc959f9..12d7b3d 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -1,17 +1,16 @@ +++ # Experience widget. -widget = "experience" # Do not modify this line! +widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false +weight = 40 # Order that this section will appear. title = "Experience" subtitle = "" -# Order that this section will appear in. -weight = 40 - # Date format for experience # Refer to https://sourcethemes.com/academic/docs/customization/#date-format -date_format = "January 2006" +date_format = "Jan 2006" # Experiences. # Add/remove as many `[[experience]]` blocks below as you like. diff --git a/content/home/featured.md b/content/home/featured.md index 06d588f..345b6ea 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -3,7 +3,8 @@ # This section displays publications from `content/publication/` which have # `featured = true` in their front matter. -widget = "featured" # Do not modify this line! +widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 80 # Order that this section will appear. diff --git a/content/home/hero.md b/content/home/hero.md index 3e15fd2..0fa2dce 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -1,6 +1,7 @@ +++ # Hero widget. -widget = "hero" # Do not modify this line! +widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = false # Activate this widget? true/false weight = 10 # Order that this section will appear. @@ -33,7 +34,7 @@ hero_media = "" # Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`. # Remove a link/note by deleting a cta/note block. [cta] - url = "post/getting-started/" + url = "https://sourcethemes.com/academic/docs/install/" label = "Get Started" icon_pack = "fas" icon = "download" diff --git a/content/home/index.md b/content/home/index.md new file mode 100644 index 0000000..ef8bad5 --- /dev/null +++ b/content/home/index.md @@ -0,0 +1,5 @@ ++++ +# Homepage +type = "widget_page" +headless = true # Homepage is headless, other widget pages are not. ++++ diff --git a/content/home/people.md b/content/home/people.md index fe7730d..94a1b0b 100644 --- a/content/home/people.md +++ b/content/home/people.md @@ -1,14 +1,13 @@ +++ # People widget. -widget = "people" # Do not modify this line! +widget = "people" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = false # Activate this widget? true/false +weight = 68 # Order that this section will appear. title = "People" subtitle = "" -# Order that this section will appear in. -weight = 68 - # List user groups to display. # Edit each user's `user_groups` to add them to one or more of these groups. user_groups = ["Principal Investigators", diff --git a/content/home/posts.md b/content/home/posts.md index 1d0fab8..12b3b6f 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -2,7 +2,8 @@ # A Recent Blog Posts section created with the Pages widget. # This section displays recent blog posts from `content/post/`. -widget = "pages" # Do not modify this line! +widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 60 # Order that this section will appear. diff --git a/content/home/projects.md b/content/home/projects.md index e1d7aa5..c01e8b8 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -1,6 +1,7 @@ +++ -# Portfolio widget. -widget = "portfolio" # Do not modify this line! +# A Projects section created with the Portfolio widget. +widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 65 # Order that this section will appear. diff --git a/content/home/publications.md b/content/home/publications.md index 1963062..1d22f86 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -2,7 +2,8 @@ # A Recent Publications section created with the Pages widget. # This section displays recent blog posts from `content/publication/`. -widget = "pages" # Do not modify this line! +widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 90 # Order that this section will appear. diff --git a/content/home/skills.md b/content/home/skills.md index 0e71d2c..9f9f18e 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -1,14 +1,13 @@ +++ -# Feature/Skill widget. -widget = "featurette" # Do not modify this line! +# A Skills section created with the Featurette widget. +widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false +weight = 30 # Order that this section will appear. title = "Skills" subtitle = "" -# Order that this section will appear in. -weight = 30 - # Showcase personal skills or business features. # # Add/remove as many `[[feature]]` blocks below as you like. diff --git a/content/home/slider.md b/content/home/slider.md index 0f1ca3d..0aa7cdc 100644 --- a/content/home/slider.md +++ b/content/home/slider.md @@ -1,10 +1,9 @@ +++ # Slider widget. -widget = "slider" # Do not modify this line! +widget = "slider" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = false # Activate this widget? true/false - -# Order that this section will appear in. -weight = 1 +weight = 1 # Order that this section will appear. # Slide interval. # Use `false` to disable animation or enter a time in ms, e.g. `5000` (5s). diff --git a/content/home/tags.md b/content/home/tags.md index d0d7d22..4ad29fe 100644 --- a/content/home/tags.md +++ b/content/home/tags.md @@ -1,11 +1,10 @@ +++ # Tag Cloud widget. -widget = "tag_cloud" # Do not modify this line! +widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false +weight = 120 # Order that this section will appear. title = "Popular Topics" subtitle = "" - -# Order that this section will appear in. -weight = 120 +++ diff --git a/content/home/talks.md b/content/home/talks.md index eeed17d..2be0258 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -2,7 +2,8 @@ # A Recent and Upcoming Talks section created with the Pages widget. # This section displays recent talks from `content/talk/`. -widget = "pages" # Do not modify this line! +widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 70 # Order that this section will appear. diff --git a/themes/academic b/themes/academic index e2274c6..ea4621a 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit e2274c6b35d56e9cc50b7d67c96e8dbbe073182d +Subproject commit ea4621aedb025c8ab44dcfb63d01d9b434297ea1