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.
|
||||
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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue