Hi there, I'm Maude. This is the place where I jot down insights, architectural deep dives, and technical hurdles I've encountered in the world of wireless networking, IoT, and software in general.
- Framework: Material for MkDocs
- Deployment: Github Pages & Github Actions
- Diagrams: Mermaid
tech-notes/
├── .github/workflows/ # CI/CD GitHub Actions auto deployment
├── docs/
│ ├── blog/
│ │ ├── posts/
│ │ │ └── 2026-02-20-matter-example.md
│ │ └── index.md
│ ├── others/ # Non-blog works (still brainstorming)
│ │ └── index.md
│ └── assets/ # Static assets
├── mkdocs.yml # MkDocs core configuration file
└── README.md