summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-05 16:32:39 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-05 16:32:39 +0200
commit2adb290449558b5e1b7a30bb9d25156ae0491445 (patch)
tree16e50db54dfd71b45a9da436d5b957a4eea95773 /archetypes
parentfa492e710e0b055aad5364d2dcd5b5bffe1c2932 (diff)
Changes to rss handling
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..45b16e7
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: {{ replace .Name "-" " " | title }}
+date: {{ .Date }}
+draft: true
+index: false
+---