summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-04-29 10:16:09 -0400
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-04-29 10:16:09 -0400
commit2cd42b9d71238abc14748566134ead380d5f0969 (patch)
tree03b479b0d92781add4c196bb515886f0b981e842 /archetypes
Init
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md5
-rw-r--r--archetypes/posts.md10
2 files changed, 15 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..cae8048
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = false
++++
diff --git a/archetypes/posts.md b/archetypes/posts.md
new file mode 100644
index 0000000..9506225
--- /dev/null
+++ b/archetypes/posts.md
@@ -0,0 +1,10 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description: ""
+draft: true
+author: ""
+cover: ""
+tags: [""]
+theme: "dark"
+---