A blog for the Jupyter Book subproject.
docs/contains the blog itself as a MyST site.
This blog is a small MyST site with a blog plugin configured in docs/myst.yml.
To run it locally, take these steps:
-
Install MyST by following the MyST installation instructions.
-
Build the site:
$ cd docs $ myst start
The live site is built and deployed from main via .github/workflows/deploy.yml.
It is served at blog.jupyterbook.org and reverse-proxied at jupyterbook.org/blog.
Netlify builds every pull request so previews are available for review (config in netlify.toml); previews are marked noindex and are not the live site.