25 lines
604 B
TOML
25 lines
604 B
TOML
baseURL = 'https://lambwire.net'
|
|
# title = 'Lambwire'
|
|
theme = 'hugo-bearcub'
|
|
copyright = "John Lamb"
|
|
defaultContentLanguage = "en"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "[:: LAMBWIRE ::] "
|
|
languageName = "en-US 🇺🇸"
|
|
LanguageCode = "en-US"
|
|
contentDir = "content"
|
|
[languages.en.params]
|
|
madeWith = "Made with [Bear ʕ ·ᴥ·ʔ Cub](https://github.com/clente/hugo-bearcub)"
|
|
|
|
[params]
|
|
description = "Params description"
|
|
|
|
title = "Lambwire params"
|
|
|
|
themeStyle = "original"
|
|
|
|
[params.author]
|
|
name = "John Lamb"
|
|
email = "johnlamb@lambwire.net" |