-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (29 loc) · 1.04 KB
/
config.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
baseURL = "https://famille-chauviteau.fr"
languageCode = "fr-FR"
title = "Histoire de la famille Chauviteau"
theme = "mybook"
canonifyurls = true
enableGitInfo = true
publishDir = "docs"
# Book configuration
disablePathToLower = true
[params]
# show or hide table of contents for page
BookShowToC = false
# Set bundle to render side menu
# if not specified file structure and weights will be used
#BookMenuBundle = "/menu"
# specify section of content to render as menu
# if bookMenuBundle is not set, 'docs' is value by default
# BookSection = ""
# BookSourceURL = 'https://github.com/LGD-Fr/famille-chauviteau.site/blob/master/content/'
BookGitURL = 'https://github.com/LGD-Fr/famille-chauviteau.fr'
ContactEMailFile = "/img/courriel.png"
ContactEMailAlt = "« contact » AROBASE « famille » TRAIT D’UNION « chauviteau » POINT « fr »"
RedirectToCanonical = false
CanonicalBaseURL = "https://famille-chauviteau.fr"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true