chore(hugo.toml): update theme configuration to use "bridget" theme (#131)

* chore(hugo.toml): update theme configuration to use "bridget" theme
feat(go.mod): add "github.com/Sped0n/bridget" module as a dependency with version v0.0.0-20231104151130-eb8ddf657d31
feat(go.sum): add checksum for "github.com/Sped0n/bridget" module with version v0.0.0-20231104151130-eb8ddf657d31

* blind commit
This commit is contained in:
Spedon
2023-11-06 12:47:51 +08:00
committed by GitHub
parent eb8ddf657d
commit 8c2138ce3b
3 changed files with 10 additions and 10 deletions

3
exampleSite/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/Sped0n/bridget/exampleSite
go 1.21.3