This repository hosts a simple Jekyll-based site for experiments and notes.
- Share code snippets, blog posts, and musical riffs.
- Serve as personal notes and experiments.
- Install Ruby and Jekyll (
gem install bundler jekyll
). - Build the site locally with
jekyll serve
.
Pushing to the main
branch builds and deploys the site via GitHub Pages.