enable plausible
This commit is contained in:
parent
585a765c26
commit
5f4549ee1f
1 changed files with 7 additions and 8 deletions
|
@ -131,17 +131,16 @@ name = "Salar Rahmanian"
|
||||||
photo = "salar.jpg"
|
photo = "salar.jpg"
|
||||||
|
|
||||||
[plausible_analytics]
|
[plausible_analytics]
|
||||||
enable = false # to enable plausible analytics set to true.
|
enable = true # to enable plausible analytics set to true.
|
||||||
websiteDomain = "example.com" # domain name of your website, most cases same as your base url
|
websiteDomain = "www.softinio.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
|
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
|
# scritpName = "plausible" # default is set to plausible, only required if using a custome name for script
|
||||||
|
|
||||||
[matomo_analytics]
|
[matomo_analytics]
|
||||||
enable = true # To enable matomo analytics change to `true`.
|
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.
|
# 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
|
# matomoDomain = "softinio.dev/matomo/" # Set to Matomo domain
|
||||||
|
# matomoSiteID = "2" # Default is set to 1, change this to the siteid being tracked
|
||||||
matomoSiteID = "2" # Default is set to 1, change this to the siteid being tracked
|
|
||||||
|
|
||||||
[giscus]
|
[giscus]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
Loading…
Reference in a new issue