Skip to content

c4r-io/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published