567 B
567 B
zeus.ugent.be
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