twbs--bootstrap/_config.yml

82 lines
2.5 KiB
YAML
Raw Normal View History

# Dependencies
2017-08-15 07:25:19 -04:00
markdown: kramdown
highlighter: rouge
kramdown:
2017-08-15 07:25:19 -04:00
auto_ids: true
# Permalinks
2017-08-15 07:25:19 -04:00
permalink: pretty
# Server
2017-08-15 07:25:19 -04:00
source: "."
destination: ./_gh_pages
host: 0.0.0.0
2017-08-15 07:25:19 -04:00
port: 9001
baseurl: ""
url: "https://getbootstrap.com"
encoding: UTF-8
exclude:
- .git/
- .github/
2017-08-15 07:25:19 -04:00
- assets/scss/
- build/
- js/
- node_modules/
- nuget/
- scss/
- vendor/
- CODE_OF_CONDUCT.md
2017-08-15 07:25:19 -04:00
- composer.json
- Gemfile
- Gemfile.lock
- package.js
- package.json
- package-lock.json
- README.md
2017-08-15 07:25:19 -04:00
- sache.json
- twbsconfig.yml
2017-08-09 23:48:50 -04:00
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
2015-08-19 02:19:38 -04:00
# Social
2017-08-15 07:25:19 -04: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 07:25:19 -04:00
# Custom variables
2018-04-30 01:28:01 -04:00
current_version: 4.1.1
current_ruby_version: 4.1.1
docs_version: 4.1
2017-10-19 14:26:14 -04:00
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-26 22:24:59 -04:00
download:
2018-04-30 01:28:01 -04:00
source: "https://github.com/twbs/bootstrap/archive/v4.1.1.zip"
dist: "https://github.com/twbs/bootstrap/releases/download/v4.1.1/bootstrap-4.1.1-dist.zip"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
2018-04-30 01:28:01 -04:00
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
css_hash: "sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
js_hash: "sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
2018-01-23 01:18:33 -05:00
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
2018-04-10 08:35:18 -04:00
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
popper_hash: "sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
toc:
min_level: 2
max_level: 4