-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
70 lines (60 loc) · 1.79 KB
/
hugo.toml
File metadata and controls
70 lines (60 loc) · 1.79 KB
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
baseURL = 'https://doc-serveur.isenengineering.fr/'
languageCode = 'fr-FR'
title = 'doc-ie'
defaultContentLanguage = "fr"
description = "Documentation du pôle serveur de l'IsenEngineering"
enableInlineShortcodes = true
enableGitInfo = true
module.imports.path = "github.com/imfing/hextra"
ignoreLogs = ['warning-goldmark-raw-html']
[markup]
highlight.noClasses = false
goldmark.renderer.unsafe = true
extensions.passthrough.delimiters.block = [['\[', '\]'], ['$$', '$$']]
extensions.passthrough.delimiters.inline = [['\(', '\)']]
extensions.passthrough.enable = true
[params]
navbar.displayLogo = false
toc.displayTags = true
docs.list.displayTags = true
inf.list.displayTags = true
pro.list.displayTags = true
displayUpdatedDate = true
displayUpdatedAuthor = true
archives.section = "inf"
[params.footer]
displayCopyright = false
displayPoweredBy = false
[params.flexsearch]
# index page by: content | summary | heading | title
index = "content"
# full | forward | reverse | strict
tokenize = "forward"
[params.editURL]
enable = true
base = "https://github.com/IsenEngineering/serveur/edit/v2/content"
[params.banner]
key = 'fautes-oublies'
message = "N'hésitez pas à [signaler des fautes ou des oublies](https://github.com/IsenEngineering/serveur) 🤝"
[menus]
[[menus.main]]
name = 'Documentation'
pageRef = '/docs'
weight = 10
[[menus.main]]
name = 'Procédures'
pageRef = '/pro'
weight = 20
[[menus.main]]
name = 'Informations'
pageRef = '/inf'
weight = 30
[[menus.main]]
name = "Rechercher"
weight = 31
params.type = "search"
[[menus.main]]
name = "GitHub"
weight = 32
url = "https://github.com/IsenEngineering/serveur"
params.icon = "github"