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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d50cf6ce808b2c57f5c19c2f13555f8b61956aa764ebd750b9d145dcda28611
4
- data.tar.gz: fbdecde6585020423f623be8869d98b664292c6bd08569dd10cbe5ebd2643ceb
3
+ metadata.gz: e90cbd1e396703823e39542792e4f17d841d193d58f1a22406a727c8c17d0c01
4
+ data.tar.gz: a59ad815f897d2187944bd2299f3ba671f02ca68f1c0b53522b4a5e0fbd5d5b1
5
5
  SHA512:
6
- metadata.gz: 7e7b19fefd3cbd30d32ac621559679c55a38c13abd4f575f7bc9f1acdd02a48712727711771bb8b8ddcc5ec50173a1f7d5e1dcf0e63426e775e2c839923fdce3
7
- data.tar.gz: 382cb9592a1a6e69d7db3b326b4e52b06fabc10e3eca85557664b69f32cae6aeb52cbf3953770be831139693c1e4dfa9e814a31dd04c0a67b47d2440e98fd97f
6
+ metadata.gz: 51dc89367a1443d08923c5a938664341b742ce645fb32de933ab55ff65f192416ad199695f6bccd8dba3812f995126df2d0947997de9f6121957d88af28964f8
7
+ data.tar.gz: 63ad113eafc55fe65aa890586908445cd4dc1b153330464db10b50fc76fb644deed026bfcc24e1aeee5fcd8f2708f75f97b09046b85c56fe872b98e358cde7df
@@ -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
@@ -136,7 +136,6 @@ background_positions_y:
136
136
  - "right"
137
137
  code_color: "black"
138
138
  code_font_size: "1rem"
139
- code_background: "#cccaf7"
140
139
  code_radius: "8px"
141
140
  code_font_family: "Roboto Mono"
142
141
  background_images:
@@ -17,7 +17,7 @@ Author block
17
17
  </div>
18
18
 
19
19
  {% unless links == empty %}
20
- <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
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>
@@ -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 img_class="rotate" width=150 %}
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll