]> danix's work - danix2-hugo-theme.git/commit
feat: add filter functionality, archetypes, and sample content
authorDanilo M. <redacted>
Sun, 5 Apr 2026 06:43:04 +0000 (08:43 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 06:43:04 +0000 (08:43 +0200)
commit880f1ce121434e641c09f63e43ab08a2beaa83d4
tree09ec0b198d7852d8ca57a8c87d8b430ae44f4690
parent474b8f177078cfdc2d4342e9ead4d505afa02d62
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 <redacted>
archetypes/article.md [new file with mode: 0644]
archetypes/default.md
archetypes/page.md [new file with mode: 0644]
assets/js/filters.js [new file with mode: 0644]
content/_index.md
content/articles/_index.md [new file with mode: 0644]
content/is/_index.md [new file with mode: 0644]
layouts/section.html