summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml17
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"
+