how to run / build the project
- install ruby https://rubyinstaller.org/downloads/, choose latest version 2.6
- install jekyll
gem install jekyll bundler
- go to the project, install all dependencies
bundle install
- develop the project
bundle exec jekyll serve
# or
bundle exec jekyll serve --watch
- build for production, or use github auto deployment feature
bundle exec jekyll build