From c8be863e7f18b207add62db72fbd99b6ce285d69 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 14 Sep 2024 19:13:01 -0400 Subject: [PATCH] More Plausible enablement --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.toml b/config.toml index 3dd36fb..453c64f 100644 --- a/config.toml +++ b/config.toml @@ -134,3 +134,12 @@ paginate = 20 [module] [[module.imports]] path = "github.com/divinerites/plausible-hugo" + +[plausible] + enable = true + selfhosted_domain = "plausible.sergiodj.net" + domain = "blog.sergiodj.net" + outbound_link = true + file_downloads = true + debug = false + gitstar = false