-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_config.yml
74 lines (69 loc) · 1.08 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
title : "DS-Homebrew Wiki"
description : "Wikis for DS-Homebrew projects"
repo : "DS-Homebrew/wiki"
color : "#072f4f"
image : "https://avatars1.githubusercontent.com/u/46971470?s=200&v=4"
collections_dir: pages
sass:
sass_dir: _sass
defaults:
- scope:
path: "**/*.md"
values:
layout: wiki
exclude: [
"**/community/rules/*",
"fix in-context.sh",
CONTRIBUTING.md,
CNAME,
crowdin-pull.sh,
crowdin.yml,
LICENSE,
README.md
]
collections:
en-US:
output: true
permalink: /:path:output_ext
ic-IC:
output: true
da-DK:
output: true
de-DE:
output: true
es-ES:
output: true
fr-FR:
output: true
he-IL:
output: true
hu-HU:
output: true
id-ID:
output: true
it-IT:
output: true
ja-JP:
output: true
ko-KR:
output: true
nl-NL:
output: true
no-NO:
output: true
pl-PL:
output: true
pt-PT:
output: true
ru-RU:
output: true
sv-SE:
output: true
tr-TR:
output: true
uk-UA:
output: true
zh-CN:
output: true
zh-TW:
output: true