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 [email protected]:risan/koding.git
Navigate to the project directory and install the dependencies:
# Go to the project directory.
$ cd koding
# Install all of the dependencies.
$ bundle install
To build the website, run the following command:
$ bundle exec jekyll build
The static files will be generated to _site
directory. Jekyll also provides a built-in development server to easily preview the website:
$ bundle exec jekyll serve
MIT © Risan Bagja Pradana