Personal tech blog built with Jekyll and intended for GitHub Pages.
Install dependencies, then run the local server:
uv sync
make serveThe site will be available at http://127.0.0.1:8000.
make buildmake deployThis uses Jekyll build and GitHub Pages deployment, which publishes the generated site to the gh-pages branch.