From 93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 3 Oct 2023 23:44:31 -0400 Subject: add changelog, assets, new partial --- archetypes/changelog.md | 15 +++++++++++++++ archetypes/post.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 archetypes/changelog.md (limited to 'archetypes') diff --git a/archetypes/changelog.md b/archetypes/changelog.md new file mode 100644 index 0000000..3a002ba --- /dev/null +++ b/archetypes/changelog.md @@ -0,0 +1,15 @@ +--- +title: {{ .Date }} +date: {{ .Date }} +draft: true +--- + +## Changes + +- Change 1 +- Change 2 + +## Notes + +- Note 1 +- Note 2 \ No newline at end of file diff --git a/archetypes/post.md b/archetypes/post.md index d62ae73..43dca9a 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,4 +1,5 @@ --- title: "{{ replace .File.ContentBaseName "-" " " | title }}" date: {{ .Date }} +draft: true --- -- cgit v1.1