Currently the config and frontmatter are just big any outputs from yaml. It would be nice if we can turn these into typed data classes of some kind so we can do better validation and error reporting.
Currently the config and frontmatter are just big `any` outputs from yaml. It would be nice if we can turn these into typed data classes of some kind so we can do better validation and error reporting.
omicron
added this to the soon™ milestone 2026-09-02 00:58:41 +00:00
The config file was refactored by 4351ea8e0d and now conforms to these requirements. It uses custom validation and creates a type annotated dataclass SiteConfig.
The config file was refactored by 4351ea8e0d and now conforms to these requirements. It uses custom validation and creates a type annotated dataclass `SiteConfig`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently the config and frontmatter are just big
anyoutputs from yaml. It would be nice if we can turn these into typed data classes of some kind so we can do better validation and error reporting.The config file was refactored by
4351ea8e0dand now conforms to these requirements. It uses custom validation and creates a type annotated dataclassSiteConfig.