_config.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Dependencies
  2. markdown: kramdown
  3. highlighter: rouge
  4. # Permalinks
  5. permalink: pretty
  6. # Server
  7. source: docs
  8. destination: _gh_pages
  9. host: 0.0.0.0
  10. port: 9001
  11. url: http://getbootstrap.com
  12. encoding: UTF-8
  13. gems:
  14. - jekyll-sitemap
  15. # Custom vars
  16. current_version: 3.3.7
  17. repo: https://github.com/twbs/bootstrap
  18. sass_repo: https://github.com/twbs/bootstrap-sass
  19. download:
  20. source: https://github.com/twbs/bootstrap/archive/v3.3.7.zip
  21. dist: https://github.com/twbs/bootstrap/releases/download/v3.3.7/bootstrap-3.3.7-dist.zip
  22. sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.7.tar.gz
  23. blog: http://blog.getbootstrap.com
  24. expo: http://expo.getbootstrap.com
  25. themes: http://themes.getbootstrap.com
  26. cdn:
  27. # See https://www.srihash.org for info on how to generate the hashes
  28. css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
  29. css_hash: "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
  30. css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css
  31. css_theme_hash: "sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
  32. js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
  33. js_hash: "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"