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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-01-28 12:36:32 +0300
committerWang Chucheng <me@wangchucheng.com>2021-01-28 12:36:32 +0300
commitef43e8347388e20a96e2472088623b8901da21bb (patch)
tree372da19414da4905e1c1dacd195354dc0f026aa3 /archetypes/authors
parent13d24aee7a87924442254f0efc7011630054ba14 (diff)
refactor: migrate from toml to yaml
Diffstat (limited to 'archetypes/authors')
-rw-r--r--archetypes/authors/_index.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/archetypes/authors/_index.md b/archetypes/authors/_index.md
index 49103fa..669fecd 100644
--- a/archetypes/authors/_index.md
+++ b/archetypes/authors/_index.md
@@ -1,19 +1,19 @@
-+++
+---
# Name
-title = "{{ replace .Name "-" " " | title }}"
-role = ""
-bio = ""
-avatar = ""
+title: {{ replace .Name "-" " " | title }}
+role:
+bio:
+avatar:
-[organization]
- name = ""
- url = ""
+organization:
+ name:
+ url:
# Check the available icons on https://fontawesome.com/.
# You can get similar results like this <i class="fab fa-github"></i> after searching.
# Then icon is github and iconPack is fab for this case.
-[[social]]
- icon = ""
- iconPack = ""
- url = ""
-+++ \ No newline at end of file
+social:
+ - icon:
+ iconPack:
+ url:
+--- \ No newline at end of file