forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
94 lines (76 loc) · 1.73 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
baseURL = "https://casadi.org/"
languageCode = "en-us"
title = "CasADi"
theme = "casadi-theme"
googleAnalytics = ""
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
publishDir = "public"
[taxonomies]
tag = ""
group = ""
category = ""
[params]
author = "Joris Gillis, Armin Steinhauser"
copyright = "Copyright 2018."
logo = "/_img/logo_2017_horizontal.svg"
motto = "."
DocsHeader = "Docs v3.3.0"
[blackfriday]
smartypants = false
extensions = ["noIntraEmphasis"]
# extensions = ["hardLineBreak"]
# extensionsmask = ["autoHeaderIds"]
[menu]
[[menu.main]]
url = "/get-casadi/"
name = "Try/Install"
identifier = "get-casadi"
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 = "/blog/"
name = "Blog"
identifier = "blog"
weight = 7
# 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