chore: initial commit

This commit is contained in:
Jan Raasch 2020-07-07 10:37:57 +02:00
commit b05ff4eb22
86 changed files with 12051 additions and 0 deletions

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
---
title: '{{ replace .Name "-" " " | title }}'
---
This is a page about »{{ replace .Name "-" " " | title }}«.

11
archetypes/homepage.md Normal file
View file

@ -0,0 +1,11 @@
---
title: '{{ replace .Name "-" " " | 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.