2013-02-15 02:38:00 -05:00
|
|
|
# Dependencies
|
2014-06-10 01:24:51 -04:00
|
|
|
markdown: kramdown
|
2014-07-07 21:20:18 -04:00
|
|
|
highlighter: rouge
|
2013-02-15 02:38:00 -05:00
|
|
|
|
2014-07-10 20:54:06 -04:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2013-02-15 02:38:00 -05:00
|
|
|
# Permalinks
|
2013-07-26 22:05:43 -04:00
|
|
|
permalink: pretty
|
2013-02-15 02:38:00 -05:00
|
|
|
|
|
|
|
# Server
|
2014-03-07 17:11:59 -05:00
|
|
|
source: docs
|
|
|
|
destination: _gh_pages
|
2013-12-29 01:47:03 -05:00
|
|
|
host: 0.0.0.0
|
2013-07-26 22:05:43 -04:00
|
|
|
port: 9001
|
2014-12-19 03:24:09 -05:00
|
|
|
baseurl: ""
|
2014-02-23 06:33:33 -05:00
|
|
|
url: http://getbootstrap.com
|
2014-01-15 16:18:35 -05:00
|
|
|
encoding: UTF-8
|
2014-12-19 03:36:16 -05:00
|
|
|
exclude: [assets/less/]
|
2013-07-26 22:05:43 -04:00
|
|
|
|
|
|
|
# Custom vars
|
2014-11-29 18:00:04 -05:00
|
|
|
current_version: 4.0.0-alpha
|
2013-07-26 22:05:43 -04:00
|
|
|
repo: https://github.com/twbs/bootstrap
|
2014-01-05 05:51:49 -05:00
|
|
|
sass_repo: https://github.com/twbs/bootstrap-sass
|
2013-09-02 23:20:47 -04:00
|
|
|
|
2013-12-29 01:47:03 -05:00
|
|
|
download:
|
2015-03-16 11:39:31 -04:00
|
|
|
source: https://github.com/twbs/bootstrap/archive/v3.3.4.zip
|
|
|
|
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.4/bootstrap-3.3.4-dist.zip
|
2015-03-16 11:40:34 -04:00
|
|
|
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.4.tar.gz
|
2013-07-26 22:24:59 -04:00
|
|
|
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
|
2013-12-29 01:47:03 -05:00
|
|
|
cdn:
|
2015-03-16 11:41:00 -04:00
|
|
|
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css
|
|
|
|
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js
|
2014-07-10 13:23:15 -04:00
|
|
|
jquery: //code.jquery.com/jquery-2.1.1.min.js
|
2014-07-13 04:43:26 -04:00
|
|
|
|
|
|
|
bug:
|
|
|
|
firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=
|
|
|
|
webkit: https://bugs.webkit.org/show_bug.cgi?id=
|
|
|
|
chrome: https://code.google.com/p/chromium/issues/detail?id=
|
|
|
|
github: https://github.com/twbs/bootstrap/issues/
|