Skip to content

royalgarter/CamanJS-Site

 
 

Repository files navigation

CamanJS Site

The code for the website available at camanjs.com.

Development

The CamanJS website is powered by Jekyll. You'll need Ruby and Rubygems to get started. Don't forget the git submodules as well:

git submodule init && git submodule update

In order to get code highlighting to work, you'll need to have Python and Pygments installed.

sudo easy_install pygments

When you're ready, in the base directory run:

jekyll --auto --server

The site will be available at http://localhost:4000 and changes will automatically recompile.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.6%
  • JavaScript 13.9%
  • SCSS 2.3%
  • Ruby 1.5%
  • CoffeeScript 0.7%
  • Shell 0.0%