Jekyll Setup
- Fork or clone this repository.
- Ensure
_config.ymlcontainsremote_theme: pages-themes/cayman@v0.2.0. ```yml remote_theme: pages-themes/cayman@v0.2.0 plugins:- jekyll-remote-theme # add this line to the plugins list if you already have one ```
- Add
CNAMEfile with your domain (e.g.hvboom.org). - Push to
mainbranch to trigger GitHub Pages. - Optionally test locally:
bundle install bundle exec jekyll serve