Chess Variant Hub is a static GitHub Pages website for chess variant resources, tournaments, books, servers, and GUIs.
The site is built with Jekyll and the Bulma Simple Theme:
Most content is maintained in _data/ (TSV/YAML files) and rendered into pages.
Local preview:
bundle exec jekyll serveLocal preview without Ruby (Docker Compose):
docker compose upThen open http://localhost:4000.
If you changed Ruby image versions, run docker compose down -v once before starting again.