Skip to content

Ikhlasbahrudin/koding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koding.com website

This directory contains the jekyll implementation for the koding.com website.

Contributions Welcome

If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.

Running the Site Locally

Running the site locally is simple. First you need a working copy of Ruby >= 2.0 and Bundler.

installation:

gem install jekyll bundler

configuration:

in _config.yml make sure you set the url to your choice of host e.g. localhost:4000

url: 'http://localhost:4000'

run:

this will run the site and watch for changes, if you want livereload just add --livereload

bundle exec jekyll serve --livereload

Then open up http://localhost:4000

license:

Apache 2.0

About

The Simplest Way to Manage Your Entire Dev Infrastructure!

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 53.6%
  • CoffeeScript 26.4%
  • JavaScript 15.1%
  • Stylus 2.9%
  • CSS 0.8%
  • Shell 0.6%
  • Other 0.6%