diff --git a/archetypes/default.md b/archetypes/default.md index c6f3fce..6e55b79 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,15 @@ -+++ -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -date = {{ .Date }} -draft = true -+++ +--- +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +author: ["Me", "You"] +date: '{{ .Date }}' +draft: true +ShowToc: true +cover: + image: "images/" + alt: "" + caption: "" + relative: true # To use relative path for cover image, used in hugo Page-bundles +ShowBreadCrumbs: true +ShowPostNavLinks: true +ShowReadingTime: true +--- \ No newline at end of file