disco-jekyll-theme 0.0.10 → 0.0.12
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
- checksums.yaml.gz.sig +0 -0
- data/_data/en.yml +2 -1
- data/_data/es.yml +2 -1
- data/_data/layouts/about.yml +3 -0
- data/_data/layouts/item_card.yml +3 -0
- data/_data/layouts/license.yml +13 -10
- data/_data/layouts/theme.yml +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a1050e310b9ce479d478bf03f2eacb6a82b04bda44c727fe1115cd1de8f974c
|
4
|
+
data.tar.gz: 6e295d88a89a59c1b9648446b55833c34e4140266b1efa71f6837c3351627105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1147ad4e7d6d89488740cf702203a9815082f236304e0b1950e436b880c3ef1307a59085f73e1a7c7b8a841b7db05ab86e73e90e995d1bfc57d48d73141b4ca9
|
7
|
+
data.tar.gz: 77938cb62a2b0f815cfb6d1ce04e2104de9a0fb3dcbd408b152facf881413ca6c013732f0247d2cd65b54b9769935d497efd0a9cc0fdbe3bd93176fd5d503220
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/_data/en.yml
CHANGED
@@ -61,7 +61,8 @@ layouts:
|
|
61
61
|
footer_item_internal: "Internal link"
|
62
62
|
glosario: "Glossary"
|
63
63
|
index: "Home"
|
64
|
-
item_card: "Card"
|
64
|
+
item_card: "Card with image"
|
65
|
+
item_card_icon: "Card with icon"
|
65
66
|
license: "License"
|
66
67
|
menu: "Menu"
|
67
68
|
menu_external: "Menu (external item)"
|
data/_data/es.yml
CHANGED
@@ -61,7 +61,8 @@ layouts:
|
|
61
61
|
footer_item_internal: "Vínculo interno"
|
62
62
|
glosario: "Glosario"
|
63
63
|
index: "Inicio"
|
64
|
-
item_card: "Tarjeta"
|
64
|
+
item_card: "Tarjeta con imagen"
|
65
|
+
item_card_icon: "Tarjeta con ícono"
|
65
66
|
license: "Licencia"
|
66
67
|
menu: "Menú"
|
67
68
|
menu_external: "Menú (enlace externo)"
|
data/_data/layouts/about.yml
CHANGED
data/_data/layouts/item_card.yml
CHANGED
data/_data/layouts/license.yml
CHANGED
@@ -21,31 +21,34 @@ image:
|
|
21
21
|
type: "image"
|
22
22
|
path:
|
23
23
|
label:
|
24
|
-
es: "
|
25
|
-
en: "
|
24
|
+
es: "Logo"
|
25
|
+
en: "Logo"
|
26
26
|
help:
|
27
|
-
es: "
|
28
|
-
en: "
|
27
|
+
es: ""
|
28
|
+
en: ""
|
29
29
|
description:
|
30
30
|
label:
|
31
|
-
es: "Descripción
|
32
|
-
en: "
|
31
|
+
es: "Descripción del logo"
|
32
|
+
en: "Logo description"
|
33
33
|
help:
|
34
34
|
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
35
35
|
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
36
36
|
image_light:
|
37
37
|
type: "image"
|
38
|
+
label:
|
39
|
+
es: "Logo en modo claro"
|
40
|
+
en: "Logo in light mode"
|
38
41
|
path:
|
39
42
|
label:
|
40
|
-
es: "
|
41
|
-
en: "
|
43
|
+
es: "Logo en modo claro"
|
44
|
+
en: "Logo in light mode"
|
42
45
|
help:
|
43
46
|
es: "Versión alternativa y opcional de la imagen para modo claro."
|
44
47
|
en: "Alternate and optional version of the image for light mode."
|
45
48
|
description:
|
46
49
|
label:
|
47
|
-
es: "Descripción
|
48
|
-
en: "
|
50
|
+
es: "Descripción del logo"
|
51
|
+
en: "Logo description"
|
49
52
|
help:
|
50
53
|
es: "Describe la imagen para usuaries no videntes y buscadores"
|
51
54
|
en: "Describe the image for blind or partially sighted users and search engines"
|
data/_data/layouts/theme.yml
CHANGED
@@ -57,7 +57,7 @@ font_family_monospace:
|
|
57
57
|
'"Roboto Mono", monospace': "Roboto Mono"
|
58
58
|
'"Liberation Mono", monospace': "Liberation Mono"
|
59
59
|
es:
|
60
|
-
"": "Default"
|
60
|
+
'SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace': "Default"
|
61
61
|
'"Roboto Mono", monospace': "Roboto Mono"
|
62
62
|
'"Liberation Mono", monospace': "Liberation Mono"
|
63
63
|
headings_font_family:
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|