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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10fd7300a3be377d8482eb23f25c8be81ae3a49ab1ee6c1e761c87bc54b14b87
4
- data.tar.gz: 47d41e1b5db923e41e26348176148d93706abd28ad6461d9b767ce80e0a3c14d
3
+ metadata.gz: 46a21a1be8db8f547fd631a5a6be487b4fac39e4a09aacde8841d2f3db6e1c62
4
+ data.tar.gz: a1141029a942203f0da4c3318b30f886df53ce15fdbcda15f85912fcbe9ea2a8
5
5
  SHA512:
6
- metadata.gz: 33cefabbc79caeef997971409793e2ad9ade3690597be503d4b732241322f82fd20567a5f20bfff92e4060eed5cc969456303e2b67cd5ff0ed86e55350ec5554
7
- data.tar.gz: 5010669eb5811813c46e9e6ee6372312066892423c51a3695d34363f9fdfbc3a7c09e99d3e5e8ced72457aea5bd2d4b78fb406ecedb1942eb39cfe2f6e667b54
6
+ metadata.gz: ce6a201ea864dc6e7da79689de7e36a5647246de936f7ed9f9ce6688773a09604a58a881b67c8b9d9bdd0262070fa35134e229b2dd44c3eba763b82f4529bf6f
7
+ data.tar.gz: 4fb82bdfe0940ac2be943e9a0eeddaa92751e5a386a9da093f947985435a86207ae7d79306c5bf9a9302d1ec74a023b08b2e5fea3d91d8c4386dfed6eb9e0517
@@ -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
- description:
12
- type: "text"
13
- required: true
11
+ summary:
12
+ type: "string"
14
13
  label:
15
- es: "Alerta de contenido o descripción del artículo"
16
- en: "Content warning or post description"
14
+ es: "Alerta de contenido"
15
+ en: "Content warning"
17
16
  help:
18
17
  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.
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
- 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.
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
@@ -22,4 +22,8 @@
22
22
  {%- if site.activity_pub_profile -%}
23
23
  <meta property="profile:username" content="{{ site.activity_pub_profile }}" />
24
24
  {%- endif -%}
25
+
26
+ {%- if site.actor -%}
27
+ <link rel="me" href="{{ site.actor.url | absolute_url }}" />
28
+ {%- endif -%}
25
29
  </head>
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.0rc0
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-08-30 00:00:00.000000000 Z
12
+ date: 2023-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll