finished the header

This commit is contained in:
Nuno Coração
2022-09-11 17:20:31 +01:00
parent ae6d0d5dfb
commit 667a181028
120 changed files with 1436 additions and 351 deletions

View File

@@ -5,19 +5,16 @@
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
colorScheme = "ocean"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
mainSections = ["samples"]
mainSections = ["posts", "suggest", "external"]
# robots = ""
[header]
layout = "basic" # valid options: basic, hamburger, custom
[footer]
showCopyright = true
showThemeAttribution = true
@@ -25,8 +22,8 @@ mainSections = ["samples"]
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
@@ -35,26 +32,26 @@ mainSections = ["samples"]
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
editURL = "https://github.com/nunocoracao/homepage/tree/main/content"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showWordCount = false
showComments = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
showTaxonomies = false
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
[list]
showBreadcrumbs = true
showBreadcrumbs = false
showSummary = false
showTableOfContents = true
groupByYear = false
showTableOfContents = false
groupByYear = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
excludedKinds = []
[taxonomy]
showTermCount = true