Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 273 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 273 Bytes

Quick tips

Virtualenv

pip install mkdocs
pip install mkdocs-bootswatch

Local testing

mkdocs serve

The local site will then be available by default at: http://localhost:8000

Publish to gh-pages

mkdocs gh-deploy