-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
56 lines (48 loc) · 1.41 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
baseURL = 'https://backtobasics.github.io/'
languageCode = 'fr'
title = 'BackToBasics'
defaultContentLanguage = 'fr'
[module]
# uncomment line below for temporary local development of module,
# when using a 'theme' as a git submodule or git cloned files
replacements = "github.com/colinwilson/lotusdocs -> lotusdocs"
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
[params]
[params.docs]
darkMode = true
titleIcon = false
descriptions = true
author = true
#themeColor = "blue" #blue (default), green, red, yellow, emerald, cardinal, magenta, cyan
[params.blog]
showImage = true
[params.flexsearch]
enabled = true
[markup]
[markup.goldmark.renderer]
unsafe = true # allow html in md files
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'catppuccin-mocha'
tabWidth = 4
[[menu.primary]]
name = "Annonces"
url = "/blog/"
identifier = "blog"
weight = 10
[params.social]
discord = "PtXWatnH4j"
twitch = "backtobasicsepita"