Home

Awesome

Contribution

Create a fork.

Do your work on the master branch

How to add a blog post?

Launch jekyll

Open a terminal and run

jekyll serve --port 4000

Open your browser at http://localhost:4000

Create a new post

Create a file under the _posts folder. (You can copy an existing one - as a template)

You're done: Open a Pull Request

Deploy

bundle exec rake deploy