-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.yaml
66 lines (50 loc) · 955 Bytes
/
config.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
baseURL: https://docs.ava.do/
title: Docs
theme: hugo-geekdoc
pygmentsUseClasses: true
pygmentsCodeFences: true
timeout: 180000
pluralizeListTitles: false
defaultContentLanguage: en
disablePathToLower: true
enableGitInfo: true
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
taxonomies:
tag: tags
outputs:
home:
- HTML
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
security:
exec:
allow:
- "^asciidoctor$"
params:
geekdocToC: 3
geekdocTagsToMenu: true
geekdocRepo: https://github.com/AvadoDServer/avado-docs
geekdocEditPath: edit/master/
geekdocSearch: true
geekdocSearchShowParent: true
geekdocNextPrev: false
geekdocImageLazyLoading: true
geekdocDarkModeDim: true
# https://gohugo.io/templates/internal/#google-analytics
googleAnalytics: G-LY5MPSFFD2
minify:
disableHTML: true