-
Notifications
You must be signed in to change notification settings - Fork 162
/
_config.yml
45 lines (45 loc) · 892 Bytes
/
_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
name: Gene Kogan
markdown: kramdown
collections:
pages:
output: true
permalink: /:path/
chapters:
output: true
permalink: /ml4a/:path/
chapters_fr:
output: true
permalink: /ml4a/fr/:path/
chapters_cn:
output: true
permalink: /ml4a/cn/:path/
chapters_jp:
output: true
permalink: /ml4a/jp/:path/
chapters_ko:
output: true
permalink: /ml4a/ko/:path/
chapters_es:
output: true
permalink: /ml4a/es/:path/
chapters_ru:
output: true
permalink: /ml4a/ru/:path/
chapters_it:
output: true
permalink: /ml4a/it/:path/
chapters_pt:
output: true
permalink: /ml4a/pt/:path/
chapters_de:
output: true
permalink: /ml4a/de/:path/
guides:
output: true
permalink: /guides/:path/
demos:
output: true
permalink: /demos/:path/
terms:
output: true
permalink: /glossary/:path/