mkdocs¶
this site is a mkdocs site, started out as a repo for cheatsheets
became a mess, now i'm rebuilding it, it should probably be renamed when I'm done to code/
?
pip install pymdown-extensions
mkdocs has good instructions, go use those.... these are just my notes
python3 -m venv venv
source venv/bin/activate
pip install mkdocs mkdocs-material
mkdocs serve
change log¶
2020-10-16¶
checking updates, dark mode is coming
new plugins
last update and navigation, might do these later, just updated mkdcos
pip show mkdocs-material
pip install --upgrade mkdocs-material