2013-02-15 02:38:00 -05:00
|
|
|
# Dependencies
|
2013-07-26 22:05:43 -04:00
|
|
|
markdown: rdiscount
|
|
|
|
pygments: true
|
2013-02-15 02:38:00 -05:00
|
|
|
|
|
|
|
# Permalinks
|
2013-07-26 22:05:43 -04:00
|
|
|
permalink: pretty
|
2013-02-15 02:38:00 -05:00
|
|
|
|
|
|
|
# Server
|
2013-07-26 22:05:43 -04:00
|
|
|
destination: ./_gh_pages
|
2013-09-30 05:26:52 -04:00
|
|
|
exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
|
2013-07-26 22:05:43 -04:00
|
|
|
port: 9001
|
|
|
|
|
|
|
|
# Custom vars
|
2013-12-01 22:31:52 -05:00
|
|
|
current_version: 3.0.3
|
2013-07-26 22:05:43 -04:00
|
|
|
repo: https://github.com/twbs/bootstrap
|
2013-09-02 23:20:47 -04:00
|
|
|
|
2013-12-01 22:31:52 -05:00
|
|
|
download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
|
|
|
|
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
|
2013-07-26 22:24:59 -04:00
|
|
|
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
|
2013-12-01 22:31:52 -05:00
|
|
|
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
|
|
|
|
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
|
|
|
|
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js
|