compost-jekyll-theme 0.1.12 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8458aedec12d9524996468fa2b9e98a1ddb5b44b54731c61f6e6a5568e6b711
4
- data.tar.gz: 5f52231be2c60fabe362bd62ab1fdfded36cb2f7e38bb352df475a68d0700957
3
+ metadata.gz: d04c8397ca1d4bfafe9578ed8696599bc384ec779255b83147a48befbc2df00b
4
+ data.tar.gz: 863e18e8fc4a7df1b94884b190a9ca4cdde1d2d0e49376409cead35589a18693
5
5
  SHA512:
6
- metadata.gz: acd178621796ea6c800a39812a46931a20faec208ce69cc8fe2764fdeef40e142309db7ff744431a4db5ba24d91b5ef0cef2d2c18feb7b0fba31016e57f90733
7
- data.tar.gz: '0383a3e241d055a5ab644305e8ebee5de8d5bf672692e9163ac02d6b77bff1280a1bd45c4f747756d4361217688cf25224aca8db6d79a15360747bdb12364d14'
6
+ metadata.gz: 5b636f206eb5cda0484bca819c35104fadf7c527ebe1ac8bdad581a40ecbca142c5772a80851f086335ec2cbfdd9118ef939a67b4d504434836a07f514d71460
7
+ data.tar.gz: 053f78c79eaef0ea9069f7820d596b61441f4227cf8c29f02e69297bde39b1ef7f8b6dc43765c7d9ab8343f9706e3b2dcd138ff13fc0425504fec4594ed54d4e
@@ -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"
@@ -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:
@@ -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
- <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
16
- {% for link in links %}
17
- <li class="list-unstyled">
18
- <a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
19
- </li>
20
- {% endfor %}
21
- </div>
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>
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: "default"
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
- {% unless author.projects == empty %}
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.12
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-07 00:00:00.000000000 Z
11
+ date: 2023-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll