bjro.github.io

Personal blog built with Jekyll and the Minimal Mistakes theme, hosted on GitHub Pages.

Development

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.

Tools (via mise)

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

Visual Verification

The @qa subagent uses Rodney (browser automation) and Showboat (demo artifacts) to verify the site renders correctly:

To run QA verification, invoke the @qa subagent via the Task tool.

Structure