use hugo mod

This commit is contained in:
2025-08-05 02:35:20 +08:00
parent 146fac98da
commit f7a037838e
6 changed files with 99 additions and 24 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/aotian16/qefee
go 1.24.5
require (
github.com/CaiJimmy/hugo-theme-stack v2.6.0+incompatible // indirect
github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.12.1 // indirect
github.com/tom2almighty/hugo-narrow v1.1.2 // indirect
)