-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
75 lines (69 loc) · 1.45 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
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
baseurl = "https://louismeunier.net/"
title = "louis meunier"
author = "louis meunier"
description = "louis meunier's personal site"
canonifyurls = true
languagecode = "en-us"
enableEmoji = true
hasCJKLanguage = false
pygmentsstyle = "vs"
pygmentscodefences = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
[params]
description = "louis meunier's personal site"
sitename = "louis meunier"
faviconfile = "images/favicon.svg"
highlightjs = false
highlightjslanguages = [
"r",
#"python",
#"javascript",
#"typescript",
#"java",
"julia",
"mathematica",
"matlab"
]
uselatex = true
progressively = false
plotly = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.primary]]
name = "Home"
url = "/"
weight = 1
# [[menu.primary]]
# name = "About"
# url = "/about/"
# weight = 2
[[menu.primary]]
name = "Coding"
url = "/coding"
weight = 3
[[menu.primary]]
name = "Math"
url = "/math"
weight = 2
[[menu.primary]]
name = "Notes"
url = "/notes"
weight = 4
[[menu.primary]]
name = "Cubing"
url = "/cubing"
weight = 5
#[[menu.primary]]
# name = "Links"
# url = "/links"
# weight = 6
[[menu.primary]]
name = "Github"
url = "https://github.com/louismeunier"
weight = 6
[[menu.primary]]
name = "Linkedin"
url = "https://linkedin.louismeunier.net"
weight = 7