diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-09-28 17:54:17 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-09-28 17:54:17 -0400 |
commit | a09cc69c3889809cb18ce1d672da41b314fe9f05 (patch) | |
tree | 92362134259ac0abc05fbfa8e55dc9040907018d /archetypes | |
parent | f1915b81b7aa87cdf9f9cad5f6122ec2ac3874d5 (diff) |
Initial Site push
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 @@ | |||
1 | --- | ||
2 | title: "{{ replace .Name "-" " " | title }}" | ||
3 | date: {{ .Date }} | ||
4 | draft: true | ||
5 | --- | ||
6 | |||