aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--archetypes/default.md5
-rw-r--r--archetypes/til.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..25b6752
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+date = '{{ .Date }}'
+draft = true
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
++++
diff --git a/archetypes/til.md b/archetypes/til.md
new file mode 100644
index 0000000..d235b3c
--- /dev/null
+++ b/archetypes/til.md
@@ -0,0 +1,6 @@
++++
+title = "{{ replace .File.ContentBaseName "-" " " | title }}"
+date = {{ .Date }}
+draft = true
+categories = [ "TIL" ]
++++