theme: sync with v4.2 dev and upgrade `home/` widget front matter

This commit is contained in:
George Cushen 2019-03-17 20:39:18 +00:00
parent 9202d474dc
commit d4a116eba9
17 changed files with 58 additions and 47 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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

View File

@ -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 = ""

View File

@ -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.

View File

@ -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.

View File

@ -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"

5
content/home/index.md Normal file
View File

@ -0,0 +1,5 @@
+++
# Homepage
type = "widget_page"
headless = true # Homepage is headless, other widget pages are not.
+++

View File

@ -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",

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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).

View File

@ -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
+++

View File

@ -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.

@ -1 +1 @@
Subproject commit e2274c6b35d56e9cc50b7d67c96e8dbbe073182d
Subproject commit ea4621aedb025c8ab44dcfb63d01d9b434297ea1