diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
| commit | d43ab2e37e681e222da93226bcd5211e29e84438 (patch) | |
| tree | 9b46730f754a9a0fa46fb9d6582609068d714c57 /config/_default/hugo.toml | |
| parent | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (diff) | |
feat: 🎸 Module additions
Added created modules to the site along with more content.
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" |
