diff options
author | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
commit | 9569ecd0c224fffac79e2710a145d1f87c4c12e7 (patch) | |
tree | c1a1580e04ccb66640985efae5293c01d7487cb8 /archetypes | |
parent | f7ef802c49ba83d38183dade9e2138c3bdc5c224 (diff) |
Add missing hugo files
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..ddab2dc --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,15 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true + +author: +written: +firstPublished: +source: +translated: +transcription: +proofed: +copyleft: Creative Commons Attribution-ShareAlike License 2.0 +--- + |