1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/_config.yml Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,25 @@
1.4 +# Dependencies
1.5 +markdown: rdiscount
1.6 +pygments: true
1.7 +
1.8 +# Permalinks
1.9 +permalink: pretty
1.10 +
1.11 +# Server
1.12 +destination: ./_gh_pages
1.13 +exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
1.14 +port: 9001
1.15 +
1.16 +# Custom vars
1.17 +current_version: 3.0.3
1.18 +repo: https://github.com/twbs/bootstrap
1.19 +
1.20 +download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
1.21 +download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
1.22 +
1.23 +blog: http://blog.getbootstrap.com
1.24 +expo: http://expo.getbootstrap.com
1.25 +
1.26 +cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
1.27 +cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
1.28 +cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js