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
| # Dependencies
| markdown: redcarpet
| redcarpet:
| extensions:
| - fenced_code_blocks
| - tables
| - autolink
| highlighter: rouge
|
| # Permalinks
| permalink: pretty
|
| # Server
| source: docs
| destination: _gh_pages
| host: 0.0.0.0
| port: 4000
| url: http://bootstrap-table.wenzhixin.net.cn
| encoding: UTF-8
|
| # Languages
| languages: ["en", "zh-cn", "es"]
| languages_string: ["English", "简体中文", "Español"]
|
| # Custom vars
| current_version: 1.9.1
| repo: https://github.com/wenzhixin/bootstrap-table
| website: http://wenzhixin.net.cn
| repos: http://repos.wenzhixin.net.cn
| email: wenzhixin2010@gmail.com
| master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
|
|