How to run

I use Jekyll, a static generator in Ruby, to create this blog.

First steps

  1. Install Git and Ruby, in case you don't have them yet.

  2. Once installed these dependencies, open up the terminal and install Jekyll with the following command:

$ gem install jekyll jekyll-paginate jekyll-gist --user-install
  1. Now clone the project:
$ git clone git@github.com:raphamorim/raphamorim.github.com.git
  1. Navigate to the project folder:
$ cd raphamorim.github.com
  1. And finally run:
$ jekyll serve

You'll have access to the website at http://0.0.0.0:4000/ :D

Tips

Run build for every little or bigger change on css/js files:

$ npm run build

About

Thanks Raphael Eckhardt for the fox illustration!

You can also see the source code of Firefox offline page here.

License: MIT License © Raphael Amorim.