feat: support self host static assets

This commit is contained in:
geekifan
2025-05-07 11:27:15 +08:00
parent 7adc9fd396
commit 623f913912
6 changed files with 30 additions and 19 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/geekifan/hugo-theme-chirpy
go 1.24.2
require (
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/twbs/bootstrap v5.3.5+incompatible // indirect
)