config.yml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. languageCode: "en"
  2. title: "Bootstrap"
  3. baseURL: "https://getbootstrap.com"
  4. enableInlineShortcodes: true
  5. markup:
  6. goldmark:
  7. renderer:
  8. unsafe: true
  9. highlight:
  10. noClasses: false
  11. tableOfContents:
  12. startLevel: 2
  13. endLevel: 6
  14. buildDrafts: true
  15. buildFuture: true
  16. enableRobotsTXT: true
  17. metaDataFormat: "yaml"
  18. disableKinds: ["404", "taxonomy", "term", "RSS"]
  19. publishDir: "_site"
  20. module:
  21. mounts:
  22. - source: dist
  23. target: static/docs/5.0/dist
  24. - source: site/assets
  25. target: assets
  26. - source: site/content
  27. target: content
  28. - source: site/data
  29. target: data
  30. - source: site/layouts
  31. target: layouts
  32. - source: site/static
  33. target: static
  34. - source: site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png
  35. target: static/apple-touch-icon.png
  36. - source: site/static/docs/5.0/assets/img/favicons/favicon.ico
  37. target: static/favicon.ico
  38. params:
  39. description: "The most popular HTML, CSS, and JS library in the world."
  40. authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
  41. social_image_path: /docs/5.0/assets/brand/bootstrap-social.png
  42. social_logo_path: /docs/5.0/assets/brand/bootstrap-social-logo.png
  43. current_version: "5.0.2"
  44. current_ruby_version: "5.0.2"
  45. docs_version: "5.0"
  46. rfs_version: "9.0.3"
  47. github_org: "https://github.com/twbs"
  48. repo: "https://github.com/twbs/bootstrap"
  49. twitter: "getbootstrap"
  50. slack: "https://bootstrap-slack.herokuapp.com/"
  51. opencollective: "https://opencollective.com/bootstrap"
  52. blog: "https://blog.getbootstrap.com/"
  53. themes: "https://themes.getbootstrap.com/"
  54. icons: "https://icons.getbootstrap.com/"
  55. download:
  56. source: "https://github.com/twbs/bootstrap/archive/v5.0.2.zip"
  57. dist: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-dist.zip"
  58. dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-examples.zip"
  59. cdn:
  60. # See https://www.srihash.org for info on how to generate the hashes
  61. css: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
  62. css_hash: "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
  63. css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
  64. css_rtl_hash: "sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N"
  65. js: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
  66. js_hash: "sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
  67. js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
  68. js_bundle_hash: "sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
  69. popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  70. popper_hash: "sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"