diff options
Diffstat (limited to 'archetypes/posts.md')
| -rw-r--r-- | archetypes/posts.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 | --- | ||
| 2 | title: "{{ replace .Name "-" " " | title }}" | ||
| 3 | url: new-post.html | ||
| 4 | date: {{ .Date }} | ||
| 5 | draft: true | ||
| 6 | --- | ||
| 7 | |||
| 8 | Start here ... | ||
| 9 | |||
