My personal blog and sandbox. Built with Jekyll and hosted with GitHub Pages.
Come visit any time at https://blog.alanch.am :)
Requires Ruby 3.3+. Using mise is recommended:
mise install
bundle installServe locally with live reload:
make serveBuild static site to docs/:
make buildAny changes to the docs directory are deployed when merged to master.