diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 16:55:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-22 16:55:13 +0000 |
| commit | 1ccadf298f59158ae6d4d0d96a4ea22d1166dcb4 (patch) | |
| tree | 5a3174e8854d7b0887e0119d1e10c69978bacc41 /config/_default/hugo.toml | |
| parent | d72b6cdb9d1ba0ef36d13359fbdfd38e4f09bc55 (diff) | |
| parent | fef727c822458bc6d3e8af96187a445addbcdb6c (diff) | |
Merge pull request #66 from anoduck/develop
Develop
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" + |
