diff options
Diffstat (limited to 'archetypes/project.md')
-rw-r--r-- | archetypes/project.md | 9 |
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 | --- | ||
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | ||
3 | date: {{ .Date }} | ||
4 | image: "" | ||
5 | draft: true | ||
6 | categories: ["projects"] | ||
7 | dontDisclaim: true | ||
8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" | ||
9 | --- | ||