diff options
Diffstat (limited to 'archetypes/guide-post.md')
-rw-r--r-- | archetypes/guide-post.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/guide-post.md b/archetypes/guide-post.md new file mode 100644 index 0000000..8e4b597 --- /dev/null +++ b/archetypes/guide-post.md | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | title: "{{ replace .Name "-" " " | title }}" | ||
3 | date: {{ .Date }} | ||
4 | draft: true | ||
5 | --- \ No newline at end of file | ||