1
0

Conversion to YAML
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-28 14:42:22 +02:00
parent a6ca16976a
commit 22a59363f0
6 changed files with 111 additions and 143 deletions

View File

@@ -1,14 +1,10 @@
+++
# 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.
---
widget: "about"
headless: true
active: true
weight: 20
title = "Biography"
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"
+++
author: "admin"
---