diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd7..7f4fe8cb 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,19 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- ++++ +title = "{{ replace .Name "-" " " | title }}" +subtitle = "" +# Add a summary to display on homepage (optional). +summary = "" + +date = {{ .Date }} +draft = false + +# Tags and categories +# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags. +tags = [] +categories = [] +# Series (optional). +# Otherwise, set `series = []`. +# series = ["series1"] + ++++