]> danix's work - danix.xyz-2.git/commit
Implement taxonomy system for tags and categories
authorDanilo M. <redacted>
Wed, 15 Apr 2026 20:05:38 +0000 (22:05 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 20:05:38 +0000 (22:05 +0200)
commitd32ef68eabe6fb8d044d936d2e59909cd613920d
treec7f7794fd2d97821ba944bc9856da73e75a51f70
parent134d00e5bd0f15113e256c8446931d830985fbf4
Implement taxonomy system for tags and categories

- Enable tags and categories taxonomies in hugo.toml
- Create taxonomy/list.html for archive pages (/tags, /categories)
- Create taxonomy/term.html for individual term pages (/tags/example)
- Add quote shortcode for quote-type articles
- Both templates reuse article-list-item partial for consistent styling

Co-Authored-By: Claude Haiku 4.5 <redacted>
hugo.toml
themes/danix-xyz-hacker/layouts/shortcodes/quote.html [new file with mode: 0644]
themes/danix-xyz-hacker/layouts/taxonomy/list.html [new file with mode: 0644]
themes/danix-xyz-hacker/layouts/taxonomy/term.html [new file with mode: 0644]