fixed the init template to reflect some older config format changes i forgot
fix: pathbuilding in redirects is absolutely shit
please never do this again ever, future Me
* sorting CWs (the 2023-03-31, a27fa70)
* feat(build-version): added build version, command, and metric tag (the 2023-02-26, ae022ae)
* fuck docker (the 2023-02-26, a39a33d)
added better post-build logs
feat/page-redirects: added support for auto-generated page redirects
* the [redirects] config key expects a map of the path for the
"previous page" to an object with the keys To (pointing to the
replacement page) and Title (the title to use for the previous page).
All paths are relative to the capsule root and will be handled as
absolute from the capsule root.
* the dead link checker now supports checking if the values in To exist,
using the label `[Redirect from {key}]`