diff --git a/config.toml b/config.toml index 71f639c..889f1b6 100644 --- a/config.toml +++ b/config.toml @@ -7,4 +7,6 @@ title = 'Hugo Playground' # replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" [[module.imports]] path = 'github.com/panr/hugo-theme-terminal/v3' +[[module.imports]] + path = 'github.com/therealfakemoot/hugo-webring-partial' diff --git a/go.mod b/go.mod index e8c259d..a231e3c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,6 @@ module code.ndumas.com/ndumas/hugo-demo go 1.19 +require github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2 + require github.com/panr/hugo-theme-terminal/v3 v3.1.2 // indirect diff --git a/go.sum b/go.sum index c8e1900..151e0d2 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,6 @@ github.com/panr/hugo-theme-terminal/v3 v3.1.2 h1:DZXzAabj8zG/9k6kSE9uQLtJUoPGA5KiSeiBbni3oHM= github.com/panr/hugo-theme-terminal/v3 v3.1.2/go.mod h1:Cs+1ub6qhz/G43ohdRSR1U2qNqGLO9h0qgTG4Jq9Wo4= +github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230522224205-c55a524847df h1:Z6Mtom4M8xGO9MZifSz51pOZgPnQnZkJgc/TId8atrk= +github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230522224205-c55a524847df/go.mod h1:Vt70hBSwM4/bzcQZgPzYou4clM8u0P6pbvOOE9dG7K8= +github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2 h1:6FSlCLhd1cjcoMm6vy76AJNbI5VpNmq3UA8c3l5mv6M= +github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2/go.mod h1:Vt70hBSwM4/bzcQZgPzYou4clM8u0P6pbvOOE9dG7K8=