My website.
- Run
bundle install --path vendor/bundleto install bundles - To test site locally, run
bundle exec jekyll serveand browse tohttp://localhost:4000 - If everything looks good, run
JEKYLL_ENV=production bundle exec jekyll buildand copy_siteto my server
Make sure you have Ruby >=2.3 and Bundler installed.
See https://stackoverflow.com/a/64901980 for Apple Silicon (M1) machines