-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
83 lines (65 loc) · 1.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title = "Advent of Code"
baseURL = "https://adventofchess.erik-skopp.de"
defaultContentLanguage = 'de'
[languages]
[languages.de]
languageName = "German / Deutsch"
weight = 0
title = "Schach Adventskalender"
contentDir = "content/de"
languageCode = "de"
[languages.en]
languageName = "Englisch / English"
weight = 1
title = " Advent of Chess"
contentDir = "content/en"
languageCode = "en"
# Import hextra as module
[module]
[[module.imports]]
path = "github.com/imfing/hextra"
[markup]
# Allow raw HTML
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
footnote = true
# Enable hextra syntax highlight
[markup.highlight]
noClasses = false
[menu]
[[menu.main]]
name = "Search"
weight = 5
[menu.main.params]
type = "search"
[[menu.main]]
name = "GitHub"
weight = 6
url = "https://github.com/eskopp/AdventofChess"
[menu.main.params]
icon = "github"
[[menu.main]]
name = "Instagram"
weight = 7
url = "https://instagram.com/erik.skopp"
[menu.main.params]
icon = "instagram"
[services]
[services.googleAnalytics]
ID = "G-4BPZENDQNG"
[params]
disableToc = true
[params.navbar]
displayTitle = true
displayLogo = true
[params.theme]
default = "system"
[params.footer]
displayCopyright = false
displayPoweredBy = false
[params.editURL]
enable = true
base = "https://github.com/eskopp/AdventofChess/edit/content/main/"
[params.page]
width = "full"