Skip to content

Commit fde8d36

Browse files
author
marci
committed
Füge Umami-Analytics-Parameter hinzu und entferne veraltete Konfiguration
1 parent ef12272 commit fde8d36

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

hugo.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,7 @@ lazyload:
151151
# Site parameters
152152

153153
params:
154-
services:
155-
umami_analytics:
156-
id: 1076f380-33de-4ef4-a7ee-4e3648dcb8fa
157-
# URL of your Umami Analytics instance
158-
script_url: https://cloud.umami.is/script.js
159-
# Site ID for your Umami Analytics instance
154+
160155

161156

162157

@@ -196,6 +191,16 @@ params:
196191
dark: true # enable dark theme. default "true"
197192
default: system # can be either light, dark or system. default "system"
198193

194+
analytics:
195+
enable: true
196+
# Enable Umami Analytics
197+
services:
198+
umami:
199+
scheme: https
200+
instance: cloud.umami.is
201+
id: 1076f380-33de-4ef4-a7ee-4e3648dcb8fa
202+
203+
199204
# Enable portfolio section
200205
portfolio:
201206
enable: true

0 commit comments

Comments
 (0)