summaryrefslogtreecommitdiffstats
path: root/archetypes/default.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-05 08:43:04 +0200
committerDanilo M. <danix@danix.xyz>2026-04-05 08:43:04 +0200
commit880f1ce121434e641c09f63e43ab08a2beaa83d4 (patch)
tree09ec0b198d7852d8ca57a8c87d8b430ae44f4690 /archetypes/default.md
parent474b8f177078cfdc2d4342e9ead4d505afa02d62 (diff)
downloaddanixxyz-theme-880f1ce121434e641c09f63e43ab08a2beaa83d4.tar.gz
danixxyz-theme-880f1ce121434e641c09f63e43ab08a2beaa83d4.zip
feat: add filter functionality, archetypes, and sample content
- Create filters.js for post filtering by type (tech, life, quote, link, photo) - Add article.md and page.md archetypes with appropriate fields - Update default.md archetype with correct TOML syntax - Create sample content for home, articles, and about pages - Fix section.html template resource permalink syntax Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'archetypes/default.md')
-rw-r--r--archetypes/default.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 25b6752..502fd89 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,7 @@
+++
-date = '{{ .Date }}'
+title = "{{ replace .File.ContentBaseName "-" " " | title }}"
+date = {{ .Date }}
draft = true
-title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+
+Content here...