diff options
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/categories.md | 7 | ||||
-rw-r--r-- | archetypes/default.md | 11 | ||||
-rw-r--r-- | archetypes/tags.md | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/archetypes/categories.md b/archetypes/categories.md new file mode 100644 index 0000000..d771b29 --- /dev/null +++ b/archetypes/categories.md @@ -0,0 +1,7 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +image: +style: + background: "#2a9d8f" + color: "#fff" +---
\ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0556d3a --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,11 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: +license: +hidden: false +comments: true +draft: true +---
\ No newline at end of file diff --git a/archetypes/tags.md b/archetypes/tags.md new file mode 100644 index 0000000..2fd2fd7 --- /dev/null +++ b/archetypes/tags.md @@ -0,0 +1,5 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +image: +---
\ No newline at end of file |