From b42fcbc0f8976fdb5948d07cebbb30ee86024f3a Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 13 Nov 2020 01:38:09 +0000 Subject: feat: convert home/about to YAML --- content/home/about.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'content') diff --git a/content/home/about.md b/content/home/about.md index 13d45394..9430976b 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 +--- -- cgit v1.2.3