forked from UniversalDependencies/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
187 lines (176 loc) · 2.87 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
source: .
destination: ./_site
markdown: kramdown
# don't change the following; coderay will break the embedded
# annotations.
kramdown:
enable_coderay: false
# parse_block_html: true # allow markdown in <div> etc.
permalink: date
# safe: true
markdown_ext: md
baseurl: ""
gems:
- jekyll-redirect-from
liquid:
error_mode: warn
collections:
#
# Universal
#
u-pos:
output: true
permalink: /u/pos/:path.html
u-feat:
output: true
permalink: /u/feat/:path.html
u-dep:
output: true
permalink: /u/dep/:path.html
u-overview:
output: true
ext-feat:
output: true
permalink: /u/ext-feat/:path.html
cs:
output: true
en:
output: true
sv:
output: true
fi:
output: true
af:
output: true
ar:
output: true
be:
output: true
bg:
output: true
ca:
output: true
ckb:
output: true
cop:
output: true
cu:
output: true
da:
output: true
dar:
output: true
de:
output: true
el:
output: true
es:
output: true
et:
output: true
eu:
output: true
fa:
output: true
fo:
output: true
fr:
output: true
fro:
output: true
ga:
output: true
gl:
output: true
got:
output: true
grc:
output: true
hsb:
output: true
hu:
output: true
hy:
output: true
it:
output: true
ja:
output: true
kk:
output: true
kmr:
output: true
ko:
output: true
ky:
output: true
la:
output: true
lv:
output: true
mr:
output: true
###!!! DZ: I cannot make Jekyll process a collection called just "no".
no-overview:
output: true
nl:
output: true
pcm:
output: true
pl:
output: true
pt:
output: true
ro:
output: true
ru:
output: true
sk:
output: true
sl:
output: true
sla:
output: true
swl:
output: true
ta:
output: true
tr:
output: true
uk:
output: true
urj:
output: true
vi:
output: true
yue:
output: true
zh:
output: true
# End of language collections (do not remove this comment, addlanguage.sh looks for it)
# Tagset conversion tables (even for languages that do not have their sections yet)
#
tagset-conversion:
output: true
permalink: /tagset-conversion/:path.html
#
# Meeting materials
#
2015-08-23-uppsala:
output: true
permalink: /2015-08-23-uppsala/:path.html
v2_prelim:
output: true
permalink: /v2_prelim/:path.html
v2:
output: true
permalink: /v2/:path.html
misc:
output: true
permalink: /misc/:path.html
excerpt_separator: "\n\n"
# URL configuration
home: "http://universaldependencies.org/"
tracker: "https://github.com/universaldependencies/docs/issues"
git_raw: "https://raw.githubusercontent.com/universaldependencies/docs/pages-source"
git_edit: "https://github.com/universaldependencies/docs/edit/pages-source"