feat: convert home/about to YAML
This commit is contained in:
parent
f702e0b354
commit
b42fcbc0f8
2 changed files with 20 additions and 13 deletions
|
@ -1,14 +1,21 @@
|
||||||
+++
|
---
|
||||||
# About widget.
|
# An instance of the About widget.
|
||||||
widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||||
headless = true # This file represents a page section.
|
widget: about
|
||||||
active = true # Activate this widget? true/false
|
|
||||||
weight = 20 # Order that this section will appear in.
|
|
||||||
|
|
||||||
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
|
# Choose the user profile to display
|
||||||
# This should be the username of a profile in your `content/authors/` folder.
|
# 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"
|
author: admin
|
||||||
+++
|
---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# An instance of the About widget.
|
# An instance of the About widget.
|
||||||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||||
widget: about
|
widget: about
|
||||||
|
|
||||||
# Activate this widget? true/false
|
# Activate this widget? true/false
|
||||||
|
@ -16,6 +16,6 @@ title: Biography
|
||||||
|
|
||||||
# Choose the user profile to display
|
# Choose the user profile to display
|
||||||
# This should be the username (folder name) of a profile in your `content/authors/` folder.
|
# 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
|
author: admin
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue