125 lines
2.6 KiB
TOML
125 lines
2.6 KiB
TOML
colorScheme = "slate"
|
|
defaultAppearance = "dark"
|
|
autoSwitchAppearance = true
|
|
enableA11y = false
|
|
enableSearch = true
|
|
enableCodeCopy = true
|
|
enableStructuredBreadcrumbs = false
|
|
replyByEmail = false
|
|
disableImageOptimization = false
|
|
disableImageOptimizationMD = false
|
|
disableTextInHeader = false
|
|
hotlinkFeatureImage = false
|
|
fingerprintAlgorithm = "sha512"
|
|
giteaDefaultServer = "https://git.fsfe.org"
|
|
forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|
firebase = { }
|
|
fathomAnalytics = { }
|
|
umamiAnalytics = { }
|
|
selineAnalytics = { }
|
|
buymeacoffee = { }
|
|
verification = { }
|
|
rssnext = { }
|
|
advertisement = { }
|
|
|
|
[header]
|
|
layout = "basic"
|
|
|
|
[footer]
|
|
showMenu = true
|
|
showCopyright = false
|
|
showThemeAttribution = false
|
|
showAppearanceSwitcher = true
|
|
showScrollToTop = true
|
|
|
|
[homepage]
|
|
layout = "profile"
|
|
showRecent = true
|
|
showRecentItems = 6
|
|
showMoreLink = true
|
|
showMoreLinkDest = "/blog/"
|
|
cardView = true
|
|
cardViewScreenWidth = false
|
|
layoutBackgroundBlur = false
|
|
disableHeroImageFilter = false
|
|
homepageImage = "me.jpg"
|
|
|
|
[article]
|
|
showDate = true
|
|
showViews = false
|
|
showLikes = false
|
|
showDateOnlyInArticle = false
|
|
showDateUpdated = false
|
|
showAuthor = false
|
|
showHero = false
|
|
layoutBackgroundBlur = true
|
|
layoutBackgroundHeaderSpace = true
|
|
showBreadcrumbs = false
|
|
showDraftLabel = true
|
|
showEdit = false
|
|
editAppendPath = true
|
|
seriesOpened = false
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = false
|
|
showTableOfContents = false
|
|
showTaxonomies = false
|
|
showCategoryOnly = false
|
|
showAuthorsBadges = false
|
|
showWordCount = false
|
|
showZenMode = true
|
|
|
|
[list]
|
|
showHero = false
|
|
layoutBackgroundBlur = true
|
|
layoutBackgroundHeaderSpace = true
|
|
showBreadcrumbs = false
|
|
showSummary = true
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = false
|
|
showCards = true
|
|
orderByWeight = false
|
|
groupByYear = true
|
|
cardView = true
|
|
cardViewScreenWidth = false
|
|
constrainItemsWidth = false
|
|
|
|
[sitemap]
|
|
excludedKinds = [ "taxonomy", "term" ]
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
showHero = false
|
|
showBreadcrumbs = false
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = false
|
|
cardView = false
|
|
|
|
[term]
|
|
showHero = false
|
|
showBreadcrumbs = false
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = true
|
|
groupByYear = false
|
|
cardView = false
|
|
cardViewScreenWidth = false
|
|
|
|
[author]
|
|
name = "Ash Marlow"
|
|
image = "img/me.jpg"
|
|
headline = "Software Engineer | Electronics | Cyber Security"
|
|
bio = "Building cool things with Docker and Tanium."
|
|
|
|
[[author.links]]
|
|
github = "https://github.com/ashtom50"
|
|
|
|
[[author.links]]
|
|
linkedin = "https://linkedin.com/in/ash-marlow/"
|
|
|
|
[[author.links]]
|
|
gitea = "https://git.marlow.quest"
|