diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:30:30 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:49:26 -0500 |
| commit | fef727c822458bc6d3e8af96187a445addbcdb6c (patch) | |
| tree | 5a3174e8854d7b0887e0119d1e10c69978bacc41 /config/_default/hugo.toml | |
| parent | fb3efc45318558d4a0555cf6a2e0cc72252e13f8 (diff) | |
feat: 🎸 Lotta Shit
Lotta content additions and updates.
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 defbc57..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" + |
