-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpillar.conf
130 lines (128 loc) · 2.56 KB
/
pillar.conf
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"baseurl" : "/",
"site_name": "Esug",
"site_short_description": "European Smalltalk User Group",
"site_logo": "images/esug-logo-small.jpg",
"site_email":"stephane.ducasse-^@^-inria.fr",
"affiliation":"ESUG",
#'Describing the sites menu as title,url pair': #comment,
"menu" : [
{ "title" : "About Us",
"url" : "/about_us.html",
"has_subfiles" : true,
"submenu" : [ {
"title" : "About",
"url" : "/about_us.html"
},
{
"title" : "Membership",
"url" : "/membership.html"
},
{
"title" : "Become a Sponsor",
"url" : "/become_sponsor.html"
},
{
"title" : "Support ESUG",
"url" : "/support_esug.html"
},
{
"title" : "Sponsors",
"url" : "/sponsors.html"
},
{
"title" : "ESUG News",
"url" : "/about_us.html"
}]
},
{ "title" : "Conferences",
"url" : "/conferences.html",
"has_subfiles" : true,
"submenu" : [ {
"title" : "2024",
"url" : "/2024-Conference/conf2024.html"
},
{
"title" : "2023",
"url" : "/2023-Conference/conf2023.html"
},
{
"title" : "2022",
"url" : "/2022-Conference/conf2022.html"
},
{
"title" : "2019",
"url" : "/2018-Conference/conf2019.html"
},
{
"title" : "Past Conferences",
"url" : "/conferences.html"
}
]
},
{ "title" : "Promotion",
"url" : "/promotion.html",
"has_subfiles" : true,
"submenu" : [ {
"title" : "Promotion",
"url" : "/promotion.html"
},
{
"title" : "Welcome To SummerTalk",
"url" : "/summerTalk.html"
},
{
"title" : "Your Article",
"url" : "/article.html"
},
{
"title" : "YourPublication",
"url" : "/publications.html"
},
{
"title" : "Your Mobility",
"url" : "/mobility.html"
},
{
"title" : "FreeBook",
"url" : "/freebook.html"
},
{
"title" : "Your Project",
"url" : "/project.html"
},
{
"title" : "Past Actions",
"url" : "/past_actions.html"
},
{
"title" : "Promotion Award",
"url" : "/promotion_award.html"
}]
},
{ "title" : "Smalltalk",
"url" : "/smalltalk.html",
"has_subfiles" : true,
"submenu" : [{
"title" : "Smalltalk",
"url" : "/smalltalk.html"
},
{
"title" : "Press",
"url" : "/press.html"
},
{
"title" : "Companies",
"url" : "/companies.html"
},
{
"title" : "Videos",
"url" : "/videos.html"
},
{
"title" : "Smalltalk-Archive",
"url" : "/smalltalk_archive.html"
}]
}
]
}