From 5f4549ee1fc3729ac0c16a8f70b3ee19365d58d3 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 22 Apr 2023 17:56:13 -0700 Subject: [PATCH] enable plausible --- config/_default/params.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 53a7d35..68dbef5 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -131,17 +131,16 @@ name = "Salar Rahmanian" photo = "salar.jpg" [plausible_analytics] -enable = false # to enable plausible analytics set to true. -websiteDomain = "example.com" # domain name of your website, most cases same as your base url -# plausibleDomain = "plausible.io" # default is set to plausible.io, only required if plausible is selfhosted +enable = true # to enable plausible analytics set to true. +websiteDomain = "www.softinio.com" # domain name of your website, most cases same as your base url +plausibleDomain = "analytics.softinio.net" # default is set to plausible.io, only required if plausible is selfhosted # scritpName = "plausible" # default is set to plausible, only required if using a custome name for script [matomo_analytics] -enable = true # To enable matomo analytics change to `true`. -websiteDomain = "www.softinio.com" # Set the domain name of your website, in most cases same as your base URL this is required. -matomoDomain = "softinio.dev/matomo/" # Set to Matomo domain - -matomoSiteID = "2" # Default is set to 1, change this to the siteid being tracked +enable = false # To enable matomo analytics change to `true`. +# websiteDomain = "www.softinio.com" # Set the domain name of your website, in most cases same as your base URL this is required. +# matomoDomain = "softinio.dev/matomo/" # Set to Matomo domain +# matomoSiteID = "2" # Default is set to 1, change this to the siteid being tracked [giscus] enable = true