Personal blog built with Jekyll and the Minimal Mistakes theme, hosted on GitHub Pages.
bundle install # Install Ruby dependencies
bundle exec jekyll serve # Serve locally at http://localhost:4000
bundle exec jekyll build # Build to _site/
The site auto-rebuilds on file changes during jekyll serve. Changes to _config.yml require a server restart.
Go, Rodney, and Showboat are available via mise exec (see mise.toml).
mise exec -- rodney --version # Browser automation
mise exec -- showboat --version # Demo document generator
The @qa subagent uses Rodney (browser automation) and Showboat (demo artifacts) to verify the site renders correctly:
rodney start, rodney open, rodney assert, etc.).demos/<name>.mdTo run QA verification, invoke the @qa subagent via the Task tool.
_posts/ — Blog posts (Markdown with YAML front matter)_config.yml — Jekyll configuration and site metadata_sass/ — SASS style overrides for the Minimal Mistakes themeassets/images/ — Blog post imagesindex.html — Homepage layout_site/ — Generated output (gitignored)