CodingThrust/trainingcamp

How to contribute?

GiggleLiu opened this issue · 0 comments

Files that you can modify

  1. _assets: Image folder
  2. _layout/header.html: Navigator
  3. index.md, TrainingCamps et al: website contents
  4. config.md: Configurations (danger zone)

Preview locally

  1. Get Julia installed: https://github.com/JuliaLang/juliaup

  2. Initialize local environment

    make init

    If you see an error, please make sure you have Makefile installed on your machine.

  3. 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.