1 |
|
2 | markdown: kramdown
|
3 | highlighter: rouge
|
4 |
|
5 | kramdown:
|
6 | auto_ids: true
|
7 |
|
8 |
|
9 | permalink: pretty
|
10 |
|
11 |
|
12 | source: "site"
|
13 | destination: ./_gh_pages
|
14 | host: "localhost"
|
15 | port: 9001
|
16 | baseurl: ""
|
17 | url: "https://bootstrap-table.com"
|
18 | encoding: UTF-8
|
19 |
|
20 | plugins:
|
21 | - jekyll-redirect-from
|
22 | - jekyll-sitemap
|
23 | - jekyll-toc
|
24 |
|
25 | algolia:
|
26 | application_id: FXDJ517Z8G
|
27 | index_name: bootstrap-table
|
28 |
|
29 |
|
30 | current_version: 1.15.3
|
31 | title: "Bootstrap Table"
|
32 | description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
|
33 | authors: "Zhixin Wen, and Bootstrap Table contributors"
|
34 | keywords: "bootstrap,table,pagination,checkbox,radio,datatables,css,css-framework,semantic,semantic-ui,bulma,material,material-design,materialize,foundation"
|
35 | repo: https://github.com/wenzhixin/bootstrap-table
|
36 | website: http://wenzhixin.net.cn
|
37 | repos: http://repos.wenzhixin.net.cn
|
38 | email: wenzhixin2010@gmail.com
|
39 | twitter: wenzhixin2010
|
40 | opencollective: bootstrap-table
|
41 | master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
|
42 |
|
43 | toc:
|
44 | min_level: 2
|
45 | max_level: 4
|