2023
workflows
push
./push.sh
script pushes & deploys using:
local server
readability
linting
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+h",
"command": "markdownlint.fixAll"
}
]
2023-09-12
- added readability (lexi) action
- weird, this only works on pr and adds the report on github
- this should happen before pushing
- first a command line
- then maybe an extension
- also where are the docs for these algorithms, how do i improve my docs?
- does it actually check for present tense and active voice?
2023-07-02
- setup release please
- install cli
touch .github/workflows/release-please.ymladd action
2023-02-03
pip show mkdocs-material
# fix pixelbook
pip install --upgrade mkdocs-material
virtualenv venv
pip install mkdocs-glightbox