2013-02-15 08:38:00 +01:00
|
|
|
# Dependencies
|
2014-06-10 07:24:51 +02:00
|
|
|
markdown: kramdown
|
2014-07-08 03:20:18 +02:00
|
|
|
highlighter: rouge
|
2013-02-15 08:38:00 +01:00
|
|
|
|
2014-07-11 02:54:06 +02:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2013-02-15 08:38:00 +01:00
|
|
|
# Permalinks
|
2013-07-27 04:05:43 +02:00
|
|
|
permalink: pretty
|
2013-02-15 08:38:00 +01:00
|
|
|
|
|
|
|
# Server
|
2014-03-07 23:11:59 +01:00
|
|
|
source: docs
|
|
|
|
destination: _gh_pages
|
2013-12-29 07:47:03 +01:00
|
|
|
host: 0.0.0.0
|
2013-07-27 04:05:43 +02:00
|
|
|
port: 9001
|
2014-12-19 09:24:09 +01:00
|
|
|
baseurl: ""
|
2014-02-23 12:33:33 +01:00
|
|
|
url: http://getbootstrap.com
|
2014-01-15 22:18:35 +01:00
|
|
|
encoding: UTF-8
|
2014-12-19 09:36:16 +01:00
|
|
|
exclude: [assets/less/]
|
2013-07-27 04:05:43 +02:00
|
|
|
|
|
|
|
# Custom vars
|
2014-11-30 00:00:04 +01:00
|
|
|
current_version: 4.0.0-alpha
|
2013-07-27 04:05:43 +02:00
|
|
|
repo: https://github.com/twbs/bootstrap
|
2014-01-05 11:51:49 +01:00
|
|
|
sass_repo: https://github.com/twbs/bootstrap-sass
|
2015-08-10 08:12:09 +02:00
|
|
|
slack: https://bootstrap-slack.herokuapp.com
|
2013-09-03 05:20:47 +02:00
|
|
|
|
2013-12-29 07:47:03 +01:00
|
|
|
download:
|
2015-06-16 18:10:22 +02: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 04:24:59 +02:00
|
|
|
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
|
2013-12-29 07:47:03 +01:00
|
|
|
cdn:
|
2015-06-16 18:10:22 +02: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
|