59 lines
1.3 KiB
TOML
59 lines
1.3 KiB
TOML
colorScheme = "blowfish"
|
|
defaultAppearance = "dark"
|
|
autoSwitchAppearance = false
|
|
enableSearch = true
|
|
logo = "logo.png"
|
|
|
|
[author]
|
|
name = "TFC Connection"
|
|
links = [
|
|
{facebook = "https://facebook.com/tfcconnection"},
|
|
{instagram = "https://instagram.com/tfcconnection"}
|
|
]
|
|
|
|
[header]
|
|
layout = "basic"
|
|
|
|
[homepage]
|
|
layout = "page" # valid options: page, profile, hero, card, background, custom
|
|
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
|
|
showRecent = false
|
|
showRecentItems = 5
|
|
showMoreLink = true
|
|
showMoreLinkDest = "docs"
|
|
|
|
[article]
|
|
showDate = false
|
|
showDateUpdated = false
|
|
showAuthor = true
|
|
showHero = true
|
|
heroStyle = "background" # valid options: basic, big, background
|
|
showBreadcrumbs = true
|
|
showDraftLabel = true
|
|
showEdit = true
|
|
seriesOpened = false
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = false
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
showAuthorsBadges = true
|
|
showWordCount = false
|
|
showSummary = true
|
|
sharingLinks = [ "twitter", "reddit", "facebook", "instagram", "email"]
|
|
|
|
[list]
|
|
showBreadcrumbs = true
|
|
showSummary = true
|
|
showTableOfContents = true
|
|
showCards = true
|
|
groupByYear = false
|
|
|
|
[footer]
|
|
showMenu = true
|
|
showCopyright = true
|
|
showThemeAttribution = true
|
|
showAppearanceSwitcher = false
|
|
showScrollToTop = true
|