File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ module github.com/securebitsorg/securebitsorg.github.io
22
33go 1.24.4
44
5- require github.com/hugo-toha/toha/v4 v4.9.0 // indirect
5+ require (
6+ github.com/hugo-toha/toha/v4 v4.9.0 // indirect
7+ github.com/hugomods/umami-analytics v0.3.1 // indirect
8+ )
Original file line number Diff line number Diff line change 11github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA =
2- github.com/hugo-toha/toha/v4 v4.9.0 /go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g =
2+ github.com/hugo-toha/toha/v4 v4.9.0 /go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g =
3+ github.com/hugomods/umami-analytics v0.3.1 h1:C4B1oKRBvCRamH3muiWK+QNbehmxd+7DiK80jHCdMJo =
4+ github.com/hugomods/umami-analytics v0.3.1 /go.mod h1:nlZGLPH5L+H25+HwmuzHsEfM869+tMTUTcSUBcOQEm4 =
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ caches:
3333module :
3434 imports :
3535 - path : github.com/hugo-toha/toha/v4
36+ - path : github.com/hugomods/umami-analytics
3637 mounts :
3738 - source : static/files
3839 target : static/files
@@ -123,7 +124,7 @@ outputs:
123124 home :
124125 - HTML
125126 - RSS
126- - JSON
127+ - JSON- path : github.com/hugomods/umami-analytics
127128
128129imaging :
129130 anchor : Smart
@@ -150,14 +151,13 @@ lazyload:
150151# Site parameters
151152
152153params :
153- analytics :
154- enable : true
155- services :
156- # Enable Umami analytics
157- umami :
158- scheme : https
159- instance : analytics.eu.umami.is
160- id : 1076f380-33de-4ef4-a7ee-4e3648dcb8fa
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
160+
161161
162162
163163 # Background image of the landing page
Original file line number Diff line number Diff line change 1+ < head >
2+ {{ partialCached "hugomods/umami-analytics/index" . .Params.analyze }}
3+ </ head >
You can’t perform that action at this time.
0 commit comments