mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
32 lines
1 KiB
YAML
32 lines
1 KiB
YAML
# Dependencies
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
|
|
# Permalinks
|
|
permalink: pretty
|
|
|
|
# Server
|
|
source: docs
|
|
destination: _gh_pages
|
|
host: 0.0.0.0
|
|
port: 9001
|
|
url: http://getbootstrap.com
|
|
encoding: UTF-8
|
|
|
|
# Custom vars
|
|
current_version: 3.3.2
|
|
repo: https://github.com/twbs/bootstrap
|
|
sass_repo: https://github.com/twbs/bootstrap-sass
|
|
|
|
download:
|
|
source: https://github.com/twbs/bootstrap/archive/v3.3.2.zip
|
|
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.2/bootstrap-3.3.2-dist.zip
|
|
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.2.tar.gz
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
cdn:
|
|
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css
|
|
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css
|
|
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js
|