-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (39 loc) · 1 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
baseURL = "http://www.ariadne-cps.org/"
languageCode = "en-us"
title = "Ariadne"
theme = "beautifulhugo"
copyright = "Luca Geretti"
[author]
name = "Luca Geretti"
[Params]
bartitle = "Ariadne: C++/Python Library for Formal Verification of Cyber-Physical Systems"
subtitle = "C++/Python library for formal verification of cyber-physical systems, using reachability analysis and rigorous numerics on nonlinear hybrid automata"
logo = "img/ariadne.png"
favicon = "img/ariadne.ico"
rss = true
mainSections = ["post","posts"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "About"
url = "about"
weight = 1
[[menu.main]]
name = "Publications"
url = "publications"
weight = 2
[[menu.main]]
name = "Installation"
url = "installation"
weight = 3
[[menu.main]]
name = "Tutorial"
url = "tutorial"
weight = 4
#[[menu.main]]
# name = "Docs"
# url = "docs"
# weight = 5