UNPKG

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