Update homepage archetype with name
This commit is contained in:
parent
b8e0f89eb0
commit
264742eb3e
|
@ -1,9 +1,15 @@
|
||||||
---
|
---
|
||||||
title: '{{ replace .Name "-" " " | title }}'
|
title: '{{ replace .Name "-" " " | title }}'
|
||||||
|
|
||||||
|
# The "name" value will be used as text for buttons and fixed menu items.
|
||||||
|
# The "title" will be used if "name" is not provided.
|
||||||
|
#name: 'Short Title'
|
||||||
|
|
||||||
# The "weight" will determine where this section appears on the "homepage".
|
# The "weight" will determine where this section appears on the "homepage".
|
||||||
# A bigger weight will place the content more towards the bottom of the page.
|
# A bigger weight will place the content more towards the bottom of the page.
|
||||||
# It's like gravity ;-).
|
# It's like gravity ;-).
|
||||||
weight: 5
|
weight: 5
|
||||||
|
|
||||||
# If "header_menu" is true, then a button linking to this section will be placed
|
# If "header_menu" is true, then a button linking to this section will be placed
|
||||||
# into the header menu at the top of the homepage.
|
# into the header menu at the top of the homepage.
|
||||||
header_menu: true
|
header_menu: true
|
||||||
|
|
Loading…
Reference in a new issue