diff --git a/archetypes/homepage.md b/archetypes/homepage.md index 9a01e46..447e4cd 100644 --- a/archetypes/homepage.md +++ b/archetypes/homepage.md @@ -1,9 +1,15 @@ --- 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". # A bigger weight will place the content more towards the bottom of the page. # It's like gravity ;-). weight: 5 + # 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. header_menu: true