diff options
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/changelog.md | 15 | ||||
-rw-r--r-- | archetypes/post.md | 1 |
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 | --- | ||
2 | title: {{ .Date }} | ||
3 | date: {{ .Date }} | ||
4 | draft: 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 | --- |
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | 2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" |
3 | date: {{ .Date }} | 3 | date: {{ .Date }} |
4 | draft: true | ||
4 | --- | 5 | --- |