sutty-minima 2.5.6 → 2.6.0
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/en.yml +56 -1
- data/_data/es.yml +56 -1
- data/_data/layouts/about.yml +163 -0
- data/_data/layouts/code_of_conduct.yml +60 -0
- data/_data/layouts/license.yml +60 -0
- data/_data/layouts/post.yml +6 -6
- data/_data/layouts/privacy_policy.yml +60 -0
- data/_includes/footer.html +9 -8
- data/_includes/social.html +11 -19
- data/_layouts/code_of_conduct.html +45 -0
- data/_layouts/home.html +2 -28
- data/_layouts/license.html +45 -0
- data/_layouts/post.html +22 -5
- data/_layouts/privacy_policy.html +45 -0
- metadata +37 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3775dce49f0c417a93e6e24e876e7cf08d30dcb92c26e3b4d6c56a9ff01192c5
|
4
|
+
data.tar.gz: 93b990181888eabe7a114eb4a41d493edab05fce45decdae8ac449a3382bfaba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18ff6e6cf3b5740bbaebbfb607abf3650a28258679cae65177248bf9a533282084d297cb2854bcc30ad60e46475f8fd7f1870cd56d39c708b9a31765c8d0929f
|
7
|
+
data.tar.gz: 07f887a8772240f0a22ed655dc39b090ca1a1197bf492752d7b63e4daf698ffafb069ec4d929cfc7e920dd317b7ed61db76c35ead9803e75d39b4efb61b127da
|
data/_data/en.yml
CHANGED
@@ -1,7 +1,62 @@
|
|
1
1
|
---
|
2
|
-
date_format: "%m/%d/%Y"
|
3
2
|
locale: "English"
|
4
3
|
footer:
|
5
4
|
subscribe: "Subscribe"
|
6
5
|
default:
|
7
6
|
content: "Content"
|
7
|
+
date:
|
8
|
+
format: "%m/%d/%Y"
|
9
|
+
published_at: "Published at"
|
10
|
+
last_modified_at: "Last modification"
|
11
|
+
abbr_day_names:
|
12
|
+
- "Mon"
|
13
|
+
- "Tue"
|
14
|
+
- "Wed"
|
15
|
+
- "Thu"
|
16
|
+
- "Fri"
|
17
|
+
- "Sat"
|
18
|
+
- "Sun"
|
19
|
+
day_names:
|
20
|
+
- "Monday"
|
21
|
+
- "Tuesday"
|
22
|
+
- "Wednesday"
|
23
|
+
- "Thursday"
|
24
|
+
- "Friday"
|
25
|
+
- "Saturday"
|
26
|
+
- "Sunday"
|
27
|
+
abbr_month_names:
|
28
|
+
- "Jan"
|
29
|
+
- "Feb"
|
30
|
+
- "Mar"
|
31
|
+
- "Apr"
|
32
|
+
- "May"
|
33
|
+
- "Jun"
|
34
|
+
- "Jul"
|
35
|
+
- "Aug"
|
36
|
+
- "Sep"
|
37
|
+
- "Oct"
|
38
|
+
- "Nov"
|
39
|
+
- "Dec"
|
40
|
+
month_names:
|
41
|
+
- "January"
|
42
|
+
- "February"
|
43
|
+
- "March"
|
44
|
+
- "April"
|
45
|
+
- "May"
|
46
|
+
- "June"
|
47
|
+
- "July"
|
48
|
+
- "August"
|
49
|
+
- "September"
|
50
|
+
- "October"
|
51
|
+
- "November"
|
52
|
+
- "December"
|
53
|
+
time:
|
54
|
+
am: "am"
|
55
|
+
pm: "pm"
|
56
|
+
layouts:
|
57
|
+
about: "About"
|
58
|
+
code_of_conduct: "Code of conduct"
|
59
|
+
license: "Licence"
|
60
|
+
page: "Page"
|
61
|
+
post: "Post"
|
62
|
+
privacy_policy: "Privacy policy"
|
data/_data/es.yml
CHANGED
@@ -1,7 +1,62 @@
|
|
1
1
|
---
|
2
|
-
date_format: "%d/%m/%Y"
|
3
2
|
locale: "Castellano"
|
4
3
|
footer:
|
5
4
|
subscribe: "Suscribirse"
|
6
5
|
default:
|
7
6
|
content: "Contenido"
|
7
|
+
date:
|
8
|
+
format: "%d/%m/%Y"
|
9
|
+
published_at: "Publicado en"
|
10
|
+
last_modified_at: "Última modificación"
|
11
|
+
abbr_day_names:
|
12
|
+
- "Lun"
|
13
|
+
- "Mar"
|
14
|
+
- "Mié"
|
15
|
+
- "Jue"
|
16
|
+
- "Vie"
|
17
|
+
- "Sáb"
|
18
|
+
- "Dom"
|
19
|
+
day_names:
|
20
|
+
- "Lunes"
|
21
|
+
- "Martes"
|
22
|
+
- "Miércoles"
|
23
|
+
- "Jueves"
|
24
|
+
- "Viernes"
|
25
|
+
- "Sábado"
|
26
|
+
- "Domingo"
|
27
|
+
abbr_month_names:
|
28
|
+
- "Ene"
|
29
|
+
- "Feb"
|
30
|
+
- "Mar"
|
31
|
+
- "Abr"
|
32
|
+
- "May"
|
33
|
+
- "Jun"
|
34
|
+
- "Jul"
|
35
|
+
- "Ago"
|
36
|
+
- "Sep"
|
37
|
+
- "Oct"
|
38
|
+
- "Nov"
|
39
|
+
- "Dic"
|
40
|
+
month_names:
|
41
|
+
- "Enero"
|
42
|
+
- "Febrero"
|
43
|
+
- "Marzo"
|
44
|
+
- "Abril"
|
45
|
+
- "Mayo"
|
46
|
+
- "Junio"
|
47
|
+
- "Julio"
|
48
|
+
- "Agosto"
|
49
|
+
- "Septiembre"
|
50
|
+
- "Octubre"
|
51
|
+
- "Noviembre"
|
52
|
+
- "Diciembre"
|
53
|
+
time:
|
54
|
+
am: "am"
|
55
|
+
pm: "pm"
|
56
|
+
layouts:
|
57
|
+
about: "Acerca"
|
58
|
+
code_of_conduct: "Código de conducta"
|
59
|
+
license: "Licencia"
|
60
|
+
page: "Página"
|
61
|
+
post: "Artículo"
|
62
|
+
privacy_policy: "Política de privacidad"
|
@@ -0,0 +1,163 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título"
|
7
|
+
en: "Post"
|
8
|
+
help:
|
9
|
+
es: ""
|
10
|
+
en: ""
|
11
|
+
tagline:
|
12
|
+
type: "string"
|
13
|
+
label:
|
14
|
+
es: "Bajada"
|
15
|
+
en: "Tagline"
|
16
|
+
help:
|
17
|
+
es: "La bajada es una descripción corta que acompaña al nombre del sitio"
|
18
|
+
en: "The tagline is a short description of your site"
|
19
|
+
author:
|
20
|
+
type: "string"
|
21
|
+
label:
|
22
|
+
es: "Autorx"
|
23
|
+
en: "Author"
|
24
|
+
help:
|
25
|
+
es: "Opcionalmente agrega tu nombre o el de tu proyecto"
|
26
|
+
en: "Optionally add your name or your project"
|
27
|
+
description:
|
28
|
+
type: "text"
|
29
|
+
required: true
|
30
|
+
label:
|
31
|
+
es: "Descripción"
|
32
|
+
en: "Description"
|
33
|
+
help:
|
34
|
+
es: ""
|
35
|
+
en: ""
|
36
|
+
logo:
|
37
|
+
type: "image"
|
38
|
+
path:
|
39
|
+
label:
|
40
|
+
es: "Logo"
|
41
|
+
en: "Logo"
|
42
|
+
help:
|
43
|
+
es: ""
|
44
|
+
en: ""
|
45
|
+
description:
|
46
|
+
label:
|
47
|
+
es: "Descripción del logo"
|
48
|
+
en: "Logo description"
|
49
|
+
help:
|
50
|
+
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
51
|
+
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
52
|
+
image:
|
53
|
+
type: "image"
|
54
|
+
path:
|
55
|
+
label:
|
56
|
+
es: "Imagen para redes sociales"
|
57
|
+
en: "Image for social networks"
|
58
|
+
help:
|
59
|
+
es: ""
|
60
|
+
en: ""
|
61
|
+
description:
|
62
|
+
label:
|
63
|
+
es: "Descripción de la imagen"
|
64
|
+
en: "Image description"
|
65
|
+
help:
|
66
|
+
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
67
|
+
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
68
|
+
email:
|
69
|
+
type: "email"
|
70
|
+
label:
|
71
|
+
es: "Correo electrónico"
|
72
|
+
en: "E-mail address"
|
73
|
+
help:
|
74
|
+
es: ""
|
75
|
+
en: ""
|
76
|
+
social_networks:
|
77
|
+
type: "array"
|
78
|
+
label:
|
79
|
+
es: "Redes sociales"
|
80
|
+
en: "Social networks"
|
81
|
+
help:
|
82
|
+
es: "Direcciones completas de los perfiles en redes sociales"
|
83
|
+
en: "Full addresses of social network profiles"
|
84
|
+
facebook_app_id:
|
85
|
+
type: "string"
|
86
|
+
label:
|
87
|
+
es: "Identificador de app de Facebook"
|
88
|
+
en: "Facebook app ID"
|
89
|
+
help:
|
90
|
+
es: ""
|
91
|
+
en: ""
|
92
|
+
webmaster_verification_google:
|
93
|
+
type: "string"
|
94
|
+
label:
|
95
|
+
es: "Verificación de sitio web en Google"
|
96
|
+
en: "Webmaster verification on Google"
|
97
|
+
help:
|
98
|
+
es: ""
|
99
|
+
en: ""
|
100
|
+
webmaster_verification_bing:
|
101
|
+
type: "string"
|
102
|
+
label:
|
103
|
+
es: "Verificación de sitio web en Bing"
|
104
|
+
en: "Webmaster verification on Bing"
|
105
|
+
help:
|
106
|
+
es: ""
|
107
|
+
en: ""
|
108
|
+
webmaster_verification_alexa:
|
109
|
+
type: "string"
|
110
|
+
label:
|
111
|
+
es: "Verificación de sitio web en Alexa"
|
112
|
+
en: "Webmaster verification on Alexa"
|
113
|
+
help:
|
114
|
+
es: ""
|
115
|
+
en: ""
|
116
|
+
webmaster_verification_yandex:
|
117
|
+
type: "string"
|
118
|
+
label:
|
119
|
+
es: "Verificación de sitio web en Yandex"
|
120
|
+
en: "Webmaster verification on Yandex"
|
121
|
+
help:
|
122
|
+
es: ""
|
123
|
+
en: ""
|
124
|
+
webmaster_verification_baidu:
|
125
|
+
type: "string"
|
126
|
+
label:
|
127
|
+
es: "Verificación de sitio web en Baidu"
|
128
|
+
en: "Webmaster verification on Baidu"
|
129
|
+
help:
|
130
|
+
es: ""
|
131
|
+
en: ""
|
132
|
+
webmaster_verification_facebook:
|
133
|
+
type: "string"
|
134
|
+
label:
|
135
|
+
es: "Verificación de sitio web en Facebook"
|
136
|
+
en: "Webmaster verification on Facebook"
|
137
|
+
help:
|
138
|
+
es: ""
|
139
|
+
en: ""
|
140
|
+
locales:
|
141
|
+
type: "locales"
|
142
|
+
label:
|
143
|
+
es: "Traducciones"
|
144
|
+
en: "Translations"
|
145
|
+
help:
|
146
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
147
|
+
en: "Link to same post in other languages"
|
148
|
+
draft:
|
149
|
+
type: "boolean"
|
150
|
+
label:
|
151
|
+
es: "Borrador"
|
152
|
+
en: "Draft"
|
153
|
+
help:
|
154
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
155
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
156
|
+
order:
|
157
|
+
type: "order"
|
158
|
+
label:
|
159
|
+
es: "Orden"
|
160
|
+
en: "Order"
|
161
|
+
help:
|
162
|
+
es: "La posición del artículo en la lista de artículos"
|
163
|
+
en: "Position in list of posts"
|
@@ -0,0 +1,60 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título del Codigo de Conducta"
|
7
|
+
en: "Title of code of conduct"
|
8
|
+
help:
|
9
|
+
es: ""
|
10
|
+
en: ""
|
11
|
+
description:
|
12
|
+
type: "text"
|
13
|
+
required: true
|
14
|
+
label:
|
15
|
+
es: "Alerta de contenido o descripción del artículo"
|
16
|
+
en: "Content warning or post description"
|
17
|
+
help:
|
18
|
+
es: |
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
+
abrirlo.
|
24
|
+
en: |
|
25
|
+
Summary of post content, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
28
|
+
can decide when they want to read it.
|
29
|
+
content:
|
30
|
+
type: "new_content"
|
31
|
+
label:
|
32
|
+
es: "Contenido del artículo"
|
33
|
+
en: "Post content"
|
34
|
+
help:
|
35
|
+
es: "Escribe aquí el artículo"
|
36
|
+
en: "Write your post here"
|
37
|
+
locales:
|
38
|
+
type: "locales"
|
39
|
+
label:
|
40
|
+
es: "Traducciones"
|
41
|
+
en: "Translations"
|
42
|
+
help:
|
43
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
44
|
+
en: "Link to same post in other languages"
|
45
|
+
draft:
|
46
|
+
type: "boolean"
|
47
|
+
label:
|
48
|
+
es: "Borrador"
|
49
|
+
en: "Draft"
|
50
|
+
help:
|
51
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
52
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
53
|
+
order:
|
54
|
+
type: "order"
|
55
|
+
label:
|
56
|
+
es: "Orden"
|
57
|
+
en: "Order"
|
58
|
+
help:
|
59
|
+
es: "La posición del artículo en la lista de artículos"
|
60
|
+
en: "Position in list of posts"
|
@@ -0,0 +1,60 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título de la licencia"
|
7
|
+
en: "Licence title"
|
8
|
+
help:
|
9
|
+
es: "Título que describe la licencia a usar"
|
10
|
+
en: "Title that describes the license to use"
|
11
|
+
description:
|
12
|
+
type: "text"
|
13
|
+
required: true
|
14
|
+
label:
|
15
|
+
es: "Alerta de contenido o descripción del artículo"
|
16
|
+
en: "Content warning or post description"
|
17
|
+
help:
|
18
|
+
es: |
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
+
abrirlo.
|
24
|
+
en: |
|
25
|
+
Summary of post content, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
28
|
+
can decide when they want to read it.
|
29
|
+
content:
|
30
|
+
type: "new_content"
|
31
|
+
label:
|
32
|
+
es: "Contenido del artículo"
|
33
|
+
en: "Post content"
|
34
|
+
help:
|
35
|
+
es: "Escribe aquí el artículo"
|
36
|
+
en: "Write your post here"
|
37
|
+
locales:
|
38
|
+
type: "locales"
|
39
|
+
label:
|
40
|
+
es: "Traducciones"
|
41
|
+
en: "Translations"
|
42
|
+
help:
|
43
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
44
|
+
en: "Link to same post in other languages"
|
45
|
+
draft:
|
46
|
+
type: "boolean"
|
47
|
+
label:
|
48
|
+
es: "Borrador"
|
49
|
+
en: "Draft"
|
50
|
+
help:
|
51
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
52
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
53
|
+
order:
|
54
|
+
type: "order"
|
55
|
+
label:
|
56
|
+
es: "Orden"
|
57
|
+
en: "Order"
|
58
|
+
help:
|
59
|
+
es: "La posición del artículo en la lista de artículos"
|
60
|
+
en: "Position in list of posts"
|
data/_data/layouts/post.yml
CHANGED
@@ -7,7 +7,7 @@ title:
|
|
7
7
|
en: "Post title"
|
8
8
|
help:
|
9
9
|
es: "¡Un título que invite a leer el artículo!"
|
10
|
-
en: "A title that
|
10
|
+
en: "A title that makes people want to read the post!"
|
11
11
|
description:
|
12
12
|
type: "text"
|
13
13
|
required: true
|
@@ -22,8 +22,8 @@ description:
|
|
22
22
|
contenido, para que las personas puedan determinar cuándo quieren
|
23
23
|
abrirlo.
|
24
24
|
en: |
|
25
|
-
Summary of
|
26
|
-
engines.
|
25
|
+
Summary of post content, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
27
|
topics, we invite you to use it as a content warning, so others
|
28
28
|
can decide when they want to read it.
|
29
29
|
author:
|
@@ -48,8 +48,8 @@ image:
|
|
48
48
|
es: "Descripción de la imagen principal"
|
49
49
|
en: "Main image description"
|
50
50
|
help:
|
51
|
-
es: "
|
52
|
-
en: "Describe the
|
51
|
+
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
52
|
+
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
53
53
|
content:
|
54
54
|
type: "new_content"
|
55
55
|
label:
|
@@ -57,7 +57,7 @@ content:
|
|
57
57
|
en: "Post content"
|
58
58
|
help:
|
59
59
|
es: "Escribe aquí el artículo"
|
60
|
-
en: "Write
|
60
|
+
en: "Write your post here"
|
61
61
|
locales:
|
62
62
|
type: "locales"
|
63
63
|
label:
|
@@ -0,0 +1,60 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título"
|
7
|
+
en: "Title"
|
8
|
+
help:
|
9
|
+
es: ""
|
10
|
+
en: ""
|
11
|
+
description:
|
12
|
+
type: "text"
|
13
|
+
required: true
|
14
|
+
label:
|
15
|
+
es: "Alerta de contenido o descripción del artículo"
|
16
|
+
en: "Content warning or post description"
|
17
|
+
help:
|
18
|
+
es: |
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
+
abrirlo.
|
24
|
+
en: |
|
25
|
+
Summary of post content, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
28
|
+
can decide when they want to read it.
|
29
|
+
content:
|
30
|
+
type: "new_content"
|
31
|
+
label:
|
32
|
+
es: "Contenido del artículo"
|
33
|
+
en: "Post content"
|
34
|
+
help:
|
35
|
+
es: "Escribe aquí el artículo"
|
36
|
+
en: "Write your post here"
|
37
|
+
locales:
|
38
|
+
type: "locales"
|
39
|
+
label:
|
40
|
+
es: "Traducciones"
|
41
|
+
en: "Translations"
|
42
|
+
help:
|
43
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
44
|
+
en: "Link to same post in other languages"
|
45
|
+
draft:
|
46
|
+
type: "boolean"
|
47
|
+
label:
|
48
|
+
es: "Borrador"
|
49
|
+
en: "Draft"
|
50
|
+
help:
|
51
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
52
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
53
|
+
order:
|
54
|
+
type: "order"
|
55
|
+
label:
|
56
|
+
es: "Orden"
|
57
|
+
en: "Order"
|
58
|
+
help:
|
59
|
+
es: "La posición del artículo en la lista de artículos"
|
60
|
+
en: "Position in list of posts"
|
data/_includes/footer.html
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
{%- assign about = site.posts | find: "layout", "about" -%}
|
2
|
+
{%- assign author = about.author | default: site.title -%}
|
3
|
+
|
1
4
|
<footer class="site-footer h-card">
|
2
5
|
<data class="u-url" href="?#"></data>
|
3
6
|
|
@@ -12,24 +15,22 @@
|
|
12
15
|
</svg><span>{{ site.i18n.footer.subscribe }}</span>
|
13
16
|
</a>
|
14
17
|
</p>
|
15
|
-
{%- if
|
18
|
+
{%- if author %}
|
16
19
|
<ul class="contact-list">
|
17
|
-
{
|
18
|
-
|
19
|
-
|
20
|
-
{% if site.author.email -%}
|
21
|
-
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
|
20
|
+
<li class="p-name">{{ author | escape }}</li>
|
21
|
+
{% if about.email -%}
|
22
|
+
<li><a class="u-email" href="mailto:{{ about.email }}">{{ about.email }}</a></li>
|
22
23
|
{%- endif %}
|
23
24
|
</ul>
|
24
25
|
{%- endif %}
|
25
26
|
</div>
|
26
27
|
<div class="footer-col">
|
27
|
-
|
28
|
+
{{ site.description | allow_inclusive_language_in_markdown | markdownify | escape }}
|
28
29
|
</div>
|
29
30
|
</div>
|
30
31
|
|
31
32
|
<div class="social-links">
|
32
|
-
{%-
|
33
|
+
{%- include_cached social.html about=about -%}
|
33
34
|
</div>
|
34
35
|
|
35
36
|
</div>
|
data/_includes/social.html
CHANGED
@@ -1,21 +1,13 @@
|
|
1
|
-
{%- assign social = site.minima.social_links -%}
|
2
|
-
|
3
1
|
<ul class="social-media-list">
|
4
|
-
{
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
{
|
15
|
-
{%- if social.youtube -%}<li><a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" target="_blank" title="{{ social.youtube | escape }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#youtube"></use></svg></a></li>{%- endif -%}
|
16
|
-
{%- if social.youtube_channel -%}<li><a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" target="_blank" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#youtube"></use></svg></a></li>{%- endif -%}
|
17
|
-
{%- if social.telegram -%}<li><a rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" target="_blank" title="{{ social.telegram | escape }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#telegram"></use></svg></a></li>{%- endif -%}
|
18
|
-
{%- if social.keybase -%}<li><a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" target="_blank" title="{{ social.keybase | escape }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#keybase"></use></svg></a></li>{%- endif -%}
|
19
|
-
{%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" target="_blank" title="{{ social.microdotblog | escape }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#microdotblog"></use></svg></a></li>{%- endif -%}
|
20
|
-
{%- if social.devto -%}<li><a href="https://dev.to/{{ social.devto | cgi_escape | escape }}" target="_blank" title="{{ social.devto | escape }}"><svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#devto"></use></svg></a></li>{%- endif -%}
|
2
|
+
{% for social in include.about.social_networks %}
|
3
|
+
{% assign network = social | social_network %}
|
4
|
+
<li>
|
5
|
+
<a
|
6
|
+
rel="me"
|
7
|
+
href="{{ network.url }}"
|
8
|
+
title="{{ network.name | capitalize | escape }}">
|
9
|
+
<svg class="svg-icon grey"><use xlink:href="assets/minima-social-icons.svg#{{ network.name }}"></use></svg>
|
10
|
+
</a>
|
11
|
+
</li>
|
12
|
+
{% endfor %}
|
21
13
|
</ul>
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
|
6
|
+
|
7
|
+
<article class="h-entry" itemscope itemtype="http://schema.org/Article">
|
8
|
+
<header>
|
9
|
+
<h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
|
10
|
+
|
11
|
+
{%- if page.description -%}
|
12
|
+
<p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
|
13
|
+
{%- endif -%}
|
14
|
+
|
15
|
+
<p>
|
16
|
+
{{ site.i18n.published_at }}
|
17
|
+
|
18
|
+
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
19
|
+
{{ page.date | date_local: date_format }}
|
20
|
+
</time>
|
21
|
+
|
22
|
+
{% if page.last_modified_at %}
|
23
|
+
{{ site.i18n.last_modified_at }}
|
24
|
+
|
25
|
+
<time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
|
26
|
+
{{ page.last_modified_at | date_local: date_format }}
|
27
|
+
</time>
|
28
|
+
{% endif %}
|
29
|
+
</p>
|
30
|
+
</header>
|
31
|
+
|
32
|
+
<div class="e-content" itemprop="articleBody">
|
33
|
+
{{ content }}
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<footer>
|
37
|
+
<a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
|
38
|
+
{{ site.url }}{{ page.url }}
|
39
|
+
</a>
|
40
|
+
|
41
|
+
{%- if page.uuid -%}
|
42
|
+
<span hidden itemprop="identifier">{{ page.uuid }}</span>
|
43
|
+
{%- endif -%}
|
44
|
+
</footer>
|
45
|
+
</article>
|
data/_layouts/home.html
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
layout: default
|
3
3
|
---
|
4
4
|
|
5
|
+
{% assign posts = site.posts | where: "layout", "post" %}
|
6
|
+
|
5
7
|
<div class="home">
|
6
8
|
{%- if page.title -%}
|
7
9
|
<h1 class="page-heading">{{ page.title }}</h1>
|
@@ -9,14 +11,6 @@ layout: default
|
|
9
11
|
|
10
12
|
{{ content }}
|
11
13
|
|
12
|
-
|
13
|
-
{% if site.paginate %}
|
14
|
-
{% assign posts = paginator.posts %}
|
15
|
-
{% else %}
|
16
|
-
{% assign posts = site.posts %}
|
17
|
-
{% endif %}
|
18
|
-
|
19
|
-
|
20
14
|
{%- if posts.size > 0 -%}
|
21
15
|
{%- if page.list_title -%}
|
22
16
|
<h2 class="post-list-heading">{{ page.list_title }}</h2>
|
@@ -37,25 +31,5 @@ layout: default
|
|
37
31
|
</li>
|
38
32
|
{%- endfor -%}
|
39
33
|
</ul>
|
40
|
-
|
41
|
-
{% if site.paginate %}
|
42
|
-
<div class="pager">
|
43
|
-
<ul class="pagination">
|
44
|
-
{%- if paginator.previous_page %}
|
45
|
-
<li><a href="{{ paginator.previous_page_path }}" class="previous-page">{{ paginator.previous_page }}</a></li>
|
46
|
-
{%- else %}
|
47
|
-
<li><div class="pager-edge">•</div></li>
|
48
|
-
{%- endif %}
|
49
|
-
<li><div class="current-page">{{ paginator.page }}</div></li>
|
50
|
-
{%- if paginator.next_page %}
|
51
|
-
<li><a href="{{ paginator.next_page_path }}" class="next-page">{{ paginator.next_page }}</a></li>
|
52
|
-
{%- else %}
|
53
|
-
<li><div class="pager-edge">•</div></li>
|
54
|
-
{%- endif %}
|
55
|
-
</ul>
|
56
|
-
</div>
|
57
|
-
{%- endif %}
|
58
|
-
|
59
34
|
{%- endif -%}
|
60
|
-
|
61
35
|
</div>
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
|
6
|
+
|
7
|
+
<article class="h-entry" itemscope itemtype="http://schema.org/Article">
|
8
|
+
<header>
|
9
|
+
<h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
|
10
|
+
|
11
|
+
{%- if page.description -%}
|
12
|
+
<p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
|
13
|
+
{%- endif -%}
|
14
|
+
|
15
|
+
<p>
|
16
|
+
{{ site.i18n.published_at }}
|
17
|
+
|
18
|
+
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
19
|
+
{{ page.date | date_local: date_format }}
|
20
|
+
</time>
|
21
|
+
|
22
|
+
{% if page.last_modified_at %}
|
23
|
+
{{ site.i18n.last_modified_at }}
|
24
|
+
|
25
|
+
<time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
|
26
|
+
{{ page.last_modified_at | date_local: date_format }}
|
27
|
+
</time>
|
28
|
+
{% endif %}
|
29
|
+
</p>
|
30
|
+
</header>
|
31
|
+
|
32
|
+
<div class="e-content" itemprop="articleBody">
|
33
|
+
{{ content }}
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<footer>
|
37
|
+
<a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
|
38
|
+
{{ site.url }}{{ page.url }}
|
39
|
+
</a>
|
40
|
+
|
41
|
+
{%- if page.uuid -%}
|
42
|
+
<span hidden itemprop="identifier">{{ page.uuid }}</span>
|
43
|
+
{%- endif -%}
|
44
|
+
</footer>
|
45
|
+
</article>
|
data/_layouts/post.html
CHANGED
@@ -1,12 +1,15 @@
|
|
1
1
|
---
|
2
2
|
layout: default
|
3
3
|
---
|
4
|
+
|
5
|
+
{% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
|
6
|
+
{% assign license = site.posts | find: "layout", "license" %}
|
7
|
+
|
4
8
|
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
5
9
|
|
6
10
|
<header class="post-header">
|
7
11
|
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
8
12
|
<p class="post-meta">
|
9
|
-
{%- assign date_format = site.minima.date_format | default: site.i18n.date_format -%}
|
10
13
|
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
11
14
|
{{ page.date | date: date_format }}
|
12
15
|
</time>
|
@@ -34,9 +37,23 @@ layout: default
|
|
34
37
|
{{ content }}
|
35
38
|
</div>
|
36
39
|
|
37
|
-
|
38
|
-
{
|
39
|
-
|
40
|
+
<footer>
|
41
|
+
<a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
|
42
|
+
{{ site.url }}{{ page.url }}
|
43
|
+
</a>
|
40
44
|
|
41
|
-
|
45
|
+
{%- if page.uuid -%}
|
46
|
+
<span hidden itemprop="identifier">{{ page.uuid }}</span>
|
47
|
+
{%- endif -%}
|
48
|
+
|
49
|
+
{%- if license -%}
|
50
|
+
<p itemprop="license" itemtype="http://schema.org/CreativeWork">
|
51
|
+
<a rel="license" itemprop="url" href="{{ license.url }}">
|
52
|
+
<span itemprop="articleBody">
|
53
|
+
{{ license.description }}
|
54
|
+
</span>
|
55
|
+
</a>
|
56
|
+
</p>
|
57
|
+
{%- endif -%}
|
58
|
+
</footer>
|
42
59
|
</article>
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
|
6
|
+
|
7
|
+
<article class="h-entry" itemscope itemtype="http://schema.org/Article">
|
8
|
+
<header>
|
9
|
+
<h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
|
10
|
+
|
11
|
+
{%- if page.description -%}
|
12
|
+
<p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
|
13
|
+
{%- endif -%}
|
14
|
+
|
15
|
+
<p>
|
16
|
+
{{ site.i18n.published_at }}
|
17
|
+
|
18
|
+
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
19
|
+
{{ page.date | date_local: date_format }}
|
20
|
+
</time>
|
21
|
+
|
22
|
+
{% if page.last_modified_at %}
|
23
|
+
{{ site.i18n.last_modified_at }}
|
24
|
+
|
25
|
+
<time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
|
26
|
+
{{ page.last_modified_at | date_local: date_format }}
|
27
|
+
</time>
|
28
|
+
{% endif %}
|
29
|
+
</p>
|
30
|
+
</header>
|
31
|
+
|
32
|
+
<div class="e-content" itemprop="articleBody">
|
33
|
+
{{ content }}
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<footer>
|
37
|
+
<a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
|
38
|
+
{{ site.url }}{{ page.url }}
|
39
|
+
</a>
|
40
|
+
|
41
|
+
{%- if page.uuid -%}
|
42
|
+
<span hidden itemprop="identifier">{{ page.uuid }}</span>
|
43
|
+
{%- endif -%}
|
44
|
+
</footer>
|
45
|
+
</article>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sutty-minima
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -73,6 +73,34 @@ dependencies:
|
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
|
+
- !ruby/object:Gem::Dependency
|
77
|
+
name: sutty-liquid
|
78
|
+
requirement: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
type: :runtime
|
84
|
+
prerelease: false
|
85
|
+
version_requirements: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
- !ruby/object:Gem::Dependency
|
91
|
+
name: jekyll-include-cache
|
92
|
+
requirement: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
type: :runtime
|
98
|
+
prerelease: false
|
99
|
+
version_requirements: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
76
104
|
- !ruby/object:Gem::Dependency
|
77
105
|
name: bundler
|
78
106
|
requirement: !ruby/object:Gem::Requirement
|
@@ -99,8 +127,12 @@ files:
|
|
99
127
|
- README.md
|
100
128
|
- _data/en.yml
|
101
129
|
- _data/es.yml
|
130
|
+
- _data/layouts/about.yml
|
131
|
+
- _data/layouts/code_of_conduct.yml
|
132
|
+
- _data/layouts/license.yml
|
102
133
|
- _data/layouts/page.yml
|
103
134
|
- _data/layouts/post.yml
|
135
|
+
- _data/layouts/privacy_policy.yml
|
104
136
|
- _includes/custom-head.html
|
105
137
|
- _includes/disqus_comments.html
|
106
138
|
- _includes/footer.html
|
@@ -108,10 +140,13 @@ files:
|
|
108
140
|
- _includes/head.html
|
109
141
|
- _includes/header.html
|
110
142
|
- _includes/social.html
|
143
|
+
- _layouts/code_of_conduct.html
|
111
144
|
- _layouts/default.html
|
112
145
|
- _layouts/home.html
|
146
|
+
- _layouts/license.html
|
113
147
|
- _layouts/page.html
|
114
148
|
- _layouts/post.html
|
149
|
+
- _layouts/privacy_policy.html
|
115
150
|
- _sass/minima/_base.scss
|
116
151
|
- _sass/minima/_layout.scss
|
117
152
|
- _sass/minima/custom-styles.scss
|