Public site.
- Ruby: 3.3.4 (see
.ruby-versionfor rbenv). Runrbenv installthenbundle installto install gems. - Node: Used for stylelint. Run
npm installto install dev dependencies.
bundle exec rake watch # Serve site with live reload
bundle exec rake test # Lint and run HTML ProoferThe site is built and deployed with GitHub Actions. To enable it:
- Open the repo Settings → Pages.
- Under Build and deployment, set Source to GitHub Actions.
Pushes to main will build the Jekyll site, run linting and HTML Proofer, and deploy to GitHub Pages.