Contains the source for the c4r.io
website.
The website is built through jupyterbook. This is a standard install with the furo theme and the quizdown extension enabled.
To fix typos, you can directly edit the website source through github. After committing, the site will be rebuilt and redeployed through netlify. It takes about 60 seconds to go from PR accepted to site redeployed.
To make more substantial changes locally, clone this repo. To build:
jupyter-book build .
Load _build/html/index.html
into your browser to preview your changes. Once you're satisfied with changes, send a PR. No need to push files in _build/html.
Once the PR is in, the site will be rebuilt and redeployed through netlify. It takes about 60 seconds to go from PR accepted to site redeployed.