diff options
author | Robby Zambito <contact@robbyzambito.me> | 2020-10-30 09:36:31 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2020-10-30 09:36:31 -0400 |
commit | 25fd81cc7f67cf125bd6bacad9966e8580d49b0a (patch) | |
tree | df7ff28a89ffba45bbea9727813811cb275e13b2 /archetypes |
Initial commit
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + |