How to contribute?
GiggleLiu opened this issue · 0 comments
GiggleLiu commented
Files that you can modify
_assets
: Image folder_layout/header.html
: Navigatorindex.md
,TrainingCamps
et al: website contentsconfig.md
: Configurations (danger zone)
Preview locally
-
Get Julia installed: https://github.com/JuliaLang/juliaup
-
Initialize local environment
make init
If you see an error, please make sure you have Makefile installed on your machine.
-
Preview
make serve
Release the change
For deploying to www.quantumbay.science, 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.