The website is built with Franklin.jl.
To build the website locally, you need to have Julia and Makefile installed. Then, run the following command:
make all
For deploying to codingthrust.github.io/trainingcamp
, just create a pull request. A comment will appear with a
link to a preview of the website. Once the PR is merged to master, CI will automatically
build the website and deploy to Github pages.