conda create -n web3blog python
conda activate web3blog
pip install poetry
poetry install --no-root
mkdocs serve
This generates the static site into the site directory:
mkdocs build
This builds the blog and pushes it to the branch gh-pages:
mkdocs gh-deploy