diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-01-28 22:39:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 22:39:09 +0000 |
| commit | bba4a1fc0b18d98c36fa0a78798aa2927c3f4c22 (patch) | |
| tree | e0cae8f2adf301edf84be69bd6a8a9fab3bb67f5 /config/_default/hugo.toml | |
| parent | 7dc663c3e828a96eaf5d31b177c67fa2c5ffc16a (diff) | |
| parent | 8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff) | |
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 5eb4122..215e255 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,7 +4,7 @@ enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" -canonifyURLs = false +canonifyURLs = true enableEmoji = true enableRobotsTXT = true enableInlineShortcodes = true @@ -20,15 +20,6 @@ languageCode = "en-us" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false -[outputFormats.REDIR] -mediaType = "text/netlify" -baseName = "_redirects" -isPlainText = true -notAlternative = true - -[mediaTypes."text/netlify"] -delimiter = "" - [outputs] home = ["HTML", "RSS", "REDIR"] @@ -85,7 +76,6 @@ home = ["HTML", "RSS", "REDIR"] keepWhitespace = true [module] - # replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs" [module.hugoVersion] extended = true min = "0.134.0" @@ -117,6 +107,7 @@ home = ["HTML", "RSS", "REDIR"] [[module.imports]] path = "github.com/gethinode/mod-mermaid" [[module.imports]] - path = "github.com/gethinode/mod-leaflet" - [[module.imports]] path = "github.com/anoduck/mod-timelinejs" + [[module.imports]] + path = "github.com/anoduck/mod-alwaysdark" + |
