Skip to content

Instantly share code, notes, and snippets.

@vinkrish
Last active February 22, 2019 21:30
Show Gist options
  • Save vinkrish/ecc57a1a61a55cde8299cdd0c6174ddd to your computer and use it in GitHub Desktop.
Save vinkrish/ecc57a1a61a55cde8299cdd0c6174ddd to your computer and use it in GitHub Desktop.

pip install mkdocs
mkdocs new my-project
mkdocs serve
mkdocs build
mkdocs gh-deploy

To use Material

pip install mkdocs-material

Add this in mkdocs.yml

theme:
    name: 'material'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment