compost-jekyll-theme 0.4.0 → 0.4.1
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/_data/layouts/theme.yml +13 -2
- data/_data/theme.yml +0 -1
- data/_includes/author_block.html +1 -1
- data/_includes/divider.html +1 -1
- data/_sass/utilities.scss +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e90cbd1e396703823e39542792e4f17d841d193d58f1a22406a727c8c17d0c01
|
4
|
+
data.tar.gz: a59ad815f897d2187944bd2299f3ba671f02ca68f1c0b53522b4a5e0fbd5d5b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51dc89367a1443d08923c5a938664341b742ce645fb32de933ab55ff65f192416ad199695f6bccd8dba3812f995126df2d0947997de9f6121957d88af28964f8
|
7
|
+
data.tar.gz: 63ad113eafc55fe65aa890586908445cd4dc1b153330464db10b50fc76fb644deed026bfcc24e1aeee5fcd8f2708f75f97b09046b85c56fe872b98e358cde7df
|
data/_data/layouts/theme.yml
CHANGED
@@ -222,6 +222,17 @@ mark_bg:
|
|
222
222
|
default:
|
223
223
|
es: "#fcf8e3"
|
224
224
|
en: "#fcf8e3"
|
225
|
+
code_background:
|
226
|
+
type: "color"
|
227
|
+
label:
|
228
|
+
en: "Code block background color"
|
229
|
+
es: "Color de fondo del bloque de código"
|
230
|
+
help:
|
231
|
+
en: "Used on author's projects and code blocks"
|
232
|
+
es: "Usado en proyectos de autores y bloques de código"
|
233
|
+
default:
|
234
|
+
es: "#cccaf7"
|
235
|
+
en: "#cccaf7"
|
225
236
|
body_image:
|
226
237
|
type: "image"
|
227
238
|
path:
|
@@ -245,8 +256,8 @@ divider_image:
|
|
245
256
|
es: "Imagen del separador"
|
246
257
|
en: "Divider image"
|
247
258
|
help:
|
248
|
-
es: "Separa el contenido del inicio de la lista de artículos"
|
249
|
-
en: "Separates home content from article list"
|
259
|
+
es: "Separa el contenido del inicio de la lista de artículos. Ancho 150px."
|
260
|
+
en: "Separates home content from article list. 150px wide."
|
250
261
|
support_image:
|
251
262
|
type: "image"
|
252
263
|
path:
|
data/_data/theme.yml
CHANGED
data/_includes/author_block.html
CHANGED
@@ -17,7 +17,7 @@ Author block
|
|
17
17
|
</div>
|
18
18
|
|
19
19
|
{% unless links == empty %}
|
20
|
-
<div class="
|
20
|
+
<div class="code text-left p-3 mt-2 mb-2 rounded">
|
21
21
|
{% for link in links %}
|
22
22
|
<li class="list-unstyled">
|
23
23
|
<a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
|
data/_includes/divider.html
CHANGED
@@ -9,7 +9,7 @@ Image component
|
|
9
9
|
<div class="d-flex flex-row justify-content-center align-items-center">
|
10
10
|
<div class="border-bottom-dashed border-black flex-grow-1 my-2"></div>
|
11
11
|
|
12
|
-
{% include picture.html src=include.src alt=include.alt
|
12
|
+
{% include picture.html src=include.src alt=include.alt width=150 %}
|
13
13
|
|
14
14
|
<div class="border-bottom-dashed border-black flex-grow-1 my-2"></div>
|
15
15
|
</div>
|
data/_sass/utilities.scss
CHANGED
@@ -264,6 +264,7 @@ strong {
|
|
264
264
|
font-weight: $font-weight-bold;
|
265
265
|
}
|
266
266
|
|
267
|
+
.code,
|
267
268
|
code {
|
268
269
|
background-color: $code-background;
|
269
270
|
border-radius: $code-radius;
|
@@ -280,4 +281,4 @@ code {
|
|
280
281
|
.break-wrap {
|
281
282
|
word-break: break-word !important;
|
282
283
|
word-wrap: break-word !important;
|
283
|
-
}
|
284
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compost-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sutty
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|