-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy path_config.yml
69 lines (69 loc) · 1.29 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
safe: true
lsi: false
highlighter: rouge
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-redirect-from
url: https://wp-cli.org
permalink: /blog/:title.html
paginate: 10
paginate_path: /blog/page:num
include:
- _s
exclude:
- bin
- vendor
- Phakefile.php
- README.md
navigation:
- text: Commands
url: https://developer.wordpress.org/cli/commands/
- text: Configuration
url: https://make.wordpress.org/cli/handbook/config/
- text: Handbook
url: https://make.wordpress.org/cli/handbook/
- text: Blog
url: https://make.wordpress.org/cli/
- text: Contributing
url: https://make.wordpress.org/cli/handbook/contributing/
languages:
- label: English
iso-alpha2: en
path: /
- label: Japanese
iso-alpha2: ja
path: /ja/
- label: Persian (Farsi)
iso-alpha2: fa
path: /fa/
- label: Français
iso-alpha2: fr
path: /fr/
- label: Português (Brasil)
iso-alpha2: br
path: /br/
- label: Türkçe
iso-alpha2: tr
path: /tr/
- label: Deutsch
iso-alpha2: de
path: /de/
- label: नेपाली
iso-alpha2: ne
path: /ne/
- label: ελληνικά
iso-alpha2: gr
path: /gr/
- label: Italiano
iso-alpha2: it
path: /it/
- label: Español
iso-alpha2: es
path: /es/
- label: Română
iso-alpha2: ro
path: /ro/
- label: 简体中文
iso-alpha2: zh-cn
path: /zh-cn/