Koding - Programming Blog in Bahasa

Koding programming blog is powered by Jekyll and Github Pages.

Requirements

The following items are required to run this website:

Installation

1. Clone the Repository

Clone this repository to your local computer:

$ git clone [email protected]:risan/koding.git

2. Install the Dependencies

Navigate to the project directory and install the dependencies:

# Go to the project directory.
$ cd koding

# Install all of the dependencies.
$ bundle install

3. Build the website 🎉

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

GitHub