-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config.yml
126 lines (122 loc) · 3.41 KB
/
_config.yml
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
# Site settings
title: Music Encoding Initiative
email: [email protected]
baseurl: ""
style_baseurl: ""
url: "https://music-encoding.org" # the base hostname & protocol for your site
twitter_username: music-encoding
# Build settings
markdown: kramdown
repository: "music-encoding/music-encoding.github.io"
plugins:
- jekyll-redirect-from
menu:
- id: about
label: 'About'
url: '/about'
- id: community
label: 'Community'
url: '/community'
submenu:
- id: projects
label: 'Projects / Users'
url: '/projects-users.html'
- id: news
label: 'News / Events'
url: '/news-events.html'
- id: communitycontacts
label: 'Community Contacts'
url: '/community-contacts.html'
- id: interestgroups
label: 'Interest Groups'
url: '/interest-groups.html'
- id: technicalteams
label: 'Technical Team'
url: '/technical-team.html'
- id: meiboard
label: 'MEI Board'
url: '/mei-board.html'
- id: meibylaws
label: 'MEI By-laws'
url: '/mei-by-laws.html'
- id: code
label: 'Code of Conduct'
url: '/code-of-conduct.html'
- id: conference
label: 'Conference'
url: '/conference'
submenu:
- id: upcoming
label: 'MEC 2025'
url: '/2025'
- id: previous
label: 'Past Conferences'
url: '/past.html'
- id: proceedings
label: 'Proceedings'
url: '/proceedings.html'
- id: awards
label: 'MEC Awards'
url: '/awards.html'
- id: hosting
label: 'Hosting Guidelines'
url: '/hosting-guidelines.html'
- id: code-of-conduct
label: 'Code of conduct'
url: '/code-of-conduct.html'
- id: resources
label: 'Resources'
url: '/resources'
submenu:
- id: background
label: 'Background'
url: '/background.html'
- id: bibliography
label: 'Bibliography'
url: '/bibliography.html'
- id: pedagogy
label: 'Pedagogy & Praxis'
url: '/pedagogy.html'
- id: schemas
label: 'Schemas and Namespace'
url: '/schemas.html'
- id: tools
label: 'Tools'
url: '/tools.html'
- id: tutorials
label: 'Tutorials'
url: '/tutorials.html'
- id: documentation
label: 'Documentation'
submenu:
- id: guidelines-v5
label: 'MEI 5 (latest release)'
url: '/guidelines/v5'
- id: guidelines-dev
label: 'Development version'
url: '/guidelines/dev'
- id: guidelines-v4
label: 'MEI 4'
url: '/guidelines/v4'
- id: guidelines-v3
label: 'MEI 3'
url: '/guidelines/v3'
- id: archive
label: 'Archive'
url: '/archive'
collections:
projects:
output: true
permalink: /:collection/:name
tools:
output: true
permalink: /:collection/:name
tutorials:
output: true
permalink: /:collection/:name
tutorials-ES:
output: true
permalink: /:collection/:name
conferences:
output: true
permalink: /:collection/:name