From f7ccee9be8569eb2efc2319554e49757f550c77f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 26 Sep 2023 23:26:39 -0400 Subject: update archetypes --- archetypes/post.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archetypes/post.md (limited to 'archetypes/post.md') diff --git a/archetypes/post.md b/archetypes/post.md new file mode 100644 index 0000000..7b017b9 --- /dev/null +++ b/archetypes/post.md @@ -0,0 +1,3 @@ +--- +title: "{{ replace .File.ContentBaseName "-" " " | title }}" +--- \ No newline at end of file -- cgit v1.1 From b179606dac7cf36c490512146ad8ce898f7800b2 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 27 Sep 2023 21:50:42 -0400 Subject: theme tweaks --- archetypes/post.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archetypes/post.md') diff --git a/archetypes/post.md b/archetypes/post.md index 7b017b9..d62ae73 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,3 +1,4 @@ --- title: "{{ replace .File.ContentBaseName "-" " " | title }}" ---- \ No newline at end of file +date: {{ .Date }} +--- -- cgit v1.1 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/post.md | 1 + 1 file changed, 1 insertion(+) (limited to 'archetypes/post.md') 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 From 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 20 Oct 2023 22:49:31 -0400 Subject: add summary for books --- archetypes/post.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archetypes/post.md') diff --git a/archetypes/post.md b/archetypes/post.md index 43dca9a..304e9f5 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,5 +1,7 @@ --- title: "{{ replace .File.ContentBaseName "-" " " | title }}" date: {{ .Date }} +image: "" +description: "Thoughts about some topic" draft: true --- -- cgit v1.1