Go to file
2016-07-28 11:48:35 +02:00
content let's try bulma, it's neat 2016-07-27 20:27:28 +02:00
layouts let's try bulma, it's neat 2016-07-27 20:27:28 +02:00
lib add ical support' 2016-07-27 00:13:36 +02:00
.gitignore let's try bulma, it's neat 2016-07-27 20:27:28 +02:00
.ruby-version let's try travis 2016-07-18 13:07:45 +02:00
.travis.yml travis pls 2016-07-27 20:30:17 +02:00
Checks remove html validator 2016-07-24 01:02:24 +02:00
Gemfile add ical support' 2016-07-27 00:13:36 +02:00
Gemfile.lock add ical support' 2016-07-27 00:13:36 +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 add atom feed 2016-07-26 20:08:42 +02:00
package.json let's try bulma, it's neat 2016-07-27 20:27:28 +02:00
README.md Update README.md 2016-07-28 11:48:35 +02:00
Rules add ical support' 2016-07-27 00:13:36 +02:00

zeus.ugent.be

Build Status

Installation

bundle install
npm 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