2013-02-15 15:38:00 +08:00
|
|
|
# Dependencies
|
2014-06-10 13:24:51 +08:00
|
|
|
markdown: kramdown
|
2014-07-08 09:20:18 +08:00
|
|
|
highlighter: rouge
|
2013-02-15 15:38:00 +08:00
|
|
|
|
2014-07-11 08:54:06 +08:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2013-02-15 15:38:00 +08:00
|
|
|
# Permalinks
|
2013-07-27 10:05:43 +08:00
|
|
|
permalink: pretty
|
2013-02-15 15:38:00 +08:00
|
|
|
|
|
|
|
# Server
|
2014-03-08 06:11:59 +08:00
|
|
|
source: docs
|
|
|
|
destination: _gh_pages
|
2013-12-29 14:47:03 +08:00
|
|
|
host: 0.0.0.0
|
2013-07-27 10:05:43 +08:00
|
|
|
port: 9001
|
2014-12-19 16:24:09 +08:00
|
|
|
baseurl: ""
|
2014-02-23 19:33:33 +08:00
|
|
|
url: http://getbootstrap.com
|
2014-01-16 05:18:35 +08:00
|
|
|
encoding: UTF-8
|
2015-08-11 14:48:33 +08:00
|
|
|
exclude: [assets/scss/]
|
2013-07-27 10:05:43 +08:00
|
|
|
|
|
|
|
# Custom vars
|
2014-11-30 07:00:04 +08:00
|
|
|
current_version: 4.0.0-alpha
|
2013-07-27 10:05:43 +08:00
|
|
|
repo: https://github.com/twbs/bootstrap
|
2014-01-05 18:51:49 +08:00
|
|
|
sass_repo: https://github.com/twbs/bootstrap-sass
|
2015-08-10 14:12:09 +08:00
|
|
|
slack: https://bootstrap-slack.herokuapp.com
|
2013-09-03 11:20:47 +08:00
|
|
|
|
2013-12-29 14:47:03 +08:00
|
|
|
download:
|
2015-06-17 00:10:22 +08:00
|
|
|
source: https://github.com/twbs/bootstrap/archive/v3.3.5.zip
|
|
|
|
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.5/bootstrap-3.3.5-dist.zip
|
|
|
|
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.5.tar.gz
|
2013-07-27 10:24:59 +08:00
|
|
|
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
|
2013-12-29 14:47:03 +08:00
|
|
|
cdn:
|
2015-06-17 00:10:22 +08:00
|
|
|
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
|
|
|
|
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css
|
|
|
|
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js
|