-
Notifications
You must be signed in to change notification settings - Fork 36
/
_config.yml
185 lines (184 loc) · 3.64 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
name: "IBM Mobile Foundation Developer Center"
description: "Develop, test, manage, and secure your native and hybrid apps. Use the labs, blog posts, tutorials and videos to learn about Mobile Foundation on IBM Cloud or on-premise. Download product components and samples related to Mobile Foundation."
url: https://mobilefirstplatform.ibmcloud.com
languages: ["de", "en", "es", "fr", "ja", "ko", "pt-br", "ru", "zh-hans", "it"]
defaultLanguage: en
languageNames:
de: Deutsch
en: English
es: Spanish
fr: French
ja: Japanese
ko: Korean
pt-br: Portugese
ru: Russian
it: Italian
zh-hans: Chinese
source_url: https://github.ibm.com/MFPSamples/DevCenter
permalink: pretty
paginate: 40
paginate_path: "/blog/:num/"
markdown: kramdown
generate_redirects: false
print_pdf: false
kramdown:
input: GFM
hard_wrap: false
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
sass:
style: :compressed
defaults:
-
scope:
path: ""
type: "posts"
values:
category: blog
layout: blogpost
show_disqus: true
pinned: false
indexed: true
-
scope:
path: "blog/rss"
values:
indexed: false
-
scope:
path: "feed.xml"
values:
indexed: false
-
scope:
path: "js"
values:
indexed: false
-
scope:
path: "css"
values:
indexed: false
-
scope:
path: ""
type: "pages"
values:
category: page
indexed: true
-
scope:
path: "tutorials/en"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/de"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/es"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/fr"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/ja"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/ko"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/pt-br"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/ru"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/zh-hans"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "tutorials/it"
values:
layout: tutorial
category: tutorial
show_breadcrumb: true
show_disqus: true
show_in_nav: true
print_pdf: true
-
scope:
path: "labs"
values:
layout: labs
show_disqus: true
category: lab
-
scope:
path: "pdf"
values:
layout: pdflist
permalink: /:path/:basename:output_ext
indexed: false