This repository contains the primary web content for the Lean Python project:
/catalogue- The catalogue of Python features served at lean.python.nz/blog- The blog served at lean.python.nz/blog
- Install Poetry
- Check poetry runs; if not, you might need to add ~/.local/bin to
your BASH path e.g. put this line in
\~/.bashrc:export PATH=~/.local/bin:$PATH cdinto this directory- Run
git submodule update --init - Run
make -C blog deps - Use
make previewto preview the content at localhost:3333- To live-preview edits to the blog, follow instructions in the blog's README.md
- Use
make githubto deploy all content to GitHub pages