No description
| blog | ||
| layouts | ||
| pages | ||
| static | ||
| .gitignore | ||
| Gemfile | ||
| Gemfile.lock | ||
| Makefile | ||
| README.md | ||
| render.rb | ||
| revontuli.rb | ||
Prerequisites
dev-lang/rubywww-client/google-chrome- For PDF generation
Development
app-admin/entr- For watching files
Setup
Install Ruby dependencies:
$ bundle install
Building
To build the site into the default output directory dist:
$ make
Development
To serve the site and automatically re-build when files are changed:
$ make dev
The site can then be viewed at localhost:3000.