16 lines
407 B
TOML
16 lines
407 B
TOML
|
baseURL = "https://blog.vulpine.solutions/"
|
||
|
languageCode = "en-gb"
|
||
|
title = "vulpine solutions"
|
||
|
author = "sam"
|
||
|
theme = "hugo-bearblog"
|
||
|
enableRobotsTXT = true
|
||
|
copyright = "sam, CC-BY-SA 4.0"
|
||
|
|
||
|
disableKinds = ["taxonomy"]
|
||
|
ignoreErrors = ["error-disable-taxonomy"]
|
||
|
|
||
|
[params]
|
||
|
description = "vulpine problems require vulpine solutions"
|
||
|
title = "vulpine solutions"
|
||
|
dateFormat = "Jan 2, 2006"
|
||
|
favicon = "favicon.png"
|