This is the static site generator source for https://yetibot.com.
It's built on Cryogen.
-
e.g.
gem install sass
Run a Ring server for local dev:
PORT=4040 lein ring server
yarn install
Edit src/index.js
and run:
yarn dev:watch
This will compile the JS with Webpack. Currently does not transpile.
A git pre-commit hook will compile the JS for production.
Generate the static site:
lein run