-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.yaml
111 lines (96 loc) · 2.34 KB
/
config.yaml
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
baseURL: https://modelica.org
title: Modelica
theme: ma-hugo-theme
params:
logo: /images/ma-logos/dark/m-ball.svg
favicon: /images/m-ball-favicon.svg
darkMode: true
email: board@modelica.org
uacode: UA-145375737-1
linkedin: modelica-association
youtube: modelicaassociation
x: modelica
menu:
main:
- pageRef: "language"
identifier: "language"
name: "Language"
url: "/language/"
weight: 1
- pageRef: "association"
identifier: "association"
name: "Association"
url: "/association/"
weight: 1
- pageRef: "community"
identifier: "community"
name: "Community"
url: "/community/"
weight: 2
- pageRef: "consulting"
identifier: "consulting"
name: "Consulting"
url: "/community/consulting/"
parent: "community"
weight: 1
- pageRef: "development"
identifier: "development"
name: "Development"
url: "/community/development/"
parent: "community"
weight: 2
- pageRef: "projects"
identifier: "projects"
name: "Projects"
url: "/community/projects/"
parent: "community"
weight: 3
- pageRef: "training"
identifier: "training"
name: "Training"
url: "/community/training/"
parent: "community"
weight: 4
- pageRef: "usergroups"
identifier: "usergroups"
name: "Usergroups"
url: "/community/usergroups/"
parent: "community"
weight: 5
- pageRef: "events"
identifier: "events"
name: "Events"
url: "/events/"
weight: 4
- pageRef: "news"
identifier: "news"
name: "News"
url: "/news/"
weight: 4
- pageRef: "publications"
identifier: "publications"
name: "Publications"
url: "/publications/"
weight: 3
- pageRef: "books"
identifier: "books"
name: "Books"
url: "/publications/books/"
parent: "publications"
weight: 1
- pageRef: "proceedings"
identifier: "proceedings"
name: "Proceedings"
url: "/publications/proceedings/"
parent: "publications"
weight: 2
- pageRef: "libraries"
identifier: "libraries"
name: "Libraries"
url: "/libraries/"
weight: 1
- pageRef: "tools"
identifier: "tools"
name: "Tools"
url: "/tools/"
weight: 1