liddlelab-theme 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dc50386c74d6c198be27a6dc74844305accc63a98324c75eb7c648ec9e74bb4
4
- data.tar.gz: 5220783280b9d971e70b23cdfad122b083a55ed257a7e04bc4e445fca2d4011d
3
+ metadata.gz: 5f4e9a9e66d6f05b0ea4da35e06a32338f029cbaae73665b479639719a06a83d
4
+ data.tar.gz: 2f2e67d113a37ce2839054c0470fd4a30a16e37d39394bda6ec1e3960e4479fd
5
5
  SHA512:
6
- metadata.gz: e71716b0b1b6aea3cde30e9f5d33559fa21a1d38fa56ca02f980cea5a154d65bb1deb46a56470879b35007cf86ca9fd679cd269e5938a13693ccec14fcd8d3be
7
- data.tar.gz: a4f81c22647a9081fdb504c900f76c481fcf2b3fe77bdcbc23465cb3e46d956ce8728e9c06f37930eba4b3e834e9db86a8219feb2a366b77fc8feff95d56611d
6
+ metadata.gz: 1b9fbd98e5f0a8f2fc882dfa539c9519003a87c1579e8fbe06bc5b561b6556f129fdc3d0bcd1eaed3481d35b4f3125d2c13ae26efc14c4bb07b657b6324d9143
7
+ data.tar.gz: 79efc9298f82c1be8b560435ba3dfc9bbe29e4765b3214765622ea6762fd28986f59b2e24e424bb496ab5c59e3d8e304cd5964170be4497122134fc2c1f7bae2
@@ -1,13 +1,13 @@
1
1
  <!-- begin post -->
2
2
  {% assign author = site.authors[post.author] %}
3
- <div class="col-md-6 mb-30px">
3
+ <div class="row featuredbox-row">
4
4
  <div class="listfeaturedtag h-100">
5
5
  <div class="row h-100">
6
6
  <div class="col-12 col-md-12 col-lg-5 pr-lg-0">
7
7
  <div class="h-100">
8
8
  <div class="wrapthumbnail">
9
9
  <a href="{{ site.baseurl }}{{ post.url }}">
10
- <img class="featured-box-img-cover" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
10
+ <img class="featured-box-img-cover" src="{% if post.thumb contains "://" %}{{ post.thumb }}{% else %}{{ site.baseurl }}/{{ post.thumb }}{% endif %}">
11
11
  </a>
12
12
  </div>
13
13
  </div>
@@ -25,7 +25,7 @@
25
25
  {% endif %}
26
26
  </h2>
27
27
 
28
- <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
28
+ <h4 class="card-text">{{ post.description }}</h4>
29
29
  </div>
30
30
  <div class="card-footer b-0 bg-dark mt-auto">
31
31
  <div class="wrapfooter">
@@ -1,4 +1,4 @@
1
- <nav class="navbar navbar-expand-lg navbar-dark fixed-top">
1
+ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" style="border-bottom: 3px solid black;">
2
2
 
3
3
  <a class="navbar-brand" href="{{ site.baseurl }}/index.html">
4
4
  <h1 class="sitetitle">{{ site.name }} >_</h1>
data/_layouts/post.html CHANGED
@@ -38,6 +38,7 @@ post_class: post-template
38
38
  {% endif %}
39
39
 
40
40
  <!-- Post Title -->
41
+ <a href="/blog">Blog ></a>
41
42
  <h1 class="posttitle">{{ page.title }}</h1>
42
43
 
43
44
  </div>
data/assets/css/main.css CHANGED
@@ -22,9 +22,13 @@ nav {
22
22
  margin-right: 5px;
23
23
  }
24
24
 
25
+ .featuredbox-row {
26
+ margin-bottom: 20px;
27
+ }
28
+
25
29
  .site-content {
26
30
  min-height: 60vh;
27
- padding-top: 1.5rem;
31
+ padding-top: 2rem;
28
32
  margin-top: 57px;
29
33
  transition: all 0.4s;
30
34
  }
data/blog/index.html CHANGED
@@ -11,7 +11,7 @@ title: Blog
11
11
  </div>
12
12
  <div class="row listrecent" id="postlist">
13
13
  {% for post in paginator.posts %}
14
- {% include postbox.html %}
14
+ {% include featuredbox.html %}
15
15
  {% endfor %}
16
16
  </div>
17
17
  </section>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liddlelab-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Liddle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-27 00:00:00.000000000 Z
11
+ date: 2025-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-seo-tag
@@ -169,7 +169,7 @@ files:
169
169
  - assets/img/favicon.ico
170
170
  - assets/img/logo.png
171
171
  - assets/img/sample.jpg
172
- - assets/img/sample2.jpg
172
+ - assets/img/thumb.jpg
173
173
  - assets/js/lunr.js
174
174
  - assets/js/lunrsearchengine.js
175
175
  - assets/js/paginateScroll.js
File without changes