Posts in python
Web-Based Control in Micropython
by Dan Aukes
Step 1: Create a Form that posts to URL
Good resources
Mkdocs environment
by Dan Aukes
Installs a specific flavor of mkdocs that matches github
```bash python -m venv ~/envs/mkdocs . ~/envs/mkdocs/bin/activate pip install \ mkdocs ...