-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpillar.conf
More file actions
108 lines (106 loc) · 2.13 KB
/
pillar.conf
File metadata and controls
108 lines (106 loc) · 2.13 KB
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
{
"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&Support",
"url" : "/membership.html"
},
{
"title" : "Become a Sponsor",
"url" : "/become_sponsor.html"
},
{
"title" : "Sponsors",
"url" : "/sponsors.html"
} ]
},
{ "title" : "Conferences",
"url" : "/conferences.html",
"has_subfiles" : true,
"submenu" : [ {
"title" : "2026",
"url" : "/2026-Conference/announcement.html"
},
{
"title" : "2025",
"url" : "/2025-Conference/conf2025.html"
},
{
"title" : "2024",
"url" : "/2024-Conference/conf2024.html"
},
{
"title" : "Past Conferences",
"url" : "/conferences.html"
}
]
},
{ "title" : "Promotion",
"url" : "/promotion.html",
"has_subfiles" : true,
"submenu" : [
{
"title" : "Your Article",
"url" : "/article.html"
},
{
"title" : "YourPublication",
"url" : "/publications.html"
},
{
"title" : "Your Mobility",
"url" : "/mobility.html"
},
{
"title" : "Sponsoring Books",
"url" : "/freebook.html"
},
{
"title" : "Your Project",
"url" : "/project.html"
},
{
"title" : "Past Actions",
"url" : "/past_actions.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"
}]
}
]
}