diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..975e7a6 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,20 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +disable_share: true +omit_header_text: true +categories: + - General + - Linux + - Anime + - Science + - KDE +tags: + - linux + - kde + - anime + - science + - hacks +--- +