|
@@ -1,10 +1,10 @@
|
|
---
|
|
---
|
|
# Display name
|
|
# Display name
|
|
-name: "{{ replace .Name "-" " " | title }}"
|
|
|
|
|
|
+title: "{{ replace .Name "-" " " | title }}"
|
|
|
|
|
|
# Username (this should match the folder name and the name on publications)
|
|
# Username (this should match the folder name and the name on publications)
|
|
authors:
|
|
authors:
|
|
-- Name "{{ replace .Name "-" " " | title }}"
|
|
|
|
|
|
+- "{{ urlize .Name }}"
|
|
|
|
|
|
# Is this the primary user of the site?
|
|
# Is this the primary user of the site?
|
|
superuser: false
|
|
superuser: false
|