You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
397 B
TOML
13 lines
397 B
TOML
baseURL = 'https://hugo-demo.ndumas.com'
|
|
languageCode = 'en-us'
|
|
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'
|
|
[[module.imports]]
|
|
path = 'github.com/therealfakemoot/hugo-webring-partial'
|
|
|