Go to file
2016-08-04 20:57:25 +02:00
content cleaning up sorta 2016-08-04 20:57:25 +02:00
data various stuff 2016-08-02 19:54:18 +02:00
layouts mailto icons, fixes #35 2016-08-04 19:17:45 +02:00
lib mailto icons, fixes #35 2016-08-04 19:17:45 +02:00
.gitignore navigation 2016-07-31 19:28:23 +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 check ilinks as well 2016-07-31 19:29:16 +02:00
Gemfile make archive pages pretty 2016-08-02 18:31:40 +02:00
Gemfile.lock make archive pages pretty 2016-08-02 18:31:40 +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 cleaning up sorta 2016-08-04 20:57:25 +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 cleaning up sorta 2016-08-04 20:57:25 +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