From ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 23 Oct 2023 19:29:28 -0400 Subject: update layouts, readme, config --- archetypes/changelog.md | 15 --------------- archetypes/guide-post.md | 5 ----- archetypes/project.md | 9 +++++++++ archetypes/recipe.md | 7 ------- 4 files changed, 9 insertions(+), 27 deletions(-) delete mode 100644 archetypes/changelog.md delete mode 100644 archetypes/guide-post.md create mode 100644 archetypes/project.md delete mode 100644 archetypes/recipe.md (limited to 'archetypes') diff --git a/archetypes/changelog.md b/archetypes/changelog.md deleted file mode 100644 index 3a002ba..0000000 --- a/archetypes/changelog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: {{ .Date }} -date: {{ .Date }} -draft: true ---- - -## Changes - -- Change 1 -- Change 2 - -## Notes - -- Note 1 -- Note 2 \ No newline at end of file diff --git a/archetypes/guide-post.md b/archetypes/guide-post.md deleted file mode 100644 index 8e4b597..0000000 --- a/archetypes/guide-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- \ No newline at end of file diff --git a/archetypes/project.md b/archetypes/project.md new file mode 100644 index 0000000..4e1af79 --- /dev/null +++ b/archetypes/project.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .File.ContentBaseName "-" " " | title }}" +date: {{ .Date }} +image: "" +draft: true +categories: ["projects"] +dontDisclaim: true +description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" +--- diff --git a/archetypes/recipe.md b/archetypes/recipe.md deleted file mode 100644 index 051745e..0000000 --- a/archetypes/recipe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true -categories: - - Recipes ---- \ No newline at end of file -- cgit v1.1