5cb33561daeded1af73cc41a455e4c998b08fd9b.svn-base 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Dependencies
  2. markdown: kramdown
  3. highlighter: rouge
  4. kramdown:
  5. auto_ids: true
  6. # Permalinks
  7. permalink: pretty
  8. # Server
  9. source: docs
  10. destination: _gh_pages
  11. host: 0.0.0.0
  12. port: 9001
  13. baseurl: ""
  14. url: http://getbootstrap.com
  15. encoding: UTF-8
  16. exclude: [assets/scss/]
  17. gems:
  18. - jekyll-redirect-from
  19. # Custom vars
  20. current_version: 4.0.0-alpha
  21. repo: https://github.com/twbs/bootstrap
  22. sass_repo: https://github.com/twbs/bootstrap-sass
  23. slack: https://bootstrap-slack.herokuapp.com
  24. download:
  25. source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.zip
  26. dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha/bootstrap-4.0.0-alpha-dist.zip
  27. blog: http://blog.getbootstrap.com
  28. expo: http://expo.getbootstrap.com
  29. themes: http://themes.getbootstrap.com
  30. cdn:
  31. css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
  32. css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css
  33. js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js