From 2b6dbc00a91951ffec34c2860d730bf3f0675363 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Mon, 3 Jul 2023 13:37:10 +0200 Subject: [PATCH] Add support for plausible --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 0deead5..69629f7 100644 --- a/config.toml +++ b/config.toml @@ -51,6 +51,10 @@ publishDir = "public" logoText = "Hello there!" logoHomeLink = "/" +[params.plausible] + enable = true # Whether to enable plausible tracking + domain = "faercol.me" # Plausible "domain" name/id in your dashboard + [[params.social]] name = "gitea" url = "https://git.faercol.me"