blob: 71e691bf0723f6620033ce5fb40560f17da09bc5 (
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
49
50
51
|
baseURL = "/"
languageCode = "en-us"
title = "gomplate documentation"
theme = "hugo-theme-relearn"
googleAnalytics = "UA-82637990-3"
[params]
alwaysopen = false
editURL = "https://github.com/hairyhenderson/gomplate/edit/main/docs/content/"
author = "hairyhenderson"
description = "gomplate documentation"
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"
[markup]
[markup.highlight]
guessSyntax = false
noClasses = false
[outputs]
home = [ "HTML", "RSS", "SEARCH", "SEARCHPAGE"]
[privacy]
[privacy.googleAnalytics]
disable = false
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = false
|