This is a theme for MkDocs which is mainly used in VacantPlanet projects
Install the package from PyPi using pip:
pip install mkdocs-vacantplanet
Add the theme to your mkdocs.yml file:
theme:
name: vacantplanet
mkdocs serve -w theme
Install Dart Sass via npm install -g sass. During develompment:
sass --watch styles:theme
Install twine and build if not already done. Bump version number in setup.py, then:
git tag -a vX.X.X -m "Version X.X.X"
git push origin vX.X.X
sass --style=compressed --no-source-map styles:theme
python -m build
python -m twine upload dist/*