zappan / zappan.github.io

Home Page:2014.webcampzg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working on site

You will need ruby and bundler for the site. Edit stuff in content and layouts folders.

This will live compile on every change:

$ cd _site
$ gem install bundler
$ bundle install
$ guard

You should serve it from the output folder, simplest way is with the python simple http server:

$ cd _site
$ cd output
$ python -m SimpleHTTPServer

When you're done with changes compile site:

$ cd _site
$ rake wczg:compile

This will compile the site and copy everything in the right place.

Now you can add files with git and push to github

About

2014.webcampzg.org


Languages

Language:CSS 89.8%Language:Ruby 5.6%Language:JavaScript 4.6%