diff options
-rw-r--r-- | archetypes/docs.md | 2 | ||||
-rw-r--r-- | archetypes/posts.md | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/docs.md b/archetypes/docs.md index e215100..ba121ca 100644 --- a/archetypes/docs.md +++ b/archetypes/docs.md @@ -1,4 +1,6 @@ --- title: "{{ .Name | humanize | title }}" weight: 1 +# bookFlatSection: false +# bookShowToC: true --- diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..2a20769 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,4 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +---
\ No newline at end of file |