neil 5481e00bfe Fix feed emitting root-relative URLs (breaks Fedora Planet)
Set an absolute baseURL (https://thepotato.tech/) in hugo.toml and drop
the CI --baseURL override. The workflow's "Setup Pages" step (id: pages)
was commented out, so --baseURL "${{ steps.pages.outputs.base_url }}/"
expanded to "/" — Hugo then emitted root-relative <link>/<guid>/atom:link
in index.xml, which planet aggregators reject. hugo.toml is now the
source of truth; verified the production build emits fully-qualified URLs.
2026-07-19 10:56:02 -04:00
2021-09-12 22:59:30 -04:00
fix
2025-08-08 13:03:34 -04:00
2025-08-29 22:11:03 -04:00
S
Description
No description provided
8.6 MiB
Languages
CSS 52%
HTML 48%