forked from wenzhixin/bootstrap-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (38 loc) · 1.31 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
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
source: "site"
destination: ./_gh_pages
host: "localhost"
port: 9001
baseurl: ""
url: "https://bootstrap-table.com"
encoding: UTF-8
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
algolia:
application_id: FXDJ517Z8G
index_name: bootstrap-table
# Custom variables
current_version: 1.14.2
title: "Bootstrap Table"
description: "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
authors: "Zhixin Wen, and Bootstrap Table contributors"
keywords: "bootstrap,table,pagination,checkbox,radio,datatables,css,css-framework,semantic,semantic-ui,bulma,material,material-design,materialize,foundation"
repo: https://github.com/wenzhixin/bootstrap-table
website: http://wenzhixin.net.cn
repos: http://repos.wenzhixin.net.cn
email: wenzhixin2010@gmail.com
twitter: wenzhixin2010
opencollective: bootstrap-table
master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
toc:
min_level: 2
max_level: 4