Skip to content

zerocracy/zerocracy.github.io

Repository files navigation

jekyll Hits-of-Code Availability at SixNines

See zerocracy.com.

This is a static website powered by Jekyll. Every time you push something to the master branch, GitHub Pages re-publish the content to 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 build

If 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 serve

Then, 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.