Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml25
1 files changed, 14 insertions, 11 deletions
diff --git a/_config.yml b/_config.yml
index 630113dbac..b1cf0caefa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,30 +6,33 @@ pygments: true
permalink: pretty
# Server
-source: ./docs
-destination: ./_gh_pages
+source: docs
+destination: _gh_pages
host: 0.0.0.0
port: 9001
baseurl: /
-url: http://localhost:9001
+url: http://getbootstrap.com
encoding: UTF-8
-exclude: ["vendor"]
+exclude:
+ - jade
+ - src
+ - vendor
# Custom vars
-current_version: 3.1.0
+current_version: 3.1.1
repo: https://github.com/twbs/bootstrap
sass_repo: https://github.com/twbs/bootstrap-sass
download:
- source: https://github.com/twbs/bootstrap/archive/v3.1.0.zip
- dist: https://github.com/twbs/bootstrap/releases/download/v3.1.0/bootstrap-3.1.0-dist.zip
- sass: https://github.com/twbs/bootstrap-sass/archive/v3.1.0.tar.gz
+ source: https://github.com/twbs/bootstrap/archive/v3.1.1.zip
+ dist: https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip
+ sass: https://github.com/twbs/bootstrap-sass/archive/v3.1.1.tar.gz
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
cdn:
- css: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css
- css_theme: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css
- js: //netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js
+ css: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
+ css_theme: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css
+ js: //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js