mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-13 08:27:56 -05:00
32 lines
827 B
YAML
32 lines
827 B
YAML
# Dependencies
|
|
markdown: rdiscount
|
|
pygments: true
|
|
|
|
# Permalinks
|
|
permalink: pretty
|
|
|
|
# Server
|
|
source: ./docs
|
|
destination: ./_gh_pages
|
|
host: 0.0.0.0
|
|
port: 9001
|
|
baseurl: /
|
|
url: http://localhost:9001
|
|
encoding: UTF-8
|
|
|
|
exclude:
|
|
- "jade"
|
|
- "vendor"
|
|
|
|
# Custom vars
|
|
current_version: 3.1.3
|
|
repo: https://github.com/jasny/bootstrap
|
|
|
|
download:
|
|
source: https://github.com/jasny/bootstrap/archive/v3.1.3.zip
|
|
dist: https://github.com/jasny/bootstrap/releases/download/v3.1.3/jasny-bootstrap-3.1.3-dist.zip
|
|
|
|
cdn:
|
|
css: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css
|
|
js: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/js/jasny-bootstrap.min.js
|