From 5373f338b9e79df45333b534079f55b1c254660a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 4 Aug 2023 21:37:52 +0200 Subject: [PATCH] Finally made this basis --- archetypes/rambles/default.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 archetypes/rambles/default.md diff --git a/archetypes/rambles/default.md b/archetypes/rambles/default.md new file mode 100644 index 0000000..acccd57 --- /dev/null +++ b/archetypes/rambles/default.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +author: "$HUMANOID" +tags: ["", ""] +description: "This is the default article description" +draft: true +---