A repo to blog about summer development on Project Jupyter at Cal Poly.
This blog uses the Nikola project to build a static website. Among other things, Nikola provides support for notebooks.
-
Fork and clone the repo.
-
Change directory to blog
cd blog
-
Create a conda environment
conda env create -f environment.yml
-
Activate the conda environment
source activate blognikola
To build the blog:
python3 -m nikola build
To serve the blog locally:
python3 -m nikola serve
To clean up any cruft before building the blog:
python3 -m nikola clean