twbs--bootstrap/_config.yml

58 lines
2.2 KiB
YAML
Raw Normal View History

# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
2017-05-29 19:02:50 +00:00
source: .
destination: ./_gh_pages
port: 9001
2014-12-19 08:24:09 +00:00
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]
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
title: Bootstrap
2017-08-07 23:13:52 +00:00
description: The most popular HTML, CSS, and JS library 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
# Custom vars
2017-08-11 03:56:35 +00:00
current_version: 4.0.0-beta
docs_version: 4.0
repo: https://github.com/twbs/bootstrap
2015-08-10 06:12:09 +00:00
slack: https://bootstrap-slack.herokuapp.com
download:
2017-08-11 03:56:35 +00: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-27 02:24:59 +00:00
blog: https://blog.getbootstrap.com
expo: https://expo.getbootstrap.com
themes: https://themes.getbootstrap.com
2017-05-29 02:36:03 +00:00
jobs: https://jobs.getbootstrap.com
2013-07-27 02:24:59 +00:00
cdn:
# See https://www.srihash.org for info on how to generate the hashes
2017-08-11 03:56:35 +00:00
css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css
2017-08-11 10:24:57 +00:00
css_hash: "sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
2017-08-11 03:56:35 +00:00
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js
2017-08-11 10:24:57 +00:00
js_hash: "sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
2017-03-21 06:04:14 +00:00
jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
2017-07-28 06:34:53 +00:00
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js
popper_hash: "sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"