forked from Orange-OpenSource/Orange-Boosted-Bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
132 lines (123 loc) · 3.92 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
# boosted mod
source: .
# end boosted mod
destination: ./_gh_pages
host: 0.0.0.0
port: 9001
# boosted mod
baseurl: ""
url: http://boosted.orange.com
# end boosted mod
encoding: UTF-8
exclude:
- .git/
- .github/
- assets/scss/
- build/
- js/
- node_modules/
- nuget/
- scss/
- vendor/
- CODE_OF_CONDUCT.md
- composer.json
- Gemfile
- Gemfile.lock
- package.js
- package.json
- package-lock.json
- README.md
- sache.json
- twbsconfig.yml
- img
- fonts
- bower_components
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
# boosted mod
grid:
xs:
breakpoint: 0
width: 302
gutter: 10
desc: Extra small devices
subdesc: Portrait phone (<480px) (target 320 screen resolutions)
sm:
breakpoint: 480
width: 458
gutter: 10
desc: Small devices
subdesc: Landscape phones (≥480px - <768px) (target 480 screen resolutions)
md:
breakpoint: 768
width: 724
gutter: 20
desc: Medium devices
subdesc: Tablet (≥768px - <960px) (target 768 screen resolutions)
lg:
breakpoint: 980
width: 960
gutter: 20
desc: Large devices
subdesc: Desktop (≥960px - <1120px) (target 1024 screen resolutions)
xl:
breakpoint: 1220
width: 1180
gutter: 20
desc: Extra large devices
subdesc: Desktop (≥1220px - <1380px) (target 1280 screen resolutions)
xxl:
breakpoint: 1380
width: 1300
gutter: 20
desc: Extra extra large devices
subdesc: Desktop (≥1380px) (target 1440 screen resolutions)
# end boosted mod
# Social
title: Boosted
description: Based on Bootstrap the most popular library.
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
# Custom variables
current_version: 4.0.0
current_ruby_version: 4.0.0
bootstrap_current_version: v4.0.0
docs_version: 4.0
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
blog: "https://blog.getbootstrap.com"
expo: "https://expo.getbootstrap.com"
jobs: "https://jobs.getbootstrap.com"
themes: "https://themes.getbootstrap.com"
download:
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v4.0.0.zip"
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v4.0.0/boosted-4.0.0-dist.zip"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
jquery_full: "https://code.jquery.com/jquery-3.2.1.min.js"
jquery_full_hash: "sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
tablesorter: "https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.29.4/js/jquery.tablesorter.min.js"
tablesorter_hash: "sha256-eMa5IMxi2DRTBbnBSoK/sTKxDkVo8uqM7jMgKFfMoiU="
toc:
min_level: 2
max_level: 4