compost-jekyll-theme 0.1.12 → 0.1.14
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/about.yml +2 -2
- data/_data/layouts/menu.yml +10 -0
- data/_includes/author_block.html +10 -7
- data/_layouts/back_cover.html +2 -4
- 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: d04c8397ca1d4bfafe9578ed8696599bc384ec779255b83147a48befbc2df00b
|
|
4
|
+
data.tar.gz: 863e18e8fc4a7df1b94884b190a9ca4cdde1d2d0e49376409cead35589a18693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b636f206eb5cda0484bca819c35104fadf7c527ebe1ac8bdad581a40ecbca142c5772a80851f086335ec2cbfdd9118ef939a67b4d504434836a07f514d71460
|
|
7
|
+
data.tar.gz: 053f78c79eaef0ea9069f7820d596b61441f4227cf8c29f02e69297bde39b1ef7f8b6dc43765c7d9ab8343f9706e3b2dcd138ff13fc0425504fec4594ed54d4e
|
data/_data/layouts/about.yml
CHANGED
|
@@ -32,8 +32,8 @@ image_menu_close:
|
|
|
32
32
|
es: "Logo de cabecera con el menú cerrado"
|
|
33
33
|
en: "Header logo with menu closed"
|
|
34
34
|
help:
|
|
35
|
-
es: "Máximo 90px de alto"
|
|
36
|
-
en: "Max. 90px height"
|
|
35
|
+
es: "Máximo 220px de ancho y 90px de alto"
|
|
36
|
+
en: "Max. 220px width by 90px height"
|
|
37
37
|
description:
|
|
38
38
|
label:
|
|
39
39
|
es: "Descripción del logo"
|
data/_data/layouts/menu.yml
CHANGED
|
@@ -16,6 +16,16 @@ post:
|
|
|
16
16
|
help:
|
|
17
17
|
en: "If the item leads to a fixed post, associate it here"
|
|
18
18
|
es: "Si el ítem lleva a un artículo fijo, asociarlo aquí"
|
|
19
|
+
filter:
|
|
20
|
+
layout:
|
|
21
|
+
- "about"
|
|
22
|
+
- "back_cover"
|
|
23
|
+
- "code_of_conduct"
|
|
24
|
+
- "license"
|
|
25
|
+
- "post"
|
|
26
|
+
- "privacy_policy"
|
|
27
|
+
- "support"
|
|
28
|
+
- "theme"
|
|
19
29
|
locales:
|
|
20
30
|
type: "locales"
|
|
21
31
|
label:
|
data/_includes/author_block.html
CHANGED
|
@@ -12,11 +12,14 @@ Author block
|
|
|
12
12
|
<div class="py-3">
|
|
13
13
|
{% include headings/h3.html text=include.title class="black source-serif font-weight-bold" %}
|
|
14
14
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
|
|
16
|
+
{% unless links == empty %}
|
|
17
|
+
<div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
|
|
18
|
+
{% for link in links %}
|
|
19
|
+
<li class="list-unstyled">
|
|
20
|
+
<a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
|
|
21
|
+
</li>
|
|
22
|
+
{% endfor %}
|
|
23
|
+
</div>
|
|
24
|
+
{% endunless %}
|
|
22
25
|
</div>
|
data/_layouts/back_cover.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
layout: "
|
|
2
|
+
layout: "default_with_menu"
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
{%- assign authors = site.posts | where: "layout", "author" -%}
|
|
@@ -23,9 +23,7 @@ layout: "default"
|
|
|
23
23
|
|
|
24
24
|
{% unless authors == empty %}
|
|
25
25
|
{% for author in authors %}
|
|
26
|
-
{%
|
|
27
|
-
{% include author_block.html title=author.alias links=author.projects %}
|
|
28
|
-
{% endunless %}
|
|
26
|
+
{% include author_block.html title=author.alias links=author.projects %}
|
|
29
27
|
{% endfor %}
|
|
30
28
|
{% endunless %}
|
|
31
29
|
|
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.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sutty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|