summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-02-16 09:16:39 +0000
committerGitHub <noreply@github.com>2025-02-16 09:16:39 +0000
commitb5290138e1f73a7a56578f9975ba3b50829ca8d4 (patch)
treeb4d2d0d4a5b10754f0d075248f97f63f74bbb9aa /config/_default/hugo.toml
parent5354e537b7e02b96cf0b842adfc5faaae5d1a862 (diff)
parent5086a041c02412f1a5f811325d4798c49acd328b (diff)
Merge pull request #77 from anoduck/develop
Regardless of failed style linting pulling this shit.
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 215e255..80ff47a 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -57,6 +57,8 @@ home = ["HTML", "RSS", "REDIR"]
disableInlineCSS = true
[services.googleAnalytics]
ID ="G-QZ7FLNSTXT"
+ [services.disqus]
+ shortname = 'corruptlamar'
[outputFormats]
[outputFormats.XML]
@@ -76,6 +78,7 @@ home = ["HTML", "RSS", "REDIR"]
keepWhitespace = true
[module]
+ replacements = "github.com/anoduck/mod-popup --> ../../mod-popup"
[module.hugoVersion]
extended = true
min = "0.134.0"
@@ -110,4 +113,10 @@ home = ["HTML", "RSS", "REDIR"]
path = "github.com/anoduck/mod-timelinejs"
[[module.imports]]
path = "github.com/anoduck/mod-alwaysdark"
+ [[module.imports]]
+ path = "github.com/anoduck/mod-countup"
+ [[module.imports]]
+ path = "github.com/anoduck/mod-popup"
+ [[module.imports]]
+ path = "github.com/anoduck/mod-juxtapose"