mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-13 08:27:56 -05:00
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
# Dependencies
|
|
markdown: rdiscount
|
|
pygments: true
|
|
|
|
# Permalinks
|
|
permalink: pretty
|
|
|
|
# Server
|
|
destination: ./_gh_pages
|
|
exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
|
|
port: 9001
|
|
|
|
# Custom vars
|
|
current_version: 3.0.1-p7
|
|
repo: https://github.com/jasny/bootstrap
|
|
|
|
download_source: https://github.com/jasny/bootstrap/archive/v3.0.1-p7.zip
|
|
download_dist: https://github.com/jasny/bootstrap/releases/download/v3.0.1-p7/jasny-bootstrap-3.0.1-p7-dist.zip
|
|
download_extend: https://github.com/jasny/bootstrap/releases/download/v3.0.1-p7/jasny-bootstrap-3.0.1-p7-extend.zip
|
|
|
|
blog: http://blog.getbootstrap.com
|
|
expo: http://expo.getbootstrap.com
|
|
|
|
cdn_css: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.0.1-p7/css/bootstrap.min.css
|
|
cdn_theme_css: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.0.1-p7/css/bootstrap-theme.min.css
|
|
cdn_js: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.0.1-p7/js/bootstrap.min.js
|