Skip to content

dotfrag/dotkb

Repository files navigation

dotkb

My personal knowledge base, hosted at https://kb.dotfrag.com/.

Useful commands

Add new content

hugo new content bash/file.md

Index site with pagefind

bun pagefind --site public

Generate chroma stylesheet

hugo gen chromastyles --style catppuccin-mocha | sed 's/1e1e2e/24273a/' > assets/css/chroma.css

Bun git diff

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

About

dotfrag's knowledge base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published