_config.yml 721 B

12345678910111213141516171819202122232425262728293031
  1. # Dependencies
  2. markdown: redcarpet
  3. redcarpet:
  4. extensions:
  5. - fenced_code_blocks
  6. - tables
  7. - autolink
  8. highlighter: rouge
  9. # Permalinks
  10. permalink: pretty
  11. # Server
  12. source: docs
  13. destination: _gh_pages
  14. host: 0.0.0.0
  15. port: 4000
  16. url: http://bootstrap-table.wenzhixin.net.cn
  17. encoding: UTF-8
  18. # Languages
  19. languages: ["en", "zh-cn", "es"]
  20. languages_string: ["English", "简体中文", "Español"]
  21. # Custom vars
  22. current_version: 1.11.1
  23. repo: https://github.com/wenzhixin/bootstrap-table
  24. website: http://wenzhixin.net.cn
  25. repos: http://repos.wenzhixin.net.cn
  26. email: wenzhixin2010@gmail.com
  27. master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip