All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
			
				
	
	
		
			72 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# -- Theme Options --
 | 
						|
# These options control how the theme functions and allow you to
 | 
						|
# customise the display of your website.
 | 
						|
#
 | 
						|
# Refer to the theme docs for more details about each of these parameters.
 | 
						|
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
 | 
						|
 | 
						|
colorScheme = "ocean"
 | 
						|
defaultAppearance = "dark" # valid options: light or dark
 | 
						|
autoSwitchAppearance = false
 | 
						|
 | 
						|
enableSearch = true
 | 
						|
enableCodeCopy = true
 | 
						|
 | 
						|
# mainSections = ["section1", "section2"]
 | 
						|
# robots = ""
 | 
						|
 | 
						|
[header]
 | 
						|
  layout = "hamburger" # valid options: basic, hamburger, custom
 | 
						|
 | 
						|
[footer]
 | 
						|
  showCopyright = true
 | 
						|
  showThemeAttribution = true
 | 
						|
  showAppearanceSwitcher = false
 | 
						|
  showScrollToTop = true
 | 
						|
 | 
						|
[homepage]
 | 
						|
  layout = "profile" # valid options: page, profile, custom
 | 
						|
  showRecent = false
 | 
						|
 | 
						|
[article]
 | 
						|
  showDate = true
 | 
						|
  showDateUpdated = false
 | 
						|
  showAuthor = false
 | 
						|
  showBreadcrumbs = true
 | 
						|
  showDraftLabel = true
 | 
						|
  showEdit = false
 | 
						|
  # editURL = "https://github.com/username/repo/"
 | 
						|
  editAppendPath = true
 | 
						|
  showHeadingAnchors = true
 | 
						|
  showPagination = true
 | 
						|
  invertPagination = false
 | 
						|
  showReadingTime = true
 | 
						|
  showTableOfContents = true
 | 
						|
  showTaxonomies = true
 | 
						|
  showWordCount = false
 | 
						|
  showComments = false
 | 
						|
  # sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
 | 
						|
 | 
						|
[list]
 | 
						|
  showBreadcrumbs = false
 | 
						|
  showSummary = true
 | 
						|
  showTableOfContents = false
 | 
						|
  groupByYear = false
 | 
						|
  showTaxonomies = true
 | 
						|
 | 
						|
[sitemap]
 | 
						|
  excludedKinds = ["taxonomy", "term"]
 | 
						|
 | 
						|
[taxonomy]
 | 
						|
  showTermCount = true
 | 
						|
 | 
						|
[fathomAnalytics]
 | 
						|
  # site = "ABC12345"
 | 
						|
  # domain = "llama.yoursite.com"
 | 
						|
 | 
						|
[verification]
 | 
						|
  # google = ""
 | 
						|
  # bing = ""
 | 
						|
  # pinterest = ""
 | 
						|
  # yandex = ""
 |