Personal blog built with Jekyll and the Minimal Mistakes theme, hosted on GitHub Pages.
- Static site: Jekyll + Minimal Mistakes theme
- Hosting: GitHub Pages
- Domain: managed via GoDaddy
- CDN / SSL: Cloudflare (free plan)
Requires mise for Ruby version management.
mise install # install Ruby 3.3.11
bundle install # install gems
just develop # serve with drafts at http://localhost:4000
just qa # serve without drafts
just deploy # build + push to main