diff options
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/drama.md | 9 | ||||
| -rw-r--r-- | archetypes/narrative.md | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/archetypes/drama.md b/archetypes/drama.md new file mode 100644 index 0000000..cdc87b0 --- /dev/null +++ b/archetypes/drama.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .File.ContentBaseName "-" " " | title }}" +date: {{ .Date }} +draft: true +type: drama +author: "" +editor: "" +source: "" +--- diff --git a/archetypes/narrative.md b/archetypes/narrative.md new file mode 100644 index 0000000..166627d --- /dev/null +++ b/archetypes/narrative.md @@ -0,0 +1,12 @@ +--- +title: "{{ replace .File.ContentBaseName "-" " " | title }}" +date: {{ .Date }} +draft: true +type: narrative +rights: "" +author: "" +editor: "" +source: "" +toc: + - "" +--- |
