Source of the Csound Plugins website, built with mkdocs. The rendered site is published to https://csound-plugins.github.io/.
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
mkdocs serve$ mkdocs gh-deploy
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Source of the Csound Plugins website, built with mkdocs. The rendered site is published to https://csound-plugins.github.io/.
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
mkdocs serve$ mkdocs gh-deploy