aboutsummaryrefslogtreecommitdiff
path: root/archetypes/project.md
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-23 19:29:28 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-23 19:29:28 -0400
commitae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (patch)
tree0c4d95f65ba7fbbaf26b8e187818c259c3f03886 /archetypes/project.md
parent6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff)
update layouts, readme, config
Diffstat (limited to 'archetypes/project.md')
-rw-r--r--archetypes/project.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/project.md b/archetypes/project.md
new file mode 100644
index 0000000..4e1af79
--- /dev/null
+++ b/archetypes/project.md
@@ -0,0 +1,9 @@
1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3date: {{ .Date }}
4image: ""
5draft: true
6categories: ["projects"]
7dontDisclaim: true
8description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project"
9---