diff --git a/archetypes/activity/index.md b/archetypes/activity/index.md new file mode 100644 index 0000000000000000000000000000000000000000..b61a94a08f880a7b846a8851df49b533ed6e608b --- /dev/null +++ b/archetypes/activity/index.md @@ -0,0 +1,5 @@ ++++ +title = "{{ .Name | humanize | title }}" +date = "{{ .Date }}" +weight = 10 ++++ diff --git a/archetypes/docs.md b/archetypes/docs.md deleted file mode 100644 index 17e014c073bb960d606598dca2eac21631ce6a39..0000000000000000000000000000000000000000 --- a/archetypes/docs.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "{{ .Name | humanize | title }}" -weight: 1 -# bookFlatSection: false -# bookToc: true -# bookHidden: false -# bookCollapseSection: false -# bookComments: false -# bookSearchExclude: false ---- diff --git a/archetypes/posts.md b/archetypes/posts.md deleted file mode 100644 index f897e951f47b14ca8aff639c90534ccc3f0ea638..0000000000000000000000000000000000000000 --- a/archetypes/posts.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ .Name | humanize | title }}" -date: {{ .Date }} -# bookComments: false -# bookSearchExclude: false ---- diff --git a/archetypes/section/_index.md b/archetypes/section/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..d1b661360413a399af38c9cbbc2f459a69ebdb0d --- /dev/null +++ b/archetypes/section/_index.md @@ -0,0 +1,7 @@ ++++ +title = "{{ .Name | humanize | title }}" +weight = 10 +bookCollapseSection = true ++++ + +{{< section >}}