summaryrefslogtreecommitdiff
path: root/docs/config.toml
blob: 3b28b4b439972ac96c03832c1e7bcc2e701fcac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = "/"
languageCode = "en-us"
title = "gomplate documentation"
# theme = "hugo-theme-relearn"

[params]
  alwaysopen = false
  editURL = "https://github.com/hairyhenderson/gomplate/edit/main/docs/content/"
  showVisitedLinks = false
  disableSearch = false
  disableSearchHiddenPages = false
  disableSeoHiddenPages = false
  disableTagHiddenPages = false
  disableAssetsBusting = false
  disableGeneratorVersion = false
  disableInlineCopyToClipBoard = true
  disableShortcutsTitle = false
  disableLandingPageButton = false
  disableLanguageSwitchingButton = false
  disableBreadcrumb = false
  disableToc = false
  disableMathJax = true
  disableMermaid = true
  disableSwagger = true
  disableNextPrev = false
  ordersectionsby = "weight"
  themeVariantAuto = ["gomplate-light", "gomplate-dark"]
  themeVariant = ["auto", "gomplate-light", "gomplate-dark"]
  titleSeparator = "-"
  collapsibleMenu = true
  additionalContentLanguage = [ "en" ]
  disableExplicitIndexURLs = true
  externalLinkTarget = "_blank"

[params.author]
  name = "hairyhenderson"

[markup]
  [markup.highlight]
    guessSyntax = false
    noClasses = false

[outputs]
  home = [ "HTML", "RSS", "SEARCH", "SEARCHPAGE"]

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