aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/notes.md11
-rw-r--r--archetypes/posts.md9
2 files changed, 20 insertions, 0 deletions
diff --git a/archetypes/notes.md b/archetypes/notes.md
new file mode 100644
index 0000000..9f13d6d
--- /dev/null
+++ b/archetypes/notes.md
@@ -0,0 +1,11 @@
1---
2title: "{{ replace .Name "-" " " | title }}"
3url: {{ .Name }}.html
4date: {{ .Date }}
5type: notes
6draft: true
7tags: []
8---
9
10Start here ...
11
diff --git a/archetypes/posts.md b/archetypes/posts.md
new file mode 100644
index 0000000..b9dad61
--- /dev/null
+++ b/archetypes/posts.md
@@ -0,0 +1,9 @@
1---
2title: "{{ replace .Name "-" " " | title }}"
3url: new-post.html
4date: {{ .Date }}
5draft: true
6---
7
8Start here ...
9