forked from apache/incubator-weex-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_cn.yml
438 lines (419 loc) · 19.4 KB
/
_config_cn.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: Weex
subtitle:
description: A framework for building Mobile cross-platform UIs. Different from a "web app", "HTML5 app", or "hybrid app", you can use Weex to build a real mobile app. The code that you write is relatively simple, because you can build native applications just using HTML, CSS, Javascript. But underneath, the core of the application is Objective-C or Java. At the same time, Weex will provide a lot of native components or modules for developers to use.
author: Jinjiang
language:
- en
- cn
timezone:
jsonContent:
meta: true
keywords: false # language name option
dateFormat: undefined # format string
root: true
lang:
- default
- cn
ignore:
- index.html
- faq.html
- releasenote.html
- download.html
- playground.html
- cn/index.html
- cn/faq.html
- cn/download.html
- cn/playground.html
- examples/
- doc/
pages:
title: true
path: true
link: true
permalink: true
text: true
content: false
type: true
posts:
title: true
path: true
link: true
permalink: true
text: true
content: false
type: true
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: [email protected]:weexteam/incubator-weex.git
branch: [gh-pages]
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://weex-project.io
root: /
permalink_defaults:
lang: en
permalink: :lang/:title/
new_post_name: :lang/:title.md
browsersync:
logLevel: "warn"
ghostMode:
scroll: true
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
toc:
maxdepth: 3
class: article-toc
slugify: transliteration
decodeEntities: false
anchor:
position: after
symbol: '#'
style: header-anchor
# Writing
default_layout: post
# auto_spacing: false # Add spaces between asian characters and western characters
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: weex
# Markdown Syntax
marked:
gfm: true
pedantic: false
sanitize: false
tables: true
breaks: true
smartLists: true
smartypants: true
modifyAnchors: ''
autolink: true
# Code Highlight
highlight:
enable: true
line_number: false
tab_replace:
# css autoprefixer
autoprefixer:
exclude:
browsers:
- 'last 5 versions'
# docsearch
docsearch:
enable: true
index_name_en: weex_io
index_name_cn: weex_io_cn
api_key_en: e487bb3d17e4fa1787db9976b086792c
api_key_cn: ce50ba9d18b3295d568b305a7171ceef
alias:
doc/index.html: index.html
doc/guide.html: guide/index.html
doc/tutorial.html: guide/index.html
doc/syntax/main.html: guide/index.html
doc/syntax/data-binding.html: guide/index.html
doc/syntax/style-n-class.html: guide/index.html
doc/syntax/events.html: guide/index.html
doc/syntax/display-logic.html: guide/index.html
doc/syntax/render-logic.html: guide/index.html
doc/syntax/composed-component.html: guide/index.html
doc/syntax/id.html: guide/index.html
doc/syntax/comm.html: guide/index.html
doc/syntax/config-n-data.html: guide/index.html
doc/syntax/path.html: guide/index.html
doc/how-to/main.html: guide/index.html
doc/how-to/preview-in-browser.html: guide/index.html
doc/how-to/preview-in-playground-app.html: guide/index.html
doc/how-to/customize-a-native-component.html: guide/index.html
doc/how-to/cuszomize-native-apis.html: guide/index.html
doc/how-to/debug-with-html5.html: guide/index.html
doc/how-to/require-3rd-party-libs.html: guide/index.html
doc/how-to/transform-code-into-js-bundle.html: guide/index.html
doc/advanced/main.html: references/index.html
doc/advanced/how-it-works.html: wiki/index.html
doc/advanced/how-data-binding-works.html: references/index.html
doc/advanced/integrate-to-android.html: references/index.html
doc/advanced/integrate-to-ios.html: references/index.html
doc/advanced/integrate-to-html5.html: references/index.html
doc/advanced/extend-to-android.html: guide/extend-android.html
doc/advanced/extend-to-ios.html: guide/extend-ios.html
doc/advanced/extend-to-html5.html: guide/extend-web-render.html
doc/references/main.html: references/index.html
doc/references/bootstrap.html: references/index.html
doc/references/component-defs.html: references/index.html
doc/references/api.html: references/index.html
doc/references/gesture.html: references/gesture.html
doc/components/main.html: references/components/index.html
doc/references/common-attrs.html: references/index.html
doc/references/common-style.html: references/index.html
doc/references/text-style.html: references/index.html
doc/references/color-names.html: references/index.html
doc/references/common-event.html: references/index.html
doc/components/special-element.html: references/components/index.html
doc/components/div.html: references/components/div.html
doc/components/scroller.html: references/components/scroller.html
doc/components/list.html: references/components/list.html
doc/components/cell.html: references/components/cell.html
doc/components/refresh-loading.html: references/components/refresh.html
doc/components/text.html: references/components/text.html
doc/components/image.html: references/components/image.html
doc/components/input.html: references/components/input.html
doc/components/textarea.html: references/components/textarea.html
doc/components/switch.html: references/components/switch.html
doc/components/slider.html: references/components/slider.html
doc/components/indicator.html: references/components/indicator.html
doc/components/video.html: references/components/video.html
doc/components/a.html: references/components/index.html
doc/components/web.html: references/components/web.html
doc/components/wxc-tabbar.html: references/components/index.html
doc/components/wxc-navpage.html: references/components/index.html
doc/modules/main.html: references/modules/index.html
doc/modules/dom.html: references/modules/dom.html
doc/modules/stream.html: references/modules/stream.html
doc/modules/picker.html: references/modules/picker.html
doc/modules/modal.html: references/modules/modal.html
doc/modules/animation.html: references/modules/animation.html
doc/modules/webview.html: references/modules/webview.html
doc/modules/navigator.html: references/modules/navigator.html
doc/modules/storage.html: references/modules/storage.html
doc/modules/timer.html: references/modules/index.html
doc/modules/clipboard.html: references/modules/clipboard.html
doc/modules/globalevent.html: references/modules/globalevent.html
doc/specs/js-bundle-format.html: references/index.html
doc/specs/js-framework-apis.html: references/index.html
doc/specs/virtual-dom-apis.html: references/index.html
doc/demo/hello-world.html: index.html
doc/demo/modal.html: index.html
doc/demo/clipboard.html: index.html
doc/demo/list.html: index.html
doc/demo/slider.html: index.html
doc/demo/animation.html: index.html
doc/tools/cli.html: index.html
doc/tools/devtools.html: index.html
doc/tools/devtools-android.html: index.html
doc/tools/devtools-ios.html: index.html
doc/tools/transformer.html: index.html
doc/tools/playground-app.html: playground.html
doc/faq.html: faq.html
cn/doc/index.html: cn/index.html
cn/doc/develop-on-your-local-machine.html: cn/guide/index.html
cn/doc/get-started.html: cn/guide/index.html
cn/doc/guide.html: cn/guide/index.html
cn/doc/tutorial.html: cn/guide/index.html
cn/doc/syntax/main.html: cn/guide/index.html
cn/doc/syntax/data-binding.html: cn/guide/index.html
cn/doc/syntax/style-n-class.html: cn/guide/index.html
cn/doc/syntax/events.html: cn/guide/index.html
cn/doc/syntax/display-logic.html: cn/guide/index.html
cn/doc/syntax/render-logic.html: cn/guide/index.html
cn/doc/syntax/composed-component.html: cn/guide/index.html
cn/doc/syntax/id.html: cn/guide/index.html
cn/doc/syntax/comm.html: cn/guide/index.html
cn/doc/syntax/config-n-data.html: cn/guide/index.html
cn/doc/syntax/path.html: cn/guide/index.html
cn/doc/how-to/main.html: cn/guide/index.html
cn/doc/how-to/preview-in-browser.html: cn/guide/index.html
cn/doc/how-to/preview-in-playground-app.html: cn/guide/index.html
cn/doc/how-to/customize-a-native-component.html: cn/guide/index.html
cn/doc/how-to/cuszomize-native-apis.html: cn/guide/index.html
cn/doc/how-to/debug-with-html5.html: cn/guide/index.html
cn/doc/how-to/debug-with-devtools.html: cn/guide/index.html
cn/doc/how-to/require-3rd-party-libs.html: cn/guide/index.html
cn/doc/how-to/transform-code-into-js-bundle.html: cn/guide/index.html
cn/doc/advanced/main.html: cn/references/index.html
cn/doc/advanced/how-it-works.html: cn/wiki/index.html
cn/doc/advanced/how-data-binding-works.html: cn/references/advanced/index.html
cn/doc/advanced/integrate-to-android.html: cn/references/advanced/index.html
cn/doc/advanced/integrate-to-ios.html: cn/references/advanced/index.html
cn/doc/advanced/integrate-to-html5.html: cn/references/advanced/index.html
cn/doc/advanced/extend-to-android.html: cn/references/advanced/extend-to-android.html
cn/doc/advanced/extend-to-ios.html: cn/references/advanced/extend-to-ios.html
cn/doc/advanced/extend-to-html5.html: cn/references/advanced/extend-to-html5.html
cn/doc/references/main.html: cn/references/index.html
cn/doc/references/bootstrap.html: cn/references/index.html
cn/doc/references/component-defs.html: cn/references/index.html
cn/doc/references/api.html: cn/references/index.html
cn/doc/references/gesture.html: cn/references/gesture.html
cn/doc/components/main.html: cn/references/components/index.html
cn/doc/references/common-attrs.html: cn/references/index.html
cn/doc/references/common-style.html: cn/references/common-style.html
cn/doc/references/text-style.html: cn/references/text-style.html
cn/doc/references/color-names.html: cn/references/color-names.html
cn/doc/references/common-event.html: cn/references/common-event.html
cn/doc/references/styles/units.html: cn/references/unit.html
cn/doc/components/special-element.html: cn/references/components/index.html
cn/doc/components/div.html: cn/references/components/div.html
cn/doc/components/scroller.html: cn/references/components/scroller.html
cn/doc/components/list.html: cn/references/components/list.html
cn/doc/components/cell.html: cn/references/components/cell.html
cn/doc/components/refresh.html: cn/references/components/refresh.html
cn/doc/components/loading.html: cn/references/components/loading.html
cn/doc/components/text.html: cn/references/components/text.html
cn/doc/components/image.html: cn/references/components/image.html
cn/doc/components/input.html: cn/references/components/input.html
cn/doc/components/textarea.html: cn/references/components/textarea.html
cn/doc/components/switch.html: cn/references/components/switch.html
cn/doc/components/slider.html: cn/references/components/slider.html
cn/doc/components/indicator.html: cn/references/components/indicator.html
cn/doc/components/video.html: cn/references/components/video.html
cn/doc/components/a.html: cn/references/components/index.html
cn/doc/components/web.html: cn/references/components/web.html
cn/doc/components/wxc-tabbar.html: cn/references/components/index.html
cn/doc/components/wxc-navpage.html: cn/references/components/index.html
cn/doc/modules/main.html: cn/references/modules/index.html
cn/doc/modules/dom.html: cn/references/modules/dom.html
cn/doc/modules/stream.html: cn/references/modules/stream.html
cn/doc/modules/picker.html: cn/references/modules/picker.html
cn/doc/modules/modal.html: cn/references/modules/modal.html
cn/doc/modules/animation.html: cn/references/modules/animation.html
cn/doc/modules/webview.html: cn/references/modules/webview.html
cn/doc/modules/navigator.html: cn/references/modules/navigator.html
cn/doc/modules/storage.html: cn/references/modules/storage.html
cn/doc/modules/timer.html: cn/references/modules/index.html
cn/doc/modules/clipboard.html: cn/references/modules/clipboard.html
cn/doc/modules/globalevent.html: cn/references/modules/globalevent.html
cn/doc/specs/js-bundle-format.html: cn/references/index.html
cn/doc/specs/js-framework-apis.html: cn/references/index.html
cn/doc/specs/virtual-dom-apis.html: cn/references/index.html
cn/doc/demo/hello-world.html: cn/index.html
cn/doc/demo/modal.html: cn/index.html
cn/doc/demo/clipboard.html: cn/index.html
cn/doc/demo/list.html: cn/index.html
cn/doc/demo/slider.html: cn/index.html
cn/doc/demo/animation.html: cn/index.html
cn/doc/tools/cli.html: cn/index.html
cn/doc/tools/devtools.html: cn/index.html
cn/doc/tools/devtools-android.html: cn/index.html
cn/doc/tools/devtools-ios.html: cn/index.html
cn/doc/tools/transformer.html: cn/index.html
cn/doc/tools/playground-app.html: cn/playground.html
cn/doc/faq.html: cn/faq.html
cn/doc/references/cheatsheet.html: cn/references/index.html
cn/doc/references/styles/background-color.html: cn/references/index.html
cn/doc/references/styles/color.html: cn/references/index.html
cn/doc/references/styles/font-family.html: cn/references/index.html
cn/doc/references/styles/font-size.html: cn/references/index.html
cn/doc/references/styles/font-style.html: cn/references/index.html
cn/doc/references/styles/font-weight.html: cn/references/index.html
cn/doc/references/styles/line-height.html: cn/references/index.html
cn/doc/references/styles/lines.html: cn/references/index.html
cn/doc/references/styles/opacity.html: cn/references/index.html
cn/doc/references/styles/position.html: cn/references/index.html
cn/doc/references/styles/text-align.html: cn/references/index.html
cn/doc/references/styles/text-decoration.html: cn/references/index.html
cn/doc/references/styles/text-overflow.html: cn/references/index.html
cn/doc/references/events/appear.html: cn/references/index.html
cn/doc/references/events/change.html: cn/references/index.html
cn/doc/references/events/blur.html: cn/references/index.html
cn/doc/references/events/input.html: cn/references/index.html
cn/doc/references/events/focus.html: cn/references/index.html
guide/tools/toolkit.html: tools/toolkit.html
guide/tools/devtools.html: tools/toolkit.html
guide/tools/weexpack.html: tools/toolkit.html
guide/tools/plugin.html: tools/helpers.html
guide/contributing.html: contributing.html
guide/intro/how-it-works.html: wiki/index.html
guide/intro/web-dev-experience.html: guide/front-end-frameworks.html
guide/intro/using-vue.html: guide/use-vue.html
guide/intro/write-once.html: guide/index.html
guide/intro/app-architecture.html: guide/advanced/app-architecture.html
guide/intro/page-architecture.html: guide/advanced/page-architecture.html
references/path.html: guide/advanced/path.html
references/downgrade.html: guide/advanced/downgrade.html
references/jsfm-apis.html: references/broadcast-channel.html
references/text-style.html: wiki/text-styles.html
references/common-style.html: wiki/common-styles.html
references/html5-apis.html: references/js-service.html
references/bubble.html: wiki/event-bubble.html
references/gesture.html: wiki/gestures.html
references/color-names.html: wiki/color-namess.html
references/unit.html: wiki/css-units.html
references/common-event.html: wiki/common-events.html
references/native-dom-api.html: wiki/
references/web-standards.html: wiki/
references/js-service/: references/js-service.html
references/js-service/index.html: references/js-service.html
references/vue/index.html: guide/use-vue.html
references/platform-difference.html: wiki/platform-difference.html
references/vue/difference-with-web.html: guide/use-vue.html
references/migration/difference.html: guide/use-vue.html
references/vue/difference-of-vuex.html: guide/advanced/use-vuex-and-vue-router.html
references/advanced/extend-to-ios.html: guide/extend-ios.html
references/advanced/extend-to-android.html: guide/extend-android.html
references/advanced/extend-to-html5.html: guide/extend-web-render.html
references/advanced/extend-to-jsfm.html: guide/extend-js-framework.html
references/advanced/integrate-devtool-to-android.html: guide/integrate-devtool-to-android.html
references/advanced/integrate-devtool-to-ios.html: guide/integrate-devtool-to-ios.html
playground.html: tools/playground.html
faq.html: wiki/faq.html
cn/guide/tools/toolkit.html: cn/tools/toolkit.html
cn/guide/tools/devtools.html: cn/tools/toolkit.html
cn/guide/tools/weexpack.html: cn/tools/toolkit.html
cn/guide/tools/plugin.html: cn/tools/helpers.html
cn/guide/contributing.html: cn/contributing.html
cn/guide/intro/how-it-works.html: cn/wiki/index.html
cn/guide/intro/web-dev-experience.html: cn/guide/front-end-frameworks.html
cn/guide/intro/using-vue.html: cn/guide/use-vue.html
cn/guide/intro/write-once.html: cn/guide/index.html
cn/guide/intro/app-architecture.html: cn/guide/advanced/app-architecture.html
cn/guide/intro/page-architecture.html: cn/guide/advanced/page-architecture.html
cn/references/path.html: cn/guide/advanced/path.html
cn/references/downgrade.html: cn/guide/advanced/downgrade.html
cn/references/jsfm-apis.html: cn/references/broadcast-channel.html
cn/references/text-style.html: cn/wiki/text-styles.html
cn/references/common-style.html: cn/wiki/common-styles.html
cn/references/html5-apis.html: cn/references/js-service.html
cn/references/bubble.html: cn/wiki/event-bubble.html
cn/references/gesture.html: cn/wiki/gestures.html
cn/references/color-names.html: cn/wiki/color-namess.html
cn/references/unit.html: cn/wiki/css-units.html
cn/references/common-event.html: cn/wiki/common-events.html
cn/references/native-dom-api.html: cn/wiki/
cn/references/web-standards.html: cn/wiki/
cn/references/js-service/: cn/references/js-service.html
cn/references/js-service/index.html: cn/references/js-service.html
cn/references/vue/index.html: cn/guide/use-vue.html
cn/references/platform-difference.html: cn/wiki/platform-difference.html
cn/references/vue/difference-with-web.html: cn/guide/use-vue.html
cn/references/migration/difference.html: cn/guide/use-vue.html
cn/references/vue/difference-of-vuex.html: cn/guide/advanced/use-vuex-and-vue-router.html
cn/references/advanced/extend-to-ios.html: cn/guide/extend-ios.html
cn/references/advanced/extend-to-android.html: cn/guide/extend-android.html
cn/references/advanced/extend-to-html5.html: cn/guide/extend-web-render.html
cn/references/advanced/extend-to-jsfm.html: cn/guide/extend-js-framework.html
cn/references/advanced/integrate-devtool-to-android.html: cn/guide/integrate-devtool-to-android.html
cn/references/advanced/integrate-devtool-to-ios.html: cn/guide/integrate-devtool-to-ios.html
cn/playground.html: cn/tools/playground.html
cn/faq.html: cn/wiki/faq.html