Coding Style & Naming Conventions¶
- Markdown: Clear sections, meaningful front matter. Article folders: lowercase kebab-case, e.g.
content/articles/my-new-post/. - Python: Match
pyproject.toml; standard-library-first scripts; 4-space indent. - YAML: Consistent indentation in
mkdocs.yml/mkdocs.local.yml.