Go to file
2016-07-20 18:23:38 +02:00
.travis enhance deploy script 2016-07-18 14:35:09 +02:00
content search page 2016-07-20 18:23:38 +02:00
layouts search page 2016-07-20 18:23:38 +02:00
lib working search in a very awkward place 2016-07-20 17:52:56 +02:00
.gitignore scss and talk to gamification api 2016-06-29 21:38:57 +02:00
.ruby-version let's try travis 2016-07-18 13:07:45 +02:00
.travis.yml does building go way faster now? 2016-07-19 19:13:48 +02:00
Gemfile working search in a very awkward place 2016-07-20 17:52:56 +02:00
Gemfile.lock working search in a very awkward place 2016-07-20 17:52:56 +02:00
Guardfile readme n shit 2016-06-09 15:04:10 +02:00
id_rsa.enc add encrypted ssh key 2016-07-18 13:31:59 +02:00
nanoc.yaml search page 2016-07-20 18:23:38 +02:00
README.md Update README.md 2016-07-19 13:43:32 +02:00
Rules search page 2016-07-20 18:23:38 +02:00

zeus.ugent.be

Build Status

Installation

bundle install

Developing

In one session:

bundle exec guard

Guard will watch for file changes and automatically recompile the site

In another session:

bundle exec nanoc view

Deploying

The latest builds on master get deployed automatically using travis.

For manual deployment, run

bundle exec nanoc deploy --target public