-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
115 lines (91 loc) · 2.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
baseURL = "https://web.casadi.org/"
languageCode = "en-us"
title = "CasADi"
theme = "casadi-theme"
googleAnalytics = ""
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
publishDir = "public"
ignorefiles = [ "api/html" , "api/internal" ]
[taxonomies]
tag = ""
group = ""
category = ""
[params]
author = "Joris Gillis, Armin Steinhauser"
copyright = "Copyright 2023."
logo = "_img/logo_2017_horizontal.png"
motto = ""
casadi_release = "3.5.5"
casadi_version = "3.5.5"
show_bottom_banner = true
[blackfriday]
smartypants = false
extensions = ["noIntraEmphasis"]
# extensions = ["hardLineBreak"]
# extensionsmask = ["autoHeaderIds"]
[markup.goldmark.renderer]
unsafe= true
[menu]
[[menu.main]]
url = "/"
name = "Home"
identifier = "home"
weight = 1
[[menu.main]]
url = "/get/"
name = "Try/Install"
identifier = "get"
weight = 2
[[menu.main]]
url = "/docs/"
name = "Docs"
identifier = "docs"
weight = 3
[[menu.main]]
url = "/support/"
name = "Support"
identifier = "support"
weight = 4
[[menu.main]]
url = "/source/"
name = "Source"
identifier = "source"
weight = 5
[[menu.main]]
url = "/publications/"
name = "Publications"
identifier = "publications"
weight = 6
[[menu.main]]
url = "/events/"
name = "Workshops"
identifier = "events"
weight = 7
[[menu.main]]
url = "/blog/"
name = "Blog"
identifier = "blog"
weight = 8
# Footer
# [[menu.footer]]
# url = "mailto:[email protected]"
# name = "envelope-o"
# weight = 1
[[menu.footer]]
url = "https://github.com/casadi/casadi"
name = "github"
weight = 2
[[menu.footer]]
url = "https://twitter.com/casadi_software"
name = "twitter"
weight = 3
[[menu.footer]]
url = "https://www.youtube.com/channel/UC3VDpv5Pi3R-a2VkcJN1RLw"
name = "youtube"
weight = 4
# [[menu.footer]]
# url = "https://github.com/username/"
# name = "linkedin"
# weight = 4