Skip to content

A personal collection of helpfull notes, simple solutions and things to keep in mind

License

Notifications You must be signed in to change notification settings

stavros-liaskos/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A personal collection of helpfull notes, simple solutions and things to keep in mind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages