From 43b0708769eb61392050045b881f8e6ba39c5b66 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:40:40 +0200 Subject: Massive update to posts, archetypes Added a archetypes for creating notes and posts so it auto-populates fields. Fixed existing posts so they align with the rule of 80 columns now. --- archetypes/posts.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 archetypes/posts.md (limited to 'archetypes/posts.md') diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..b9dad61 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +url: new-post.html +date: {{ .Date }} +draft: true +--- + +Start here ... + -- cgit v1.2.3