Use the guide at: https://docs.conda.io/
To install Anaconda, you can go directly to: https://www.anaconda.com/products/individual/get-started
Install Anaconda, close all your terminals and start a new one.
conda env create -f ./environment.yml
conda activate cedar-mkdocs
conda deactivate
conda env remove --name cedar-mkdocs
MkDocs-Material will be installed from conda-forge when creating the environment.
The documentation can be found at: https://squidfunk.github.io/mkdocs-material/
Please read the full documentation at: https://www.mkdocs.org/
mkdocs serve
You can see the content served by this dev server at http://localhost:8000/
mkdocs build
mkdocs build --clean
https://facelessuser.github.io/pymdown-extensions/extensions/superfences/