- github pages
- Jekyll web framework
- Minimal Mistake theme
To install the necessary dependencies
bundle install
To clean up the directory and start fresh
bundle exec jekyll clean
To run locally
bundle exec jekyll serve --incremental
Simply git push
your modifications. It triggers the .github/workflows/web.yml
Github Actions pipeline to support deployment.