grempe.github.io
This is a Github pages site and is served at https://www.rempe.us. A cryptographically signed backup copy is running on the Keybase File System (KBFS) at https://grempe.keybase.pub/www.rempe.us/
Development
bundle install
bundle update
bundle exec jekyll serve --config _config.yml --safe --watch --profile --incremental
# note : it is important to open using 'http://localhost:4000' address and not
# `127.0.0.1` or `0.0.0.0` or the CSS will fail to to load due to
# Content Security Policy errors.
open http://localhost:4000
Deployment
Github
git push
Keybase Mirror
bundle exec jekyll build --config _config.yml,_config_keybase.yml -d /keybase/public/grempe/www.rempe.us