0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/_config.yml

75 lines
2.7 KiB
YAML
Raw Normal View History

# Dependencies
2017-08-15 13:25:19 +02:00
markdown: kramdown
highlighter: rouge
kramdown:
2017-08-15 13:25:19 +02:00
auto_ids: true
# Permalinks
2017-08-15 13:25:19 +02:00
permalink: pretty
# Server
source: "site"
2017-08-15 13:25:19 +02:00
destination: ./_gh_pages
host: "localhost"
2017-08-15 13:25:19 +02:00
port: 9001
baseurl: ""
url: "https://getbootstrap.com"
encoding: UTF-8
exclude:
2020-05-12 18:04:19 +02:00
- docs/4.5/assets/scss/
2017-08-10 05:48:50 +02:00
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
2015-08-19 08:19:38 +02:00
2020-02-17 10:53:24 +01:00
redirect_from:
json: false
# Social
2017-08-15 13:25:19 +02: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"
2020-05-12 18:04:19 +02:00
social_image_path: /docs/4.5/assets/brand/bootstrap-social.png
social_logo_path: /docs/4.5/assets/brand/bootstrap-social-logo.png
2017-08-15 13:25:19 +02:00
# Custom variables
2020-05-12 18:04:19 +02:00
current_version: 4.5.0
current_ruby_version: 4.5.0
docs_version: 4.5
github_org: "https://github.com/twbs"
2017-10-19 20:26:14 +02:00
repo: "https://github.com/twbs/bootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
2018-12-23 21:24:25 +01:00
opencollective: "https://opencollective.com/bootstrap"
2017-10-19 20:26:14 +02:00
blog: "https://blog.getbootstrap.com"
expo: "https://expo.getbootstrap.com"
themes: "https://themes.getbootstrap.com"
icons: "https://icons.getbootstrap.com"
2013-07-27 04:24:59 +02:00
download:
2020-05-12 18:04:19 +02:00
source: "https://github.com/twbs/bootstrap/archive/v4.5.0.zip"
dist: "https://github.com/twbs/bootstrap/releases/download/v4.5.0/bootstrap-4.5.0-dist.zip"
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.5.0/bootstrap-4.5.0-examples.zip"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
2020-05-12 18:04:19 +02:00
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
2019-11-28 13:37:56 +01:00
css_hash: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
2020-05-12 18:04:19 +02:00
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
2019-11-28 13:37:56 +01:00
js_hash: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
2020-05-12 18:04:19 +02:00
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"
2019-11-28 13:37:56 +01:00
js_bundle_hash: "sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm"
2020-05-05 07:09:49 +02:00
jquery: "https://code.jquery.com/jquery-3.5.1.slim.min.js"
jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
popper: "https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
popper_hash: "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
toc:
min_level: 2
max_level: 4
2018-11-28 18:55:41 +01:00
no_toc_section_class:
- "bd-callout"
- "bd-example"