···44# Base URL will be set by GitHub Actions
55baseURL: "https://ssp-data.github.io/neomd/"
6677+# Canonify all absolute URLs (prepends baseURL to /images/, /docs/, etc.)
88+# Required for GitHub Pages project sites (not user/org sites)
99+canonifyURLs: true
1010+711# Disable RSS generation to avoid template issues
812disableKinds: ["RSS"]
913