yetibot.github.io
This is the static site generator source for https://yetibot.com.
It's built on Cryogen.
Prerequisites
-
e.g.
gem install sass
Dev usage
Run a Ring server for local dev:
PORT=4040 lein ring server
JavaScript
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.
Build
Generate the static site:
lein run