diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 16:03:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 16:03:13 +0100 |
commit | e532d6fb97337be94a094473e0fec8c5a6bbee78 (patch) | |
tree | dcd8cede060d6ccf8b08ab904a943b6d911cd44b /archetypes | |
parent | 0c38f45ba462aeb2dbd1141041d1698f2f556b3d (diff) |
Adds an architype for techjournals
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/techjournal.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archetypes/techjournal.md b/archetypes/techjournal.md new file mode 100644 index 0000000..9a7c175 --- /dev/null +++ b/archetypes/techjournal.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +categories: ['Tech'] +tags: ['untagged'] +--- + |