Skip to main content

Default mkdocs theme for VacantPlanet projects

Project description

MkDocs Vacant Planet Theme

This is a theme for MkDocs which is mainly used in VacantPlanet projects

Installation

Install the package from PyPi using pip:

pip install mkdocs-vacantplanet

Add the theme to your mkdocs.yml file:

theme:
    name: vacantplanet

Development server

mkdocs serve -w theme   

Styles

Install Dart Sass via npm install -g sass. During develompment:

sass --watch styles:theme

Deploy to PyPi

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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_vacantplanet-0.1.13.tar.gz (105.7 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_vacantplanet-0.1.13-py3-none-any.whl (104.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page