_config.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Dependencies
  2. markdown: kramdown
  3. highlighter: rouge
  4. kramdown:
  5. auto_ids: true
  6. # Permalinks
  7. permalink: pretty
  8. # Server
  9. source: "site"
  10. destination: ./_gh_pages
  11. host: "localhost"
  12. port: 9001
  13. baseurl: ""
  14. url: "https://bootstrap-table.com"
  15. encoding: UTF-8
  16. plugins:
  17. - jekyll-redirect-from
  18. - jekyll-sitemap
  19. - jekyll-toc
  20. algolia:
  21. application_id: FXDJ517Z8G
  22. index_name: bootstrap-table
  23. # Custom variables
  24. current_version: 1.13.3
  25. title: "Bootstrap Table"
  26. description: "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
  27. authors: "Zhixin Wen, and Bootstrap Table contributors"
  28. keywords: "table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin"
  29. repo: https://github.com/wenzhixin/bootstrap-table
  30. website: http://wenzhixin.net.cn
  31. repos: http://repos.wenzhixin.net.cn
  32. email: wenzhixin2010@gmail.com
  33. twitter: wenzhixin2010
  34. opencollective: bootstrap-table
  35. master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
  36. toc:
  37. min_level: 2
  38. max_level: 4