From f8b88b8487448515b170d1d534e8221a9f62d19d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 30 Apr 2026 13:08:50 +0200 Subject: feat: add articles archetype with standard frontmatter Co-Authored-By: Claude Sonnet 4.6 --- archetypes/articles.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 archetypes/articles.md 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 = [] ++++ -- cgit v1.2.3