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.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"