getting closer to a proper build
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
|
Loading…
Reference in New Issue