Run locally in two terminals: JEKYLL_ENV=production bundle exec jekyll build --destination _site --safe --watch --drafts cd _site && bundle exec jekyll serve then visit localhost:4000 Deploy using Travis CI by pushing the release branch.