mjyc / mjyc.github.io

MIT License
0 stars 0 forks source link

mywebsite

Mike Chung's website. Live at: https://mjyc.github.io/

Getting started

  1. Run bundle install --path vendor/bundle to install bundles
  2. To test site locally, run bundle exec jekyll serve and browse to http://localhost:4000
  3. If everything looks good, run JEKYLL_ENV=production bundle exec jekyll build and copy _site to my server

Make sure you have Ruby >=2.3 and Bundler installed.

Notes

See https://stackoverflow.com/a/64901980 for Apple Silicon (M1) machines