twbs--bootstrap/_config.yml

75 lines
2.4 KiB
YAML
Raw Normal View History

# Dependencies
2017-08-15 11:25:19 +00:00
markdown: kramdown
highlighter: rouge
kramdown:
2017-08-15 11:25:19 +00:00
auto_ids: true
# Permalinks
2017-08-15 11:25:19 +00:00
permalink: pretty
# Server
2017-08-15 11:25:19 +00:00
source: "."
destination: ./_gh_pages
port: 9001
baseurl: ""
url: "https://getbootstrap.com"
encoding: UTF-8
exclude:
- .git/
- .github/
2017-08-15 11:25:19 +00:00
- assets/scss/
- build/
- js/
- node_modules/
- nuget/
- scss/
- vendor/
2017-08-15 11:25:19 +00:00
- bower.json
- composer.json
- Gemfile
- Gemfile.lock
- package.js
- package.json
- package-lock.json
- sache.json
- twbsconfig.yml
2017-08-10 03:48:50 +00:00
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
2015-08-19 06:19:38 +00:00
# Social
2017-08-15 11:25:19 +00:00
title: Bootstrap
description: "The most popular HTML, CSS, and JS library in the world."
twitter: getbootstrap
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
social_image_path: /assets/brand/bootstrap-social.png
social_logo_path: /assets/brand/bootstrap-social-logo.png
2017-08-15 11:25:19 +00:00
# Custom variables
2017-10-19 16:40:37 +00:00
current_version: 4.0.0-beta.2
2017-08-15 11:25:19 +00:00
docs_version: 4.0
repo: "https://github.com/twbs/bootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
blog: "https://blog.getbootstrap.com"
expo: "https://expo.getbootstrap.com"
jobs: "https://jobs.getbootstrap.com"
themes: "https://themes.getbootstrap.com"
2013-07-27 02:24:59 +00:00
download:
2017-10-19 16:40:37 +00:00
source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.2.zip"
dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.2/bootstrap-4.0.0-beta.2-dist.zip"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
2017-10-19 16:40:37 +00:00
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
2017-10-19 17:11:43 +00:00
css_hash: "sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
2017-10-19 16:40:37 +00:00
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
2017-10-19 17:11:43 +00:00
js_hash: "sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
2017-08-15 11:25:19 +00:00
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
2017-08-22 19:28:36 +00:00
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
popper_hash: "sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"