I use Jekyll, a static generator in Ruby, to create this blog.
-
Once installed these dependencies, open up the terminal and install Jekyll with the following command:
$ gem install jekyll jekyll-paginate jekyll-gist --user-install
- Now clone the project:
$ git clone git@github.com:raphamorim/raphamorim.github.com.git
- Navigate to the project folder:
$ cd raphamorim.github.com
- And finally run:
$ jekyll serve
You'll have access to the website at http://0.0.0.0:4000/
:D
Run build
for every little or bigger change on css/js files:
$ npm run build
Thanks Raphael Eckhardt for the fox illustration!
You can also see the source code of Firefox offline page here.
License: MIT License © Raphael Amorim.