19 lines
240 B
Markdown
19 lines
240 B
Markdown
|
# 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
|
||
|
```
|