forked from felix-commits/music-encoding.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
145 lines (140 loc) · 4 KB
/
_config.yml
File metadata and controls
145 lines (140 loc) · 4 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Site settings
title: Music Encoding Initiative
email: info@music-encoding.org
baseurl: ""
style_baseurl: ""
url: "https://music-encoding.org" # the base hostname & protocol for your site
bluesky_handle: music-encoding.bsky.social
mastodon_address: MusicEncoding@mastodon.social
github: music-encoding
slack: music-encoding
# Build settings
markdown: kramdown
repository: "music-encoding/music-encoding.github.io"
plugins:
- jekyll-redirect-from
gems:
- public_suffix: 5.0.0
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: communityforums
label: 'Community Forums'
url: '/community-forums.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: institutionalsponsors
label: 'Institutional Membership Sponsor Levels'
url: '/institutional-sponsorship.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 2026'
url: '/2026'
- 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: mou
label: 'MOU Template'
url: '/mou-conference-hosts.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: logo
label: 'MEI Logo'
url: '/mei-logo.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'
url: '/guidelines/v5'
- id: guidelines-dev
label: 'Development versions'
url: '/guidelines/dev'
separator: true
- id: guidelines-previous
label: 'Previous versions'
url: '/archive/#previous-versions-of-mei'
- 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
tutorials-FR:
output: true
permalink: /:collection/:name
conferences:
output: true
permalink: /:collection/:name