diff --git a/archetypes/posts.md b/archetypes/posts.md index a0d1a30..9164849 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,10 +1,11 @@ -+++ -title = "" -date = "" -author = "" -cover = "" -tags = ["", ""] -keywords = ["", ""] -description = "" -showFullContent = false -+++ +--- +title: "{{ replace .Name "-" " " | title }}" +date: "{{ .Date }}" +draft: true +author: '{{ index .Site.Author "name" }}' +cover: "" +tags: ["", ""] +keywords: ["", ""] +description: "" +showFullContent : false +---