2013-02-15 15:38:00 +08:00
|
|
|
# Dependencies
|
2014-06-10 13:24:51 +08:00
|
|
|
markdown: kramdown
|
2014-07-08 09:20:18 +08:00
|
|
|
highlighter: rouge
|
2013-02-15 15:38:00 +08:00
|
|
|
|
2014-07-11 08:54:06 +08:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2013-02-15 15:38:00 +08:00
|
|
|
# Permalinks
|
2013-07-27 10:05:43 +08:00
|
|
|
permalink: pretty
|
2013-02-15 15:38:00 +08:00
|
|
|
|
|
|
|
# Server
|
2017-05-30 03:02:50 +08:00
|
|
|
source: .
|
|
|
|
destination: ./_gh_pages
|
2013-07-27 10:05:43 +08:00
|
|
|
port: 9001
|
2014-12-19 16:24:09 +08:00
|
|
|
baseurl: ""
|
2017-05-29 13:50:57 +08:00
|
|
|
url: https://getbootstrap.com
|
2014-01-16 05:18:35 +08:00
|
|
|
encoding: UTF-8
|
2017-05-30 05:19:45 +08:00
|
|
|
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, sache.json]
|
2013-07-27 10:05:43 +08:00
|
|
|
|
2015-08-18 11:34:11 +08:00
|
|
|
gems:
|
|
|
|
- jekyll-redirect-from
|
2015-09-08 13:13:48 +08:00
|
|
|
- jekyll-sitemap
|
2017-05-28 12:44:42 +08:00
|
|
|
- jekyll-toc
|
2015-08-19 14:19:38 +08:00
|
|
|
|
2016-10-03 09:19:47 +08:00
|
|
|
# Social
|
|
|
|
title: Bootstrap
|
|
|
|
description: The most popular HTML, CSS, and JS framework in the world.
|
|
|
|
twitter: getbootstrap
|
|
|
|
authors: Mark Otto, Jacob Thornton, and Bootstrap contributors
|
|
|
|
social_logo_path: /assets/brand/bootstrap-social-logo.png
|
|
|
|
social_image_path: /assets/brand/bootstrap-social.png
|
|
|
|
|
2013-07-27 10:05:43 +08:00
|
|
|
# Custom vars
|
2017-01-07 00:38:04 +08:00
|
|
|
current_version: 4.0.0-alpha.6
|
2017-05-29 13:50:57 +08:00
|
|
|
docs_version: 4.0
|
2013-07-27 10:05:43 +08:00
|
|
|
repo: https://github.com/twbs/bootstrap
|
2015-08-10 14:12:09 +08:00
|
|
|
slack: https://bootstrap-slack.herokuapp.com
|
2013-09-03 11:20:47 +08:00
|
|
|
|
2013-12-29 14:47:03 +08:00
|
|
|
download:
|
2017-01-07 00:38:04 +08:00
|
|
|
source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.6.zip
|
|
|
|
dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.6/bootstrap-4.0.0-alpha.6-dist.zip
|
2013-07-27 10:24:59 +08:00
|
|
|
|
2016-10-04 00:55:59 +08:00
|
|
|
blog: https://blog.getbootstrap.com
|
|
|
|
expo: https://expo.getbootstrap.com
|
|
|
|
themes: https://themes.getbootstrap.com
|
2017-05-29 10:36:03 +08:00
|
|
|
jobs: https://jobs.getbootstrap.com
|
2013-07-27 10:24:59 +08:00
|
|
|
|
2013-12-29 14:47:03 +08:00
|
|
|
cdn:
|
2015-10-24 13:35:22 +08:00
|
|
|
# See https://www.srihash.org for info on how to generate the hashes
|
2017-01-07 00:38:04 +08:00
|
|
|
css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css
|
2017-01-07 00:41:52 +08:00
|
|
|
css_hash: "sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
|
2017-01-07 00:38:04 +08:00
|
|
|
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js
|
2017-01-07 00:41:52 +08:00
|
|
|
js_hash: "sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
|
2017-03-21 14:04:14 +08:00
|
|
|
jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js
|
|
|
|
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
2017-05-24 20:44:16 +08:00
|
|
|
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js
|
|
|
|
popper_hash: "sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc="
|