diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 08:59:10 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 09:00:55 -0500 |
| commit | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (patch) | |
| tree | 3f61435b9737ec0ada3f7a7401ec5d67499ad44a /config/_default | |
| parent | 8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff) | |
feat: 🎸 Added countup page
Added module countup and countup page.
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 2 |
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" |
