virtuallypotato/config/_default/params.toml

44 lines
1.3 KiB
TOML
Raw Normal View History

2021-12-20 18:47:15 +00:00
## Metadata
2021-12-06 03:42:51 +00:00
twitter = "@johndotbowdre"
2021-12-20 18:47:15 +00:00
largeTwitterCard = true
2021-12-06 03:42:51 +00:00
introDescription = "Wrangler of imaginary computers."
description = "I can generally fumble through a project and make it work. Here I share how I did it: my adventures with VMware vRealize Automation, cloud and automation projects I'm working on, linux and Powershell scripts I've cobbled together, and other tech tips and tricks."
2021-12-20 18:47:15 +00:00
since = 2018
2021-12-06 03:42:51 +00:00
2021-12-20 18:47:15 +00:00
## Logos & icons
fallBackOgImage = "logos/thumbnail.png"
iconsDir = "images/icons/"
centerLogo = false
logo = "logos/logo.png"
footerLogo = "logos/logo_footer.png"
2021-12-06 03:42:51 +00:00
2021-12-20 18:47:15 +00:00
## Site preferences
numberOfTagsShown = 10
codeMaxLines = 25
2021-12-06 03:42:51 +00:00
codeLineNumbers = false
enableMathNotation = false
usePageBundles = true
2021-12-20 18:47:15 +00:00
mainSections = ["posts"]
figurePositionShow = false
mobileNavigation = "right"
2021-12-06 03:42:51 +00:00
enforceLightMode = false
enforceDarkMode = true
titleSeparator = "-"
numberOfRecentPosts = 6
numberOfRelatedPosts = 6
numberOfFeaturedPosts = 4
toc = true
2021-12-06 03:42:51 +00:00
2021-12-20 18:47:15 +00:00
## Website author
2021-12-06 03:42:51 +00:00
[author]
2021-12-20 18:47:15 +00:00
name = "John Bowdre"
photo = "images/bio-photo.jpg"
2021-12-06 03:42:51 +00:00
2021-12-20 18:47:15 +00:00
## Comments
comments = true
2021-12-06 05:07:17 +00:00
[utterances]
repo="jbowdre/virtuallypotato" # owner/repo where github comments will happen
2021-12-06 05:07:17 +00:00
issueterm="title" # how will the issues be mapped to the articles
2022-01-26 20:04:07 +00:00
theme="dark-blue" # theme to be applied to comments box