# -- 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

# theme = "congo"
theme = [ "congo", "plausible-hugo" ]
# theme = [ "plausible-hugo", "congo" ]

# congo (default), avocado, cherry, fire, ocean, sapphire and slate.
colorScheme = "congo"
# colorScheme = "avocado"
# colorScheme = "cherry"
# colorScheme = "fire"
# colorScheme = "ocean"
# colorScheme = "sapphire"
# colorScheme = "slate"
# defaultAppearance = "dark" # valid options: light or dark
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true

enableSearch = true
enableCodeCopy = false
enableImageLazyLoading = true
enableImageWebp = true

# mainSections = ["section1", "section2"]
# robots = ""
fingerprintAlgorithm = "sha256"

rssFullContent = false

[header]
  layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
  # logo = "img/logo.jpg"
  # logoDark = "img/dark-logo.jpg"
  showTitle = true

[footer]
  showCopyright = true
  showThemeAttribution = true
  showAppearanceSwitcher = true
  showScrollToTop = true

[homepage]
  layout = "profile" # valid options: page, profile, custom
  showRecent = false
  recentLimit = 5

[article]
  showDate = true
  showDateUpdated = true
  showAuthor = true
  showBreadcrumbs = false
  showDraftLabel = true
  showEdit = false
  editURL = "https://codeberg.org/dominic/oe7drt-website/src/branch/main/content/"
  editAppendPath = true
  showHeadingAnchors = true
  showPagination = true
  invertPagination = false
  showReadingTime = true
  showTableOfContents = true
  showTaxonomies = true
  showWordCount = true
  showComments = false
  # sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line"]
  # sharingLinks = [ "email", "mastodon", "telegram", "reddit", "twitter", "facebook", "pinterest", "linkedin", "line" ]

[list]
  showBreadcrumbs = false
  showSummary = true
  showTableOfContents = false
  showTaxonomies = true
  groupByYear = true
  paginationWidth = 5

[sitemap]
  excludedKinds = ["taxonomy", "term"]
  changefreq = "weekly"
  priority = 0.5
  filename = "sitemap.xml"

[taxonomy]
  showTermCount = true

# [fathomAnalytics]
#   site = "LNCFUAAT"
#   domain = "cdn-eu.usefathom.com"
#  domain = "network.oe7drt.com"

[plausibleAnalytics]
  # domain = "blog.yoursite.com"
  # event = ""
  # script = ""

[plausible]
  enable = true  # Whether to enable plausible tracking
  domain = "oe7drt.com"  # Plausible "domain" name/id in your dashboard
  # hash_based_routing = true
  selfhosted_domain = "oe7drt.com"  # Self-hosted plausible domain
  outbound_link = true
  file_downloads = true
  #file_downloads_types = "sh,run"
  gitstar = false

[verification]
  # google = ""
  # bing = ""
  # pinterest = ""
  # yandex = ""