Download the zip file or clone the BlackDoc repo.
$ git clone git@github.com:veryeli/antirepressioncrew.git antirepressioncrew
$ cd mysiteMake sure you have Ruby 2.0.0 or higher installed.
$ ruby --version
ruby 2.x.xInstall bundler and install dependencies.
$ gem install bundler
$ bundle installBuild and run your site.
$ jekyll serve