jumbo-jekyll-theme 6.0.1.0 → 6.0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbe4c210d37585f7a3c6ad109cf7ec284047c41163fa32bad6b9128eab3ff29a
4
- data.tar.gz: d72ce8e70c1ef658d9e2fbf3355d4336264ee38fb89c9abfb36414d6cc4bb88d
3
+ metadata.gz: 4c032bc9790da513c6d411d3dcca349e6578d2c0163ee1f541fdd7e26735e909
4
+ data.tar.gz: 932ce1fa0e315edcf048c4d3a84255931ed2b9696d6066d4663c11470bc24f8a
5
5
  SHA512:
6
- metadata.gz: d5e308e2435ab0f152844f44d8c501824d6100d79c94ccd1fd43d8094ec4ed64da3ce409c3e9f44f196a0b9844ef27825f9559c13320800dbcbbcb7bb62bc609
7
- data.tar.gz: c5f7c01fcbce144b5b437bd6c4307fb5473421d66db7af5a13264674dfab50d7636611f6a64a95af343c5e8e64ebcac1a15c57f9a0fafed8ea0187e767ab0771
6
+ metadata.gz: d6a971d3f22fce73a494774c47fc03e60bfc3ac940d899703703bd765438db8e93536ced1895b85223001b1e8ee6231036ba4fbd53d2aed4c56a908d6a2cf2de
7
+ data.tar.gz: 413a8204ea5cb313cc366e6da6b8563f2d38cdc17acc7c18aaea5711c102340abbdab021a757e8b861ec7923186f616eceede2b2a3ef152d2b223475d91dba50
@@ -103,7 +103,7 @@ markup_presets:
103
103
  featured_blog_image:
104
104
  markup: data_picture
105
105
  attributes:
106
- img: 'class="lazyload img-fluid"'
106
+ img: 'class="lazyload img-fluid post_index_header_image"'
107
107
  formats: [webp, original]
108
108
  widths: [400,600,900,1400]
109
109
  slider_block_image:
@@ -113,7 +113,7 @@
113
113
  {% endfor %}
114
114
  {% if site.data.nav.search.enabled %}
115
115
  <li class="nav-item dropdown search">
116
- <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
116
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" aria-label="Search dropdown" data-toggle="dropdown"
117
117
  aria-haspopup="true" aria-expanded="false">
118
118
  <i class="icon-search"></i>
119
119
  </a>
@@ -14,7 +14,7 @@
14
14
  {% for item in site.data.universal_nav.items %}
15
15
  {% if item.options %}
16
16
  <li class="nav-item dropdown {% for project-site in item.options %}{% if project-site.active %}active{% break %}{% endif %}{% endfor %}">
17
- <a class="nav-link dropdown-toggle" target="_self" href="#" id="universalNavbarDropdown" role="button" data-toggle="dropdown"
17
+ <a class="nav-link dropdown-toggle" target="_self" href="#" id="universalNavbarDropdown" aria-label="Toggle unviersal navigation" role="button" data-toggle="dropdown"
18
18
  aria-haspopup="true" aria-expanded="false">
19
19
  {{item.title}}
20
20
  </a>
@@ -3,16 +3,21 @@ layout: base
3
3
  css_package: blog
4
4
  ---
5
5
  <div itemscope="" itemtype="http://schema.org/BlogPosting">
6
- <div
7
- class="jumbotron d-flex align-items-center jumbotron-fluid {% if page.image %}background_image{% endif%}">
6
+ <div class="container-fluid" >
8
7
  {% if page.image %}
8
+ <div class="row" id="image_header">
9
9
  {% assign image_path = page.image %}
10
- {% picture header_image {{image_path}} %}
10
+ {% capture image_alt %}{{page.title}} background image{% endcapture %}
11
+ {% picture header_image {{image_path}} --alt {{image_alt}} %}
12
+ </div>
11
13
  {% endif %}
12
- <div class="container text-center">
13
- <div class="inner_content_wrapper">
14
+ <div class="row">
15
+ <div class="container">
14
16
  <h1 class="" itemprop="name headline">{{page.title}}</h1>
15
-
17
+ </div>
18
+ </div>
19
+ <div class="row bg-light">
20
+ <div class="container">
16
21
  {% assign author = site.authors | where: "username", page.author | first %}
17
22
  {% assign author-url = author.url %}
18
23
  {% assign author_name = author.name %}
@@ -22,19 +27,24 @@ css_package: blog
22
27
  {% else %}
23
28
  {% assign author_image = site.avatar_placeholder %}
24
29
  {% endif %}
25
- <div itemprop="author" itemscope="" itemtype="http://schema.org/Person">
30
+ <div itemprop="author" itemscope="" itemtype="http://schema.org/Person" class="d-block d-md-inline-block mx-auto my-2 m-md-2 text-md-left text-center">
26
31
  <a href="{{author-url}}" itemprop="url" rel="author">
27
32
  {% picture author_thumbnail {{author_image}} --alt {{author_image_alt}} %}
28
- <p class="lead">
29
- <em itemprop="name">{{author_name}}</em>
30
- </p>
31
33
  </a>
32
34
  </div>
33
-
34
- <p>
35
- <time datetime="{{page.date}}" itemprop="datePublished">{{page.date | date: "%A, %B %-d, %Y"}}</time>
36
- </p>
37
- {% include blog/read_time.html %}
35
+ <div class="blockquote d-block d-md-inline-block mx-2 text-md-left text-center">
36
+ <strong itemprop="name">{{author_name}}</strong>
37
+ </div>
38
+ <span class="divider d-none d-md-inline-block">|</span>
39
+ <div class="post_info text-center text-md-left d-block d-md-inline-block">
40
+ <div class="author_name d-inline-block mx-2">
41
+ <time datetime="{{page.date}}" itemprop="datePublished">{{page.date | date: "%A, %B %-d, %Y"}}</time>
42
+ </div>
43
+ <span class="divider">|</span>
44
+ <div class="read_time d-inline-block mx-2">
45
+ {% include blog/read_time.html %}
46
+ </div>
47
+ </div>
38
48
  </div>
39
49
  </div>
40
50
  </div>
@@ -1,4 +1,30 @@
1
1
  #wrapper {
2
+ .latest-featured-post {
3
+ picture {
4
+ height: 100% !important;
5
+ display: block;
6
+ overflow: hidden;
7
+ .post_index_header_image {
8
+ max-width: 100%;
9
+ height: auto;
10
+ height: 100%;
11
+ object-fit: cover;
12
+ }
13
+ }
14
+ }
15
+ #image_header {
16
+ height: 200px;
17
+ overflow: hidden;
18
+ object-fit: cover;
19
+ .header_background_image.lazyloaded {
20
+ object-fit: cover;
21
+ object-position: 50% 50% !important;
22
+ height: 200px;
23
+ width: 100vw;
24
+ display: block;
25
+ position: relative;
26
+ }
27
+ }
2
28
  .blog-content {
3
29
  .blog_content_image {
4
30
  margin: 20px 0px;
@@ -119,6 +145,14 @@
119
145
  .rounded-circle {
120
146
  width: 100px;
121
147
  height: 100px;
148
+ transition: all 100ms ease-out;
149
+ object-fit: cover;
150
+ &:hover {
151
+ transform: rotate(-5deg);
152
+ -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
153
+ -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
154
+ box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
155
+ }
122
156
  &.small {
123
157
  height: 50px;
124
158
  width: 50px;
@@ -9,6 +9,7 @@
9
9
  height: 150px;
10
10
  width: auto;
11
11
  &.rounded-circle {
12
+ object-fit: cover;
12
13
  height: 75px;
13
14
  width: 75px;
14
15
  }
@@ -98,7 +99,7 @@
98
99
  height: 100%;
99
100
  width: 100%;
100
101
  object-fit: cover;
101
- filter: brightness(0.4);
102
+ filter: brightness(0.1);
102
103
  }
103
104
  }
104
105
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1.0
4
+ version: 6.0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll