aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/changelog.md15
-rw-r--r--archetypes/guide-post.md5
-rw-r--r--archetypes/project.md9
-rw-r--r--archetypes/recipe.md7
4 files changed, 9 insertions, 27 deletions
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 @@
1---
2title: {{ .Date }}
3date: {{ .Date }}
4draft: true
5---
6
7## Changes
8
9- Change 1
10- Change 2
11
12## Notes
13
14- Note 1
15- 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 @@
1---
2title: "{{ replace .Name "-" " " | title }}"
3date: {{ .Date }}
4draft: true
5--- \ 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 @@
1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3date: {{ .Date }}
4image: ""
5draft: true
6categories: ["projects"]
7dontDisclaim: true
8description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project"
9---
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 @@
1---
2title: "{{ replace .Name "-" " " | title }}"
3date: {{ .Date }}
4draft: true
5categories:
6 - Recipes
7--- \ No newline at end of file