diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 08:05:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 08:05:40 -0800 |
| commit | c7eac32d3e6e7993bd19f9005aa29df1f4eba8e6 (patch) | |
| tree | d8128f431e9d9e0f2461e70fd66cb8663f592784 | |
| parent | 055705741e97de3ffa98e9046facb5a92a7b4343 (diff) | |
| parent | f63cd94e431602a3f4127bde684df219b106f7fc (diff) | |
| download | bootstrap-c7eac32d3e6e7993bd19f9005aa29df1f4eba8e6.tar.xz bootstrap-c7eac32d3e6e7993bd19f9005aa29df1f4eba8e6.zip | |
Merge pull request #12098 from ZDroid/reorg
Group repo vars together in Jekyll config
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index b6e18adbe..6415d3a2e 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,7 @@ url: http://localhost:9001 # Custom vars current_version: 3.0.3 repo: https://github.com/twbs/bootstrap +sass_repo: https://github.com/twbs/bootstrap-sass download: source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip @@ -23,7 +24,6 @@ download: 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 |
