Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 04:38:09 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 04:38:09 +0300
commitb42fcbc0f8976fdb5948d07cebbb30ee86024f3a (patch)
treeca9268105e884cd0c2a0ef3e0982960da377d08e /content
parentf702e0b354fb7368bcdbe43355d1f2b638aef820 (diff)
feat: convert home/about to YAML
Diffstat (limited to 'content')
-rw-r--r--content/home/about.md29
1 files changed, 18 insertions, 11 deletions
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
+---