From 1b66d7e9f285466a5e532efb87e8b02728cac651 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 14 Sep 2024 18:51:11 -0400 Subject: [PATCH] Add Plausible module (for real this time) Signed-off-by: Sergio Durigan Junior --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index bbc23d8..3dd36fb 100644 --- a/config.toml +++ b/config.toml @@ -130,3 +130,7 @@ paginate = 20 # See https://ox-hugo.scripter.co/doc/goldmark/ [markup.goldmark.renderer] unsafe = true + +[module] + [[module.imports]] + path = "github.com/divinerites/plausible-hugo"