Fix analytics

This commit is contained in:
Fundor333
2024-07-28 23:01:33 +02:00
parent ed0abd53f2
commit aeeded2e79
4 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,3 @@ author:
twitterpage: "https://twitter.com/fundor333"
avatar: "/img/gatto.jpg"
url: "https://fundor333.com/cv/"
services:
googleAnalytics:
ID: G-H22W7LRVGC

View File

@@ -0,0 +1,3 @@
services:
googleAnalytics:
ID: G-H22W7LRVGC

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io
go 1.22.5
require (
github.com/fundor333/fugu-theme v0.0.0-20240728204942-d326ee8db9bc // indirect
github.com/fundor333/fugu-theme v0.0.0-20240728210103-52837186881e // indirect
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 // indirect
github.com/fundor333/macia-indiweb v0.0.0-20240728170323-78be1951ae2d // indirect
)

2
go.sum
View File

@@ -6,6 +6,8 @@ github.com/fundor333/fugu-theme v0.0.0-20240728203512-44ebb39649f3 h1:68GtsasJHe
github.com/fundor333/fugu-theme v0.0.0-20240728203512-44ebb39649f3/go.mod h1:kqffrEut4mYR2wiF+PZNVbVdwsFD5RdWWpGzLY0jlJg=
github.com/fundor333/fugu-theme v0.0.0-20240728204942-d326ee8db9bc h1:KcKWMjZFfNKEFCclIqhnuE9ySBaemJJcLFiQ8gfI2lA=
github.com/fundor333/fugu-theme v0.0.0-20240728204942-d326ee8db9bc/go.mod h1:kqffrEut4mYR2wiF+PZNVbVdwsFD5RdWWpGzLY0jlJg=
github.com/fundor333/fugu-theme v0.0.0-20240728210103-52837186881e h1:KmnmFNeqniA2MCP+1n0zNzYyDe1ps224ofebUrVAgkI=
github.com/fundor333/fugu-theme v0.0.0-20240728210103-52837186881e/go.mod h1:kqffrEut4mYR2wiF+PZNVbVdwsFD5RdWWpGzLY0jlJg=
github.com/fundor333/macia-image v0.0.0-20240725223224-a806faf4656b h1:s1gh5Mk0XFEBb3DJKeqj/t1qH1OKV2pDELJgPkJWPTI=
github.com/fundor333/macia-image v0.0.0-20240725223224-a806faf4656b/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 h1:BwDrTcbkAi0WvySmRGu3vUUVBHYXDqS2QLveRgsL+5c=