# 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.15.3
title:            "Bootstrap Table"
description:      "An extended table to the 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
