diff --git a/archetypes/default.md b/archetypes/default.md index e3a228f..6cd799e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,31 +1,18 @@ --- +# Post draft: true -tags: [] +searchHidden: false +showToc: true # Table of Contents author: "TrudeEH" -cover: - image: "" # image path/url - alt: "" # alt text - caption: "" # display caption under cover - relative: false # when using page bundles set this to true - hidden: true # only hide on current single page -description: "" - title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -showToc: true -TocOpen: false -hidemeta: false -comments: false -disableHLJS: true # to disable highlights -disableShare: false -disableHLJS: false -hideSummary: false -searchHidden: true -ShowReadingTime: true -ShowBreadCrumbs: true -ShowPostNavLinks: true -ShowWordCount: true -ShowRssButtonInSectionTermList: true -UseHugoToc: true +tags: [] +description: "" +cover: + image: "" # image path/url + alt: "" # alt text + caption: "" # display caption under cover + relative: false # when using page bundles set this to true + hidden: true # only hide on current single page --- diff --git a/config.yaml b/config.yaml index 00ad7d5..7efb917 100644 --- a/config.yaml +++ b/config.yaml @@ -11,6 +11,8 @@ outputs: - RSS - JSON # necessary for search +taxonomies: + tag: tags enableRobotsTXT: true buildDrafts: false @@ -47,7 +49,7 @@ params: comments: false hidemeta: false hideSummary: false - showtoc: false + showtoc: true tocopen: false assets: @@ -119,8 +121,8 @@ params: menu: main: - identifier: categories - name: Categories - url: /categories/ + name: Posts + url: /posts/ weight: 10 - identifier: tags name: Tags