2013-02-15 02:38:00 -05:00
|
|
|
# Dependencies
|
2017-08-15 07:25:19 -04:00
|
|
|
markdown: kramdown
|
|
|
|
highlighter: rouge
|
2013-02-15 02:38:00 -05:00
|
|
|
|
2014-07-10 20:54:06 -04:00
|
|
|
kramdown:
|
2017-08-15 07:25:19 -04:00
|
|
|
auto_ids: true
|
2014-07-10 20:54:06 -04:00
|
|
|
|
2013-02-15 02:38:00 -05:00
|
|
|
# Permalinks
|
2017-08-15 07:25:19 -04:00
|
|
|
permalink: pretty
|
2013-02-15 02:38:00 -05:00
|
|
|
|
|
|
|
# Server
|
2017-08-15 07:25:19 -04:00
|
|
|
source: "."
|
|
|
|
destination: ./_gh_pages
|
|
|
|
port: 9001
|
|
|
|
baseurl: ""
|
|
|
|
url: "https://getbootstrap.com"
|
|
|
|
encoding: UTF-8
|
|
|
|
exclude:
|
|
|
|
- .git
|
|
|
|
- .github
|
|
|
|
- assets/scss/
|
|
|
|
- build
|
|
|
|
- js
|
|
|
|
- node_modules
|
|
|
|
- nuget
|
|
|
|
- scss
|
|
|
|
- vendor
|
|
|
|
- bower.json
|
|
|
|
- composer.json
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- Gruntfile.js
|
|
|
|
- package.js
|
|
|
|
- package.json
|
|
|
|
- package-lock.json
|
|
|
|
- sache.json
|
2013-07-26 22:05:43 -04:00
|
|
|
|
2017-08-09 23:48:50 -04:00
|
|
|
plugins:
|
2015-08-17 23:34:11 -04:00
|
|
|
- jekyll-redirect-from
|
2015-09-08 01:13:48 -04:00
|
|
|
- jekyll-sitemap
|
2017-05-28 00:44:42 -04:00
|
|
|
- jekyll-toc
|
2015-08-19 02:19:38 -04:00
|
|
|
|
2016-10-02 21:19:47 -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
|
2013-09-02 23:20:47 -04:00
|
|
|
|
2017-08-15 07:25:19 -04:00
|
|
|
# Custom variables
|
|
|
|
current_version: 4.0.0-beta
|
|
|
|
docs_version: 4.0
|
|
|
|
repo: "https://github.com/twbs/bootstrap"
|
|
|
|
slack: "https://bootstrap-slack.herokuapp.com"
|
2013-12-29 01:47:03 -05:00
|
|
|
download:
|
2017-08-15 07:25:19 -04:00
|
|
|
source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.zip"
|
|
|
|
dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta/bootstrap-4.0.0-beta-dist.zip"
|
2013-07-26 22:24:59 -04:00
|
|
|
|
2017-08-15 07:25:19 -04:00
|
|
|
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
|
|
|
|
2013-12-29 01:47:03 -05:00
|
|
|
cdn:
|
2015-10-24 01:35:22 -04:00
|
|
|
# See https://www.srihash.org for info on how to generate the hashes
|
2017-08-15 07:25:19 -04:00
|
|
|
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
|
|
|
|
css_hash: "sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
|
|
|
|
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
|
|
|
|
js_hash: "sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
|
|
|
|
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
|
|
|
|
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
|
|
|
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
|
|
|
|
popper_hash: "sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
|