Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

README.adoc

File metadata and controls

21 lines (14 loc) · 640 Bytes

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