From: Mark Otto Date: Sun, 18 Aug 2013 06:07:15 +0000 (-0700) Subject: Update URLs in config to what I think they need to be; add theme CDN url X-Git-Tag: v3.0.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13c4e5e5b2eb1337739b6eabb2c06bfa26d76c5;p=thirdparty%2Fbootstrap.git Update URLs in config to what I think they need to be; add theme CDN url --- diff --git a/_config.yml b/_config.yml index dd064d3083..6f68eb7521 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,8 @@ port: 9001 # Custom vars repo: https://github.com/twbs/bootstrap -download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip -download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip +download: https://github.com/twbs/bootstrap/archive/v3.0.0.zip +download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip glyphicons: http://glyphicons.getbootstrap.com glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons @@ -21,5 +21,6 @@ glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com -cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css -cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js +cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css +cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css +cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js diff --git a/getting-started.html b/getting-started.html index beba48256a..b4d78268d3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -16,7 +16,7 @@ base_url: "../"

There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

Download compiled CSS and JS

-

The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.

+

The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.

Download Bootstrap

Additional downloads

@@ -42,6 +42,9 @@ base_url: "../" + + + {% endhighlight %}