-
Notifications
You must be signed in to change notification settings - Fork 4
/
hugo.toml
53 lines (45 loc) · 1.29 KB
/
hugo.toml
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
languageCode = 'en-us'
title = 'TLA+ Foundation'
pygmentsUseClassic = true
PygmentsCodeFences = true
enableRobotsTXT = true
noChmod = true
staticDir = ['static']
[Params]
disableInlineCopyToClipBoard = false
disableAssetsBusting = true
disableLandingPageButton = false
disableNextPrev = true
disableSearch = true
disableShortcutsTitle = false
[Params.Author]
Name = "TLA+ Foundation"
[Params.ThemeVariant]
identifier = 'tlaplus'
[markup]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.shortcuts]]
pre = '<i class="fa-fw fab fa-github"></i> '
name = 'GitHub'
url = 'https://github.com/tlaplus/'
weight = 10
[[menu.shortcuts]]
pre = '<i class="fa-fw fas fa-at"></i> '
name = 'Mailing List'
url = 'https://groups.google.com/g/tlaplus/'
weight = 30
[[menu.shortcuts]]
pre = '<i class="fa-fw fas fa-inbox"></i> '
name = 'Mailing List Archive'
url = 'https://discuss.tlapl.us/'
weight = 40
[[menu.shortcuts]]
pre = '<i class="fa-fw fas fa-calendar-day"></i> '
name = 'Conferences and Events'
url = 'https://conf.tlapl.us/home/'
weight = 50
[module]
[[module.imports]]
path = 'github.com/McShelby/hugo-theme-relearn'