diff options
Diffstat (limited to 'archetypes/notes.md')
| -rw-r--r-- | archetypes/notes.md | 11 |
1 files changed, 11 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 | --- | ||
| 2 | title: "{{ replace .Name "-" " " | title }}" | ||
| 3 | url: {{ .Name }}.html | ||
| 4 | date: {{ .Date }} | ||
| 5 | type: notes | ||
| 6 | draft: true | ||
| 7 | tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 | Start here ... | ||
| 11 | |||
