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. --- content/notes/something.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/notes/something.md (limited to 'content/notes/something.md') diff --git a/content/notes/something.md b/content/notes/something.md new file mode 100644 index 0000000..435ea8c --- /dev/null +++ b/content/notes/something.md @@ -0,0 +1,11 @@ +--- +title: "Something" +url: something.html +date: 2023-05-26T00:37:57+02:00 +type: notes +draft: true +tags: [] +--- + +Start here ... + -- cgit v1.2.3