Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.07 KB

C4R website

Netlify Status

Contains the source for the c4r.io website.

Editing the website

The website is built through jupyterbook. This is a standard install with the furo theme and the quizdown extension enabled.

Small changes

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.

Larger changes

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.