diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-17 11:32:37 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-17 13:01:10 +0300 |
| commit | c9acbc552b5e346c1e7204b39a281c30aa1f32ac (patch) | |
| tree | 94be2d629df99f267d5e7b03ddaff654eeecdc99 | |
| parent | 8a9801cb4cd64c71e567a18c6da9faeecc8ea85f (diff) | |
| download | landau-suite-c9acbc552b5e346c1e7204b39a281c30aa1f32ac.tar.gz landau-suite-c9acbc552b5e346c1e7204b39a281c30aa1f32ac.zip | |
config: Use relativeURLs for hugo by default
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
| -rw-r--r-- | template/hugo.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
