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
5
go.mod
5
go.mod
|
@ -2,4 +2,7 @@ module github.com/CaiJimmy/hugo-theme-stack-starter
|
|||
|
||||
go 1.17
|
||||
|
||||
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.30.0 // indirect
|
||||
require (
|
||||
github.com/CaiJimmy/hugo-theme-stack/v3 v3.30.0 // indirect
|
||||
github.com/hugomods/umami-analytics v0.3.1 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue