A static site generator that uses stasis for the content and broccoli for the assets.
gem install stasis
cd nukomeet.com
bower install
npm install
cd nukomeet.com
npm start
cd nukomeet.com
npm run build
cd dist
python -m SimpleHTTPServer 8081
Open localhost:8081