Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 490 Bytes

Notes

A collection of helpful notes, simple solutions, hacks and things that I stumbled upon

Usage with Docker

  • Start development server on http://localhost:8000
    docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

  • Deploy documentation to GitHub Pages
    docker run --rm -it -v ~/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material gh-deploy

source

License

MIT