This repo is inspired by goodresearch.dev.
It also depends on a fork of the sphinx-book-theme. You'd have to make changes to that repo if you want to fix the metadata for link previews.
Recreate the conda environment with:
conda env create -n cb --file environment.ymlconda activate cb && rm -rf docs/* && jupyter-book build source && cp -r source/_build/html/* docs/ && touch docs/.nojekyll && rm -rf source/_buildThis builds from source/ and outputs HTML to docs/ for GitHub Pages.
- Create a new markdown file in
source/(e.g.,source/my-new-post.md) - Add it to
source/_toc.ymlunder the Posts section:
- caption: Posts
chapters:
- file: zipf
- file: my-new-postpython3 editor/server.py