forked from quesnel/vle-project.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
71 lines (68 loc) · 1.8 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
baseurl = "https://www.vle-project.org/"
languageCode = "en-us"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
hasCJKLanguage = true
title = "Virtual Laboratory Environment"
MetaDataFormat = "toml"
theme = "hugo-theme-techdoc"
canonifyurls = true
paginate = 10
author = "INRAE"
copyright = "© 2022 INRAE"
pygmentsCodeFencesGuessSyntax = true
pygmentsStyle = "monokai"
pygmentsUseClasses = true
PygmentsCodeFences = true
[params]
description = "A Modeling & Simulation Environment"
github_repository = "https://github.com/vle-forge/"
github_doc_repository = "https://github.com/vle-forge/vle-project.org"
version = "2.1.0"
brand = "VLE"
highlightjs = "androidstudio"
dateFormat = "02 Jan 2006, 15:04"
menu_style = "slide-menu"
menu_exclusion = [ "archives", "archive", "blog", "entry", "post", "posts" ]
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
url = "/"
weight = 1
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 2
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Download"
pre = "<i class='fa fa-download fa-fw'></i>"
weight = 3
identifier = "download"
url = "/download/"
[[menu.main]]
name = "Documentation"
pre = "<i class='fa fa-book fa-fw'></i>"
weight = 4
identifier = "documentation"
url = "/documentation/"
[[menu.main]]
name = "Packages"
pre = "<i class='fa fa-folder fa-fw'></i>"
weight = 5
identifier = "packages"
url = "/packages/"
[[menu.main]]
name = "Tutorials"
pre = "<i class='fa fa-check-square-o fa-fw'></i>"
weight = 6
identifier = "Tutorials"
url = "/tutorials/"
[[menu.main]]
name = "Discussion"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 7
identifier = "Discussion"
url = "/discussion/"