_config.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.wenzhixin.net.cn"
  15. encoding: UTF-8
  16. plugins:
  17. - jekyll-redirect-from
  18. - jekyll-sitemap
  19. - jekyll-toc
  20. # Custom variables
  21. current_version: 1.13.1
  22. title: "Bootstrap Table"
  23. description: "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
  24. authors: "Zhixin Wen, and Bootstrap Table contributors"
  25. keywords: "table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin"
  26. repo: https://github.com/wenzhixin/bootstrap-table
  27. website: http://wenzhixin.net.cn
  28. repos: http://repos.wenzhixin.net.cn
  29. email: wenzhixin2010@gmail.com
  30. twitter: wenzhixin2010
  31. opencollective: bootstrap-table
  32. master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
  33. toc:
  34. min_level: 2
  35. max_level: 4