From c9acbc552b5e346c1e7204b39a281c30aa1f32ac Mon Sep 17 00:00:00 2001 From: Nikita Shubin Date: Sun, 17 May 2026 11:32:37 +0300 Subject: config: Use relativeURLs for hugo by default Signed-off-by: Nikita Shubin --- template/hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/hugo.yaml b/template/hugo.yaml index 3e9a70f..9f67950 100644 --- a/template/hugo.yaml +++ b/template/hugo.yaml @@ -7,6 +7,8 @@ disqusShortname: "" ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] footnotereturnlinkcontents: "↩" disableKinds : ["taxonomy", "term"] +relativeURLs: true +canonifyURLs: false enableGitInfo: true enableGitPurismInfo: true -- cgit v1.2.3