forked from ESUG/esug.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpillar.conf
117 lines (115 loc) · 2.31 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
{
"baseurl" : "",
"site_name": "Esug",
"site_short_description": "European Smalltalk User Group",
"site_logo": "images/esug-logo-small.jpg",
"site_email":"asamabiyalou(at)yahoo.com",
"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" : "Past Conferences",
"url" : "/conferences.html"
},
{
"title" : "2018",
"url" : "/2018-Conference/conf2018.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"
}]
}
]
}