From: Danilo M. Date: Thu, 30 Apr 2026 11:08:50 +0000 (+0200) Subject: feat: add articles archetype with standard frontmatter X-Git-Tag: release_30042026-1419~10 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=f8b88b8487448515b170d1d534e8221a9f62d19d;p=danix.xyz-2.git feat: add articles archetype with standard frontmatter Co-Authored-By: Claude Sonnet 4.6 --- diff --git a/archetypes/articles.md b/archetypes/articles.md new file mode 100644 index 0000000..7d6f0c6 --- /dev/null +++ b/archetypes/articles.md @@ -0,0 +1,11 @@ ++++ +title = "{{ replace .File.ContentBaseName "-" " " | title }}" +author = "Danilo M." +type = "life" +date = "{{ .Date }}" +draft = true +excerpt = "" +image = "" +tags = [] +categories = [] ++++