]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/_config.yml
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / _config.yml
CommitLineData
91e44d91
S
1# Dependencies
2markdown: kramdown
3highlighter: rouge
4
5kramdown:
6 auto_ids: true
7
8# Permalinks
9permalink: pretty
10
11# Server
12source: docs
13destination: _gh_pages
14host: 0.0.0.0
15port: 9001
16baseurl: ""
17url: https://v4-alpha.getbootstrap.com
18encoding: UTF-8
19exclude: [assets/scss/]
20
21gems:
22 - jekyll-redirect-from
23 - jekyll-sitemap
24
25# Social
26title: Bootstrap
27description: The most popular HTML, CSS, and JS framework in the world.
28twitter: getbootstrap
29authors: Mark Otto, Jacob Thornton, and Bootstrap contributors
30social_logo_path: /assets/brand/bootstrap-social-logo.png
31social_image_path: /assets/brand/bootstrap-social.png
32
33# Custom vars
34current_version: 4.0.0-alpha.6
35repo: https://github.com/twbs/bootstrap
36slack: https://bootstrap-slack.herokuapp.com
37
38download:
39 source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.6.zip
40 dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.6/bootstrap-4.0.0-alpha.6-dist.zip
41
42blog: https://blog.getbootstrap.com
43expo: https://expo.getbootstrap.com
44themes: https://themes.getbootstrap.com
45
46cdn:
47 # See https://www.srihash.org for info on how to generate the hashes
48 css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css
49 css_hash: "sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
50 js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js
51 js_hash: "sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
52 jquery: https://code.jquery.com/jquery-3.1.1.slim.min.js
53 jquery_hash: "sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n"
54 tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js
55 tether_hash: "sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb"