This is the source code of the Opiate for the masses Blog.
Before contributing make sure to follow this steps
- Fork the repo
- Clone it to local
- Install the development version of Ruby
sudo apt-get install ruby-dev
. - Install nodejs
sudo apt-get install nodejs
. - Install jekyll with
gem install jekyll
. Make sure it runs Jekyll >= 2.0. - Install Bundler
gem install bundler
and runbundle install
to install all dependencies (Jekyll, Jekyll-Sitemap, Octopress, etc). - Run it locally with
jekyll serve
. If it throws errors you may have to run Jekyll withbundler exec jekyll serve
instead.
Now that your local version of it is up and running, try to add some .md posts to _posts. Read the CONTRIBUTE.md to see how to write articles.
Notes to self: bundle update; gem install github-pages;