_config.yml 1.04 KB
Newer Older
1
# Dependencies
2
markdown:         kramdown
3
highlighter:      rouge
4
5

# Permalinks
6
permalink:        pretty
7
8

# Server
9
10
source:           docs
destination:      _gh_pages
11
host:             0.0.0.0
12
port:             9001
13
url:              http://getbootstrap.com
14
encoding:         UTF-8
15
16

# Custom vars
Chris Rebert's avatar
Chris Rebert committed
17
current_version:  3.3.4
18
repo:             https://github.com/twbs/bootstrap
Zlatan Vasović's avatar
Zlatan Vasović committed
19
sass_repo:        https://github.com/twbs/bootstrap-sass
20

21
download:
Chris Rebert's avatar
Chris Rebert committed
22
23
  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
Chris Rebert's avatar
Chris Rebert committed
24
  sass:           https://github.com/twbs/bootstrap-sass/archive/v3.3.4.tar.gz
Mark Otto's avatar
Mark Otto committed
25
26
27
28

blog:             http://blog.getbootstrap.com
expo:             http://expo.getbootstrap.com

29
cdn:
Chris Rebert's avatar
Chris Rebert committed
30
31
32
  css:            https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css
  css_theme:      https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css
  js:             https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js