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!"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue