sutty-minima 2.7.0rc0 → 2.7.0rc2
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/post.yml +29 -14
- data/_includes/head.html +4 -0
- 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: 46a21a1be8db8f547fd631a5a6be487b4fac39e4a09aacde8841d2f3db6e1c62
|
4
|
+
data.tar.gz: a1141029a942203f0da4c3318b30f886df53ce15fdbcda15f85912fcbe9ea2a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce6a201ea864dc6e7da79689de7e36a5647246de936f7ed9f9ce6688773a09604a58a881b67c8b9d9bdd0262070fa35134e229b2dd44c3eba763b82f4529bf6f
|
7
|
+
data.tar.gz: 4fb82bdfe0940ac2be943e9a0eeddaa92751e5a386a9da093f947985435a86207ae7d79306c5bf9a9302d1ec74a023b08b2e5fea3d91d8c4386dfed6eb9e0517
|
data/_data/layouts/post.yml
CHANGED
@@ -8,24 +8,28 @@ title:
|
|
8
8
|
help:
|
9
9
|
es: "¡Un título que invite a leer el artículo!"
|
10
10
|
en: "A title that makes people want to read the post!"
|
11
|
-
|
12
|
-
type: "
|
13
|
-
required: true
|
11
|
+
summary:
|
12
|
+
type: "string"
|
14
13
|
label:
|
15
|
-
es: "Alerta de contenido
|
16
|
-
en: "Content warning
|
14
|
+
es: "Alerta de contenido"
|
15
|
+
en: "Content warning"
|
17
16
|
help:
|
18
17
|
es: |
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
-
abrirlo.
|
18
|
+
Si el artículo trata de violencias y otros temas sensibles, te
|
19
|
+
invitamos a usar este campo como alerta de contenido, para que las
|
20
|
+
personas puedan determinar cuándo quieren abrirlo.
|
24
21
|
en: |
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
22
|
+
If the post is about violence and other sensitive topics, we
|
23
|
+
invite you to use it as a content warning, so others can decide
|
24
|
+
when they want to read it.
|
25
|
+
description:
|
26
|
+
type: "text"
|
27
|
+
label:
|
28
|
+
es: "Descripción del artículo"
|
29
|
+
en: "Post description"
|
30
|
+
help:
|
31
|
+
es: "Descripción del contenido del artículo, que también usarán redes sociales y buscadores."
|
32
|
+
en: "Description of post content, also used by social media and search engines."
|
29
33
|
author:
|
30
34
|
type: "array"
|
31
35
|
label:
|
@@ -69,6 +73,17 @@ activity:
|
|
69
73
|
default:
|
70
74
|
es: true
|
71
75
|
en: true
|
76
|
+
sensitive:
|
77
|
+
type: "boolean"
|
78
|
+
label:
|
79
|
+
es: "Tema sensible"
|
80
|
+
en: "Sensitive topic"
|
81
|
+
help:
|
82
|
+
es: "Activa esta opción si el artículo necesita una alerta de contenido."
|
83
|
+
en: "Enable this option if the post requires a content warning."
|
84
|
+
default:
|
85
|
+
es: false
|
86
|
+
en: false
|
72
87
|
in_reply_to:
|
73
88
|
type: "url"
|
74
89
|
label:
|
data/_includes/head.html
CHANGED
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.7.
|
4
|
+
version: 2.7.0rc2
|
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-
|
12
|
+
date: 2023-09-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|