aboutsummaryrefslogtreecommitdiff
path: root/archetypes/til.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/til.md')
-rw-r--r--archetypes/til.md6
1 files changed, 6 insertions, 0 deletions
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" ]
++++