aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/changelog.md15
-rw-r--r--archetypes/post.md1
2 files changed, 16 insertions, 0 deletions
diff --git a/archetypes/changelog.md b/archetypes/changelog.md
new file mode 100644
index 0000000..3a002ba
--- /dev/null
+++ b/archetypes/changelog.md
@@ -0,0 +1,15 @@
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/post.md b/archetypes/post.md
index d62ae73..43dca9a 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -1,4 +1,5 @@
1--- 1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}" 2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3date: {{ .Date }} 3date: {{ .Date }}
4draft: true
4--- 5---