feat: add umami analytics
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 48s
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 48s
This commit is contained in:
parent
21dcebdc33
commit
c8371d2890
5 changed files with 16 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
[[imports]]
|
||||
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
||||
[[imports]]
|
||||
path = 'github.com/hugomods/umami-analytics'
|
||||
|
|
|
@ -83,3 +83,8 @@ provider = "cactus"
|
|||
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
|
||||
serverName = "cactus.chat"
|
||||
siteName = ""
|
||||
|
||||
[services]
|
||||
[services.umami_analytics]
|
||||
id = 'bce05e76-5cae-4688-a389-99bb87649d44'
|
||||
script_url = 'https://umami.martin.md/script.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue