diff options
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 21187a0..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" @@ -112,4 +115,8 @@ home = ["HTML", "RSS", "REDIR"] 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" |
