Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 506 Bytes

File metadata and controls

20 lines (14 loc) · 506 Bytes

Kemal Site (http://kemalcr.com)

This is the repo for the official Kemal site.

Installation

  • git clone git@github.com:kemalcr/kemalcr.com.git
  • cd kemalcr.com
  • bundle install installs all the necessary gems
  • bundle exec jekyll serve boots website locally

Now open up http://locahost:4000 to view the site locally.

Contributing

  1. Fork the repo
  2. Make updates
  3. Ensure it all works locally for you first
  4. Triple check typos, etc...
  5. Submit pull request