Bug reports and pull requests are welcome.
- Fork and clone the repo
- Make sure you have Ruby installed (see
.ruby-versionfor the recommended version) - Run
bin/bootstrapto install dependencies - Run
bin/startto launch the dev server athttp://127.0.0.1:4000
You can also use make serve and make build if you prefer.
- Keep the theme minimal - avoid adding heavy dependencies or complex JavaScript
- Test both light and dark mode for any visual changes
- Make sure the site builds cleanly with
bin/build - If adding a new config option, document it in
_config.ymlwith a comment
- Keep PRs focused on a single change
- Describe what the change does and why
- Include a screenshot if the change is visual