Skip to content

Instantly share code, notes, and snippets.

@towshif
Created January 6, 2019 16:53
Show Gist options
  • Save towshif/330ea6b0bfcfb1fa75db5832acce27c3 to your computer and use it in GitHub Desktop.
Save towshif/330ea6b0bfcfb1fa75db5832acce27c3 to your computer and use it in GitHub Desktop.
#!/bin/sh
pip install mkdocs pymdown-extensions mkdocs-material pygments --user
# Start HTTP Server
# python -m SimpleHTTPServer
# Start mkdoc markdown engine
# python -m mkdocs serve
# build mkdocs markdhown --> html
# python -m mkdocs build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment