Koding programming blog is powered by Jekyll and Github Pages.
The following items are required to run this website:
Clone this repository to your local computer:
$ git clone git@github.com:risan/koding.gitNavigate to the project directory and install the dependencies:
# Go to the project directory.
$ cd koding
# Install all of the dependencies.
$ bundle installTo build the website, run the following command:
$ bundle exec jekyll buildThe static files will be generated to _site directory. Jekyll also provides a built-in development server to easily preview the website:
$ bundle exec jekyll serveMIT © Risan Bagja Pradana