From a3c581d6c7e16492f161dba3698b1fc1b4d9e05c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 8 Mar 2023 15:40:09 -0600 Subject: [PATCH] remove twitter metadata --- config/_default/params.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9dc3e49..2a53575 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,4 @@ ## Metadata -twitter = "@johndotbowdre" -largeTwitterCard = true 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." since = 2018 @@ -14,14 +12,14 @@ footerLogo = "logos/logo_footer.png" ## Site preferences -numberOfTagsShown = 10 +numberOfTagsShown = 10 codeMaxLines = 25 codeLineNumbers = false enableMathNotation = false usePageBundles = true -mainSections = ["posts"] -figurePositionShow = false -mobileNavigation = "right" +mainSections = ["posts"] +figurePositionShow = false +mobileNavigation = "right" enforceLightMode = false enforceDarkMode = true titleSeparator = "-" @@ -42,5 +40,5 @@ utterancesTheme = "dark-blue" ## Website author [author] name = "John Bowdre" - photo = "images/bio-photo.jpg" + photo = "images/bio-photo.jpg"