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:
authorMark Otto <otto@github.com>2013-12-29 10:47:03 +0400
committerMark Otto <otto@github.com>2013-12-29 10:47:03 +0400
commita9c829bc0c75dd7723e6c74e1defaab5dbb4c00b (patch)
tree40f97935b43672014afa1dc050a22c9c5ae62bb8 /_config.yml
parent5bf13914e49942409c0b21aeaf2ed756c41bd498 (diff)
Rearrange repository contents because muahahahahahaha
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml32
1 files changed, 11 insertions, 21 deletions
diff --git a/_config.yml b/_config.yml
index 693f22a205..b6e18adbea 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,36 +6,26 @@ pygments: true
permalink: pretty
# Server
+source: ./docs
destination: ./_gh_pages
+host: 0.0.0.0
port: 9001
-exclude:
-- ".editorconfig"
-- ".gitignore"
-- "bower.json"
-- "CNAME"
-- "composer.json"
-- "CONTRIBUTING.md"
-- "DOCS-LICENSE"
-- "Gruntfile.js"
-- "less"
-- "LICENSE"
-- "node_modules"
-- "package.json"
-- "README.md"
-- "sauce_browsers.yml"
-- "test-infra"
+baseurl: /
+url: http://localhost:9001
# Custom vars
current_version: 3.0.3
repo: https://github.com/twbs/bootstrap
-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
+download:
+ source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
+ dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
sass_repo: https://github.com/twbs/bootstrap-sass
-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
+cdn:
+ css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
+ css_theme: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
+ js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js