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

View File

@ -39,5 +39,12 @@ defaultContentLanguageInSubdir = false
[module]
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[module.imports]]
path = "github.com/geekifan/chirpy-static-assets"
[[module.imports.mounts]]
source = "."
target = "static/lib"