jumbo-jekyll-theme 5.5.0 → 5.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -18
  3. data/_sass/core/jumbotron.scss +4 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cbffc67cb49c9953ba7f03a56f5ae4f1a2d46563275a34266e6709519645aa3
4
- data.tar.gz: 718209333172e7e4ce1ada570c63bc2a9103e9efd7fe64830f813dc82aa0ef50
3
+ metadata.gz: 1b946436ba6a0cd0d5d5833f9f113eb3d96b30a2e69d54ff30a2a262d91428c1
4
+ data.tar.gz: 93d6b14e2ac9abbb619125b2e4c3565f8f857121464a70d48ccceea005af34a4
5
5
  SHA512:
6
- metadata.gz: 53cb472668bad8b506a115d5bbd99166965248f5c81a29fe96bd52e5b2dd5d1ce4fbedeb6a3819275f9cc6c8ad3915d4b9d0b1d07e4acbdede8c04f2bc6df00a
7
- data.tar.gz: ff1ba33cc5b420d2f3c9030660e3920e5f17663b32a949732479afa528c1b7e8b1e6361e23415aa3d90e599e705a3982f2b66a2a26eba3d110df5b62985c16d3
6
+ metadata.gz: 4c5a4a62f9e77fa23860d0fc73a039cf953b0202e1a2ef66e59e85131db3608b63af54cc45e2b53fc0c8a02bef1e7edb39a4e5a72f3f090c517de9baf57d4446
7
+ data.tar.gz: 4634bf1681deaf360701db3eef641f79915bbe909659746f3fe2ebcf6ed4da44fe99d9ddb186f836e2660ee26019132796e2311bf3279d20075a05ec0b78ff8e
data/README.md CHANGED
@@ -2,24 +2,10 @@
2
2
 
3
3
  This is an open source Jekyll theme built for use on the Linaro Jekyll static websites. This project aims to unify the styles and components of Linaro static websites and make it easier to replicate and deploy a new static site.
4
4
 
5
- ```
6
- $ ./build.sh
7
- ```
5
+ ## Documentation
8
6
 
9
- After you have moved the documentation files over you can go ahead and run the following to get the site building:
7
+ Documentation for the theme now lives under the [GitHub Wiki](https://github.com/linaro-marketing/jumbo-jekyll-theme/wiki).
10
8
 
11
- ```
12
- $ bundle
13
- ```
9
+ ## Contributions
14
10
 
15
- This will install the required gems listed in the Gemfile.
16
-
17
- ```
18
- $ bundle exec jekyll s
19
- ```
20
-
21
- This will serve (s) the Jekyll static website to the http://localhost:4000 where you can view the generated static website.
22
-
23
- ## Feature Requests / Bug Fixes
24
-
25
- If anyone that uses the theme has any useful bug fixes / feature requests that may be of interest then please feel free to fork/submit a PR with your fixes/features.
11
+ Contributions to the theme are welcome as there is always room for improvement! Please submit a PR with your features/improvements/fixes.
@@ -147,7 +147,10 @@ div.jumbotron-image{
147
147
  #jumbotron-slider {
148
148
  position: relative;
149
149
  height: 100%;
150
-
150
+
151
+ .owl-stage-outer {
152
+ width: 100vw;
153
+ }
151
154
  div:not(.owl-controls) {
152
155
  height: 100%;
153
156
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.0
4
+ version: 5.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby