checkpoint commit
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s

This commit is contained in:
2026-05-05 06:26:40 -04:00
parent e43c534ceb
commit f2015e2c71
76 changed files with 4265 additions and 235 deletions

22
stories/README.md Normal file
View File

@@ -0,0 +1,22 @@
# Stories
Stories I want to tell. Unlike the `active` project, which stores notes in no
particular order, stories are meant to be read and enjoyed from top to bottom.
Hopefully they teach you something.
## This is a mkdocs project
`docs/` contains all the stories.
`mkdocs.yml` holds the project config.
```bash
# Run the mkdocs site with mkdocs serve
uv run mkdocs serve
```
## Errata
mkdocs has a [bug that breaks
autoreload](https://github.com/mkdocs/mkdocs/issues/4032). This project has
pinned click to `8.2.1` to fix it.