Skip to content

Jekyll sources for the modcluster.io website

License

Notifications You must be signed in to change notification settings

modcluster/modcluster.io

Repository files navigation

mod_cluster website 2.0

Welcome to the new mod_cluster website!

This repository contains sources for the website published at address https://www.modcluster.io

Contributing

Ensure you have ruby installed.

  1. Run bundle install to install missing gems

  2. Run bundle exec jekyll serve

  3. Make changes

  4. Test changes at http://localhost:4000 (just note to use localhost as host instead of provided URL http://127.0.0.1:4000 by jekyll as that won’t load images in a browser due to enforced Content Security Policy)

  5. Open pull request

  6. Wait for review and merge