equal
deleted
inserted
replaced
1 # Dependencies |
|
2 markdown: rdiscount |
|
3 pygments: true |
|
4 |
|
5 # Permalinks |
|
6 permalink: pretty |
|
7 |
|
8 # Server |
|
9 destination: ./_gh_pages |
|
10 exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] |
|
11 port: 9001 |
|
12 |
|
13 # Custom vars |
|
14 current_version: 3.0.3 |
|
15 repo: https://github.com/twbs/bootstrap |
|
16 |
|
17 download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip |
|
18 download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip |
|
19 |
|
20 blog: http://blog.getbootstrap.com |
|
21 expo: http://expo.getbootstrap.com |
|
22 |
|
23 cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css |
|
24 cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css |
|
25 cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js |
|