It is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub.
This repo is built on top of a fork of http://github.com/mojombo/jekyll. Thanks mojombo for open sourcing it!
-
Install the bundler using:
gem install bundler. If gem command does not exist, install ruby first. -
At the root of this repository, run
bundle installto install the necessary dependencies from the Gemfile. -
Run the website locally using:
bundle exec jekyll serve. -
Preview the website at http://localhost:4000.
All directories and files (except posts) are MIT Licensed. This blog is forked from mojombo.github.io Feel free to use the HTML and CSS as you please. Do not use any posts without my permission (thanks :)).