]> git.ipfire.org Git - ipfire.org.git/blob - 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
1 # Dependencies
2 markdown: kramdown
3 highlighter: rouge
4
5 kramdown:
6 auto_ids: true
7
8 # Permalinks
9 permalink: pretty
10
11 # Server
12 source: docs
13 destination: _gh_pages
14 host: 0.0.0.0
15 port: 9001
16 baseurl: ""
17 url: https://v4-alpha.getbootstrap.com
18 encoding: UTF-8
19 exclude: [assets/scss/]
20
21 gems:
22 - jekyll-redirect-from
23 - jekyll-sitemap
24
25 # Social
26 title: Bootstrap
27 description: The most popular HTML, CSS, and JS framework in the world.
28 twitter: getbootstrap
29 authors: Mark Otto, Jacob Thornton, and Bootstrap contributors
30 social_logo_path: /assets/brand/bootstrap-social-logo.png
31 social_image_path: /assets/brand/bootstrap-social.png
32
33 # Custom vars
34 current_version: 4.0.0-alpha.6
35 repo: https://github.com/twbs/bootstrap
36 slack: https://bootstrap-slack.herokuapp.com
37
38 download:
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
42 blog: https://blog.getbootstrap.com
43 expo: https://expo.getbootstrap.com
44 themes: https://themes.getbootstrap.com
45
46 cdn:
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"