See zerocracy.com.
This is a static website powered by Jekyll. Every time you
push something to the master branch, Travis picks it up,
re-generates the site with Jekyll, and commits new version
to the gh-pages branch. Then, GitHub Pages re-publish the
content to www.zerocracy.com.
How to contribute
Read these guidelines. Make sure you build is green before you contribute your pull request. You will need to have Ruby 2.3+ and Bundler installed. Then:
$ bundle update
$ bundle exec jekyll buildIf it's clean and you don't see any error messages, submit your pull request.
To see how the site looks locally, run this:
$ bundle exec jekyll serveThen, open the site in your browser via http://localhost:4000. Every time
you change the content, Jekyll will re-build the site. You can make your
changes on-fly.