remove sub module theme and add our own theme
This commit is contained in:
5
themes/tse/archetypes/default.md
Normal file
5
themes/tse/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
---
|
||||
|
||||
This is a page about »{{ replace .Name "-" " " | title }}«.
|
||||
22
themes/tse/archetypes/homepage.md
Normal file
22
themes/tse/archetypes/homepage.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
|
||||
# The "header_menu_title" value will be used as text for header buttons.
|
||||
# The "title" value will be used if value for "header_menu_title" is not provided.
|
||||
#header_menu_title: 'Short Menu Title'
|
||||
|
||||
# The "navigation_menu_title" value will be used as text for fixed menu items.
|
||||
# The "title" value will be used if value for "navigation_menu_title" is not provided.
|
||||
#navigation_menu_title: 'Short Menu 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
|
||||
---
|
||||
|
||||
This is just another section to appear on the homepage.
|
||||
Reference in New Issue
Block a user