14 lines
269 B
TOML
14 lines
269 B
TOML
baseURL = 'https://www.gardling.com'
|
|
languageCode = 'en-us'
|
|
title = 'Simon Gardling'
|
|
theme = "theme"
|
|
contentDir = "content"
|
|
|
|
[module]
|
|
[[module.imports]]
|
|
path = "github.com/ystepanoff/hugo-neko"
|
|
|
|
[params]
|
|
# hides the copyright footer thing
|
|
hideFooter = true
|