baseURL = 'https://docs.elliebot.net/'
languageCode = 'en-us'
title = 'The documentation site for EllieBot'

[markup]
  [markup.tableOfContents]
    endLevel = 10
  [markup.goldmark]
    [markup.goldmark.renderer]
      # Enable HTML tags in Markdown
      unsafe = true

[module]
  [[module.imports]]
  path = 'github.com/McShelby/hugo-theme-relearn'

[outputs]
  home = [ "html" ]

[params]
  themeVariant = [
    { identifier = "zen-auto", name = "Zen Light/Dark", auto = [ "zen-light", "zen-dark" ] },
    { identifier = "zen-light" },
    { identifier = "zen-dark"  },
  ]

  collapsibleMenu = true
  disableRootBreadcrumb = true
  disableInlineCopyToClipboard = true
  editURL = 'https://toastielab.dev/EllieBotDevs/EllieBot-docs/src/branch/main/content/'