_config.yml 928 B

12345678910111213141516171819202122232425262728293031323334353637
  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. repo: https://github.com/wenzhixin/bootstrap-table
  25. website: http://wenzhixin.net.cn
  26. repos: http://repos.wenzhixin.net.cn
  27. email: wenzhixin2010@gmail.com
  28. master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
  29. toc:
  30. min_level: 2
  31. max_level: 4