_config.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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://getbootstrap.com"
  15. encoding: UTF-8
  16. exclude:
  17. - docs/4.3/assets/scss/
  18. plugins:
  19. - jekyll-redirect-from
  20. - jekyll-sitemap
  21. - jekyll-toc
  22. # Social
  23. title: Bootstrap
  24. description: "The most popular HTML, CSS, and JS library in the world."
  25. twitter: getbootstrap
  26. authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
  27. social_image_path: /docs/4.3/assets/brand/bootstrap-social.png
  28. social_logo_path: /docs/4.3/assets/brand/bootstrap-social-logo.png
  29. # Custom variables
  30. current_version: 4.3.1
  31. current_ruby_version: 4.3.1
  32. docs_version: 4.3
  33. repo: "https://github.com/twbs/bootstrap"
  34. slack: "https://bootstrap-slack.herokuapp.com"
  35. opencollective: "https://opencollective.com/bootstrap"
  36. blog: "https://blog.getbootstrap.com"
  37. expo: "https://expo.getbootstrap.com"
  38. themes: "https://themes.getbootstrap.com"
  39. download:
  40. source: "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
  41. dist: "https://github.com/twbs/bootstrap/releases/download/v4.3.1/bootstrap-4.3.1-dist.zip"
  42. cdn:
  43. # See https://www.srihash.org for info on how to generate the hashes
  44. css: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
  45. css_hash: "sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
  46. js: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
  47. js_hash: "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
  48. js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
  49. js_bundle_hash: "sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
  50. jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
  51. jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
  52. popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
  53. popper_hash: "sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
  54. toc:
  55. min_level: 2
  56. max_level: 4
  57. no_toc_section_class:
  58. - "bd-callout"
  59. - "bd-example"