Category Configuration
Each subdirectory corresponds to a category used in post front matter. Each _index.md stores the category’s title and description.
Adding a New Category
| |
Create _index.md:
| |
Reference from posts (exact title, case-sensitive):
| |
Styling
Category badges are styled uniformly sitewide via assets/scss/custom.scss (%unified-badge). No per-category color is used — previous style.background / style.color blocks were removed in favor of one consistent slate-outline pill.
If per-category color is ever reintroduced, wire it back in themes/hugo-theme-stack/layouts/partials/article/components/details.html and the homepage timeline.html partial.