summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-01-29 08:59:10 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-01-29 09:00:55 -0500
commitf079abb5cbc39bf5356bc7349f47b9b5c3627a48 (patch)
tree3f61435b9737ec0ada3f7a7401ec5d67499ad44a /config/_default/hugo.toml
parent8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff)
feat: 🎸 Added countup page
Added module countup and countup page.
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 215e255..21187a0 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -110,4 +110,6 @@ 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"