-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
46 lines (42 loc) · 1015 Bytes
/
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
baseURL = "/"
languageCode = "en-us"
title = "HomotopyContinuation.jl"
theme = "kube"
description = "A package for the numerical solution of systems of polynomial equations."
Paginate = 8
HighlightJS = true
[Params]
RSSLink = "/index.xml"
github = "JuliaHomotopyContinuation" # add your github profile name
[[menu.main]]
name = "Guides"
weight = 1
url = "/guides/"
[[menu.main]]
name = "Examples"
weight = 2
url = "/examples/"
[[menu.main]]
name = "Docs"
weight = 3
url = "https://juliahomotopycontinuation.github.io/HomotopyContinuation.jl/stable/"
[[menu.main]]
name = "About"
weight = 4
url = "/about/"
[[menu.main]]
name = "FAQ"
weight = 5
url = "/faq/"
[[menu.main]]
name = "Changelog"
weight = 7
url = "/changelog/"
[[menu.main]]
name = "Github"
weight = 8
url = "https://www.github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true