diff --git a/content/home/about.md b/content/home/about.md index 13d4539..9430976 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -1,14 +1,21 @@ -+++ -# 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. +--- +# An instance of the About widget. +# Documentation: https://wowchemy.com/docs/page-builder/ +widget: about -title = "Biography" +# Activate this widget? true/false +active: true + +# This file represents a page section. +headless: true + +# Order that this section appears on the page. +weight: 20 + +title: Biography # Choose the user profile to display -# This should be the username of a profile in your `content/authors/` folder. -# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself -author = "admin" -+++ +# This should be the username (folder name) of a profile in your `content/authors/` folder. +# See https://wowchemy.com/docs/get-started/#introduce-yourself +author: admin +--- diff --git a/exampleSite/content/home/about.md b/exampleSite/content/home/about.md index 7cdc8f5..9430976 100644 --- a/exampleSite/content/home/about.md +++ b/exampleSite/content/home/about.md @@ -1,6 +1,6 @@ --- # An instance of the About widget. -# Documentation: https://sourcethemes.com/academic/docs/page-builder/ +# Documentation: https://wowchemy.com/docs/page-builder/ widget: about # Activate this widget? true/false @@ -16,6 +16,6 @@ title: Biography # Choose the user profile to display # This should be the username (folder name) of a profile in your `content/authors/` folder. -# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself +# See https://wowchemy.com/docs/get-started/#introduce-yourself author: admin ---