From d43ab2e37e681e222da93226bcd5211e29e84438 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sat, 15 Feb 2025 02:33:34 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Module=20additions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added created modules to the site along with more content. --- config/_default/hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/_default/hugo.toml') 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" -- cgit v1.2.3