This folder contains several scripts for building our splash page and Jupyter Book website. At a high level, human-friendly configuration files are read and translated into HTML to post to a static website hosting server.
-
build_resources.sh
- reads
cookiecutter.yaml
and runscookiecutter
to insert variables into the splash page HTML - reads Jupyter Book files under the
book/
directory and runsjupyter book build
to render the Jupyter Book part of the website.
- reads
-
yaml_tools.py
andyaml2json.py
are helper scripts to create intermediatejson
files that are required bycookiecutter