mirror of
https://github.com/cccc/chaos.cologne-website
synced 2025-12-09 01:33:56 +01:00
No description
| content | ||
| images | ||
| layouts | ||
| lib | ||
| static | ||
| .gitignore | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| nanoc.yaml | ||
| README.md | ||
| Rules | ||
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