Jekyll commands
Development
A hot-reloaded local version.
1
$ bundle exec jekyll serve --config _config.yml,_local.yml --livereload
Production
The optimised ready-to-publish version.
1
$ JEKYLL_ENV=production bundle exec jekyll build --watch
jekyll web ruby