Fixed the tag pollution issue.
Defined a new taxonomy note_tags in config.toml to separate lightweight note tags from serious blog tags.
Also fixed the listing layout:
templates/note_tags/single.htmlpaginator object to handle the timeline feed view.After nix flake update nixpkgs-unstable, the build failed because it tried to evaluate tree-sitter-razor, which is marked as meta.broken, even though I do not use Razor at all.
This happened because my Emacs configuration was using treesit-grammars.with-all-grammars, which evaluates every available tree-sitter grammar.
Switching to treesit-grammars.with-grammars and explicitly listing only the required grammars resolved the issue.
Optimizing the integration of my nix files. Upon closer inspection, I found gaps everywhereβsome necessary services had actually stopped.
I thought I knew better than to rely entirely on AI, but clearly I didn't. Human verification is essential after all. Glad it didn't turn out to be fatal.