diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-30 13:08:50 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-30 13:08:50 +0200 |
| commit | f8b88b8487448515b170d1d534e8221a9f62d19d (patch) | |
| tree | 7162af54ab76d64eb386850c97613f9dcd0a4344 | |
| parent | c0c2114a2dbd5fbf393eb42287846a5a8022d916 (diff) | |
| download | danixxyz-f8b88b8487448515b170d1d534e8221a9f62d19d.tar.gz danixxyz-f8b88b8487448515b170d1d534e8221a9f62d19d.zip | |
feat: add articles archetype with standard frontmatter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | archetypes/articles.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 = [] ++++ |
