Add support for plausible
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe0b5e4390
commit
2b6dbc00a9
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ publishDir = "public"
|
||||||
logoText = "Hello there!"
|
logoText = "Hello there!"
|
||||||
logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[params.plausible]
|
||||||
|
enable = true # Whether to enable plausible tracking
|
||||||
|
domain = "faercol.me" # Plausible "domain" name/id in your dashboard
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "gitea"
|
name = "gitea"
|
||||||
url = "https://git.faercol.me"
|
url = "https://git.faercol.me"
|
||||||
|
|
Loading…
Reference in a new issue