aboutsummaryrefslogtreecommitdiffhomepage
path: root/archetypes
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-05-19 08:48:52 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-05-19 08:48:52 -0400
commit24897b4ec55af3f21ce690783b9ca62c51f2ee67 (patch)
tree827232f612a72f267a1bebc08912acf7901b281e /archetypes
initial commit
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md5
1 files changed, 5 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 }}'
++++