liddlelab-theme 0.0.7 → 0.0.8
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 +4 -4
- data/_includes/featuredbox.html +2 -2
- data/_includes/navbar.html +1 -1
- data/_layouts/post.html +1 -0
- data/assets/css/main.css +5 -1
- data/blog/index.html +1 -1
- metadata +3 -3
- /data/assets/img/{sample2.jpg → thumb.jpg} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 945956f34d8a3b021d12f12612e482f3755913ea50a3a2db778075ef0398a968
|
4
|
+
data.tar.gz: f4cd0e090d12dbaa3abbe10bac2795edf54fb3f18070323fd5ba2728f363176f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5964e475cf6cf34ce95080a16a8e77ccb8229d39764475dbb2e0a18599331613c961875eccaea1fb88b395fe4b1232514e39abbebad505795fb9e468e06addea
|
7
|
+
data.tar.gz: 0ab6bf8d09ebea8f690bfba4dc0e4bb8eabb1fe345bdd50b845d3318d74563e40e7f165fecdbdcabda6b7a0e033ed5bd87642e27676797e6b5756f8d2f01de84
|
data/_includes/featuredbox.html
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
<!-- begin post -->
|
2
2
|
{% assign author = site.authors[post.author] %}
|
3
|
-
<div class="
|
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.
|
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>
|
data/_includes/navbar.html
CHANGED
@@ -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
data/assets/css/main.css
CHANGED
data/blog/index.html
CHANGED
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.
|
4
|
+
version: 0.0.8
|
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-
|
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/
|
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
|