From 57921b94572b56ae9f67af7562604e6939b4080d Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 13 Dec 2022 19:26:21 +0100 Subject: [PATCH] update congo params --- config/_default/languages.en.toml | 2 +- config/_default/params.toml | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 63a353b..bf4babd 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -6,7 +6,7 @@ weight = 1 rtl = false title = "OCram85.com" -logo = "img/logo_square.png" +#logo = "img/logo_square.png" description = "A personal blog about PowerShell, Automation and more." # copyright = "Copy, _right?_ :thinking_face:" diff --git a/config/_default/params.toml b/config/_default/params.toml index 5d81171..36027c8 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -8,14 +8,23 @@ colorScheme = "avocado" defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = false -showAppearanceSwitcher = false enableSearch = true enableCodeCopy = true # mainSections = ["section1", "section2"] # robots = "" -showScrollToTop = true + +[header] + layout = "basic" # valid options: basic, hamburger, hybrid, custom + logo = "img/logo_square.png" + showTitle = true + +[footer] + showCopyright = true + showThemeAttribution = true + showAppearanceSwitcher = false + showScrollToTop = true [homepage] layout = "profile" # valid options: page, profile, custom @@ -37,13 +46,16 @@ showScrollToTop = true showTableOfContents = true showTaxonomies = true showWordCount = true + showComments = false sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] [list] showBreadcrumbs = false showSummary = false showTableOfContents = false + showTaxonomies = false groupByYear = true + paginationWidth = 1 [sitemap] excludedKinds = ["taxonomy", "term"]