getting closer to a proper build

main
Nick Dumas 2 years ago
parent b43a7a60f3
commit 40045721cc

@ -1,3 +1,10 @@
baseURL = 'https://hugo-demo.ndumas.com' baseURL = 'https://hugo-demo.ndumas.com'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Hugo Playground' title = 'Hugo Playground'
[module]
# this is needed when you fetch the theme as a submodule to your repo.
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v3'

@ -0,0 +1,5 @@
module code.ndumas.com/ndumas/hugo-demo
go 1.19
require github.com/panr/hugo-theme-terminal/v3 v3.1.2 // indirect

@ -0,0 +1,2 @@
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=
Loading…
Cancel
Save