Skip to content

Commit

Permalink
feat: hugo-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Nov 13, 2024
1 parent f3ae5aa commit 8a0cfdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[[imports]]
path = "github.com/CaiJimmy/hugo-theme-stack/v3"

[[imports]]
path = "github.com/martignoni/hugo-notice"
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module github.com/CaiJimmy/hugo-theme-stack-starter

go 1.17

require github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0 // indirect
require (
github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0 // indirect
github.com/martignoni/hugo-notice v0.0.0-20240707105359-40327ac00cc4 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0 h1:6Ahvbvlyi0HrstfDt2yk6BfcAEnW107lWOUjPjD/ye4=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=
github.com/martignoni/hugo-notice v0.0.0-20240707105359-40327ac00cc4 h1:lxS0B1ta9/uW+orrnvsGHMCC0TgN4DymEgdlb0PL/uU=
github.com/martignoni/hugo-notice v0.0.0-20240707105359-40327ac00cc4/go.mod h1:MIQPOMgEcbyRC0gNLzQFSgrS+wIy3RuQ/HbaZYtTOKU=

0 comments on commit 8a0cfdc

Please sign in to comment.