17 lines
378 B
TOML
17 lines
378 B
TOML
colorScheme = "blowfish"
|
|
defaultAppearance = "dark"
|
|
enableSearch = true
|
|
homepage.layout = "page"
|
|
homepage.homepageImage = "static/esmeralda.jpg"
|
|
logo = "logo.png"
|
|
footer.showAppearanceSwitcher = true
|
|
article.showEdit = false
|
|
|
|
[author]
|
|
name = "Chris Cochrun"
|
|
links = [
|
|
{facebook = "https://facebook.com/tfcconnection"},
|
|
{instagram = "https://instagram.com/tfcconnection"}
|
|
]
|
|
|