]> danix's work - danix.xyz-2.git/commitdiff
feat: add articles archetype with standard frontmatter
authorDanilo M. <redacted>
Thu, 30 Apr 2026 11:08:50 +0000 (13:08 +0200)
committerDanilo M. <redacted>
Thu, 30 Apr 2026 11:08:50 +0000 (13:08 +0200)
Co-Authored-By: Claude Sonnet 4.6 <redacted>
archetypes/articles.md [new file with mode: 0644]

diff --git a/archetypes/articles.md b/archetypes/articles.md
new file mode 100644 (file)
index 0000000..7d6f0c6
--- /dev/null
@@ -0,0 +1,11 @@
++++
+title = "{{ replace .File.ContentBaseName "-" " " | title }}"
+author = "Danilo M."
+type = "life"
+date = "{{ .Date }}"
+draft = true
+excerpt = ""
+image = ""
+tags = []
+categories = []
++++