jekyll-theme-buttery-biscuit 0.3.1 → 0.3.2
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/_config.yml +1 -1
- data/_includes/paginatefeed.html +9 -2
- data/_layouts/post.html +20 -5
- data/_sass/extraStyling.scss +9 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a936bd949b2aee410d2a7369fc5df2b9190d29b800b258ef470e0460e63fdff9
|
|
4
|
+
data.tar.gz: 9b15532ccb8d1dc2cdf7ff30f5afbf48f5b4c4138bba91888e80cc49c151c135
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f5e5c0d13a12f94566195466078bf461cd7ffdf056c420fae3c727166bd2fd24f34411c44e1ff4fae990a1ce42d15612bd278c6b087ff5ddd826cb6f108dc66
|
|
7
|
+
data.tar.gz: 74f877bb360f9631fd833830f6ce32b05605a7407b19ef91acdcc17b093ae354fe81d70cb3de987f32d3c79e2da4c24907454eb9e47dd5a6c23eb4db8d55d32d
|
data/_config.yml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# You can create any custom variable you would like, and they will be accessible
|
|
5
5
|
# in the templates via {{ site.myvariable }}.
|
|
6
6
|
|
|
7
|
-
title:
|
|
7
|
+
title: Buttery Biscuit
|
|
8
8
|
email: your-email@example.com
|
|
9
9
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
10
10
|
Write an awesome description for your new site here. You can edit this
|
data/_includes/paginatefeed.html
CHANGED
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
<div class="col">
|
|
7
7
|
<h1 style="margin-bottom: 0;"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
|
8
8
|
<p>
|
|
9
|
-
|
|
9
|
+
{% if post.author %}
|
|
10
|
+
By {{ post.author }}  
|
|
11
|
+
{% endif %}
|
|
12
|
+
Published {{ post.date | date: "%Y-%m-%d" }}  
|
|
10
13
|
{% for tag in post.tags %}
|
|
11
14
|
<span class="tag">{{ tag }}</span>
|
|
12
15
|
{% endfor %}
|
|
@@ -18,7 +21,11 @@
|
|
|
18
21
|
<div class="row">
|
|
19
22
|
{% if post.img %}
|
|
20
23
|
<div class="col-4">
|
|
21
|
-
{%
|
|
24
|
+
{% if post.cropkeep %}
|
|
25
|
+
{% picture "{{ post.img }}" 3:2 {{ post.cropkeep }} %}
|
|
26
|
+
{% else %}
|
|
27
|
+
{% picture "{{ post.img }}" %}
|
|
28
|
+
{% endif %}
|
|
22
29
|
</div>
|
|
23
30
|
{% endif %}
|
|
24
31
|
|
data/_layouts/post.html
CHANGED
|
@@ -5,10 +5,25 @@ layout: page
|
|
|
5
5
|
|
|
6
6
|
<div class="row">
|
|
7
7
|
<div class="col">
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<article>
|
|
9
|
+
<h1>{{ page.title }}</h1>
|
|
10
|
+
<p>
|
|
11
|
+
{% if page.author %}
|
|
12
|
+
By {{ page.author }}  
|
|
13
|
+
{% endif %}
|
|
14
|
+
Published {{ page.date | date: "%Y-%m-%d" }}  
|
|
15
|
+
{% for tag in page.tags %}
|
|
16
|
+
<span class="tag">{{ tag }}</span>
|
|
17
|
+
{% endfor %}
|
|
18
|
+
</p>
|
|
19
|
+
{% if page.img %}
|
|
20
|
+
{% if page.cropkeep %}
|
|
21
|
+
{% picture postheader "{{ page.img }}" 3:2 {{ page.cropkeep }} %}
|
|
22
|
+
{% else %}
|
|
23
|
+
{% picture postheader "{{ page.img }}" %}
|
|
24
|
+
{% endif %}
|
|
25
|
+
{% endif %}
|
|
26
|
+
{{ content }}
|
|
27
|
+
</article>
|
|
13
28
|
</div>
|
|
14
29
|
</div>
|
data/_sass/extraStyling.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-buttery-biscuit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Ossevoort
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description:
|
|
97
|
+
description:
|
|
98
98
|
email:
|
|
99
99
|
- luke@ossevoort.xyz
|
|
100
100
|
executables: []
|
|
@@ -130,7 +130,7 @@ homepage: https://github.com/LukeOssevoort/jekyll-theme-buttery-biscuit
|
|
|
130
130
|
licenses:
|
|
131
131
|
- MIT
|
|
132
132
|
metadata: {}
|
|
133
|
-
post_install_message:
|
|
133
|
+
post_install_message:
|
|
134
134
|
rdoc_options: []
|
|
135
135
|
require_paths:
|
|
136
136
|
- lib
|
|
@@ -145,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
149
|
-
signing_key:
|
|
148
|
+
rubygems_version: 3.3.15
|
|
149
|
+
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: A Jekyll theme that acts as a base, a buttery biscuit base.
|
|
152
152
|
test_files: []
|