From 2237a1714788fd3b69a5944edd7ad6098c574196 Mon Sep 17 00:00:00 2001 From: jpk Date: Mon, 27 Mar 2023 08:42:13 +0200 Subject: [PATCH] Removed unnecessary file --- archetypes/default.md | 4 ++++ archetypes/links.md | 8 ++++++++ {archtypes => archetypes}/posts.md | 2 +- archtypes/default.md | 6 ------ archtypes/links.md | 10 ---------- 5 files changed, 13 insertions(+), 17 deletions(-) create mode 100644 archetypes/links.md rename {archtypes => archetypes}/posts.md (89%) delete mode 100644 archtypes/default.md delete mode 100644 archtypes/links.md diff --git a/archetypes/default.md b/archetypes/default.md index a845151..00e77bd 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,6 @@ --- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true --- + diff --git a/archetypes/links.md b/archetypes/links.md new file mode 100644 index 0000000..527ac12 --- /dev/null +++ b/archetypes/links.md @@ -0,0 +1,8 @@ +--- +title: Links collected in {{ .PublishDate "January 2006" }} +author: {{ .Author }} +date: {{ .Date }} +description: (/◕ヮ◕)/ (^o^) (✿◠‿◠) +--- + + diff --git a/archtypes/posts.md b/archetypes/posts.md similarity index 89% rename from archtypes/posts.md rename to archetypes/posts.md index de6eb13..a37f5d9 100644 --- a/archtypes/posts.md +++ b/archetypes/posts.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" -author: GoatFoo +author: {{ .Author }} date: {{ .Date }} categories: tags: diff --git a/archtypes/default.md b/archtypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archtypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/archtypes/links.md b/archtypes/links.md deleted file mode 100644 index 08a95f6..0000000 --- a/archtypes/links.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Link collection -author: GoatFOo -date: {{ .Date }} -categories: -tags: -description: (/◕ヮ◕)/ (^o^) (✿◠‿◠) ---- - -