python -m venv venv
./venv/Scripts/Activate.ps1
./python-path.ps1
Get-ChildItem plugins | ForEach-Object { pip install -e $_.FullName }
pip install -r requirements.txt
pip install mkdocs-material[recommended]
mkdocs serve --watch-themeCdm2883/Blog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|