My personal knowledge base, hosted at https://kb.dotfrag.com/.
hugo new content bash/file.md
bun pagefind --site public
hugo gen chromastyles --style catppuccin-mocha | sed 's/1e1e2e/24273a/' > assets/css/chroma.css
Run this to use the local .gitconfig
file:
git config --local include.path ../.gitconfig
Otherwise, apply manually:
git config diff.lockb.textconv bun
git config diff.lockb.binary true