zeus.ugent.be/README.md

19 lines
240 B
Markdown
Raw Normal View History

2016-06-09 13:04:10 +00:00
# zeus.ugent.be
## Installation
`bundle install`
## Developing
In one session:
```bash
bundle exec guard
```
Guard will watch for file changes and automatically recompile the site
In another session:
```bash
bundle exec nanoc view
```