_config.yml 960 B

123456789101112131415161718192021222324
  1. # Dependencies
  2. markdown: rdiscount
  3. pygments: true
  4. # Permalinks
  5. permalink: pretty
  6. # Server
  7. destination: ./_gh_pages
  8. exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
  9. port: 9001
  10. # Custom vars
  11. repo: https://github.com/twbs/bootstrap
  12. download: https://github.com/twbs/bootstrap/archive/v3.0.0.zip
  13. download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip
  14. blog: http://blog.getbootstrap.com
  15. expo: http://expo.getbootstrap.com
  16. cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css
  17. cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css
  18. cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js