No description
Find a file
2015-05-07 14:37:34 +02:00
content add event tckets 2015-05-07 14:37:34 +02:00
images add cozy chaos and images 2015-04-19 19:46:19 +02:00
layouts ticket changes 2015-05-05 21:11:33 +02:00
lib chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
static logo schriftzug oben kleiner 2015-04-14 15:47:49 +02:00
.gitignore chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
Gemfile chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
Gemfile.lock chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
Guardfile chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
nanoc.yaml chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00
README.md update readme 2015-02-08 12:39:33 +01:00
Rules chaos cologne nanoc site generator with cfp 2015-02-08 12:33:06 +01:00

Chaos Cologne

static site for http://chaos.cologne

Install

Ruby Version

ruby 2.2 (lower should be fine)

Instructions

Install required ruby packages with bundler:

gem install bundler
bundle install

Nanoc

Nanoc is a static site generator.

Compile static pages

nanoc compile

Start a webserver to view pages in a browser

nanoc view

Watch output directory for changes

guard

Upload to server

rsync

Help?