Fixes some pages not having parsed input by making it much harder to
construct a config with unparsed text, which is something you basically
never want. The parsing now happens much earlier and consumers don't
need to remember to parse the configuration anymore.
Fixes a possible stack overflow due to parsing and configuration
depending on each other.
This commit also has dependencies updates and minor justfile tweaks.