sutty-jekyll-theme 0.2.7 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/en.yml +2 -0
- data/_data/es.yml +2 -0
- data/_data/layouts/post.yml +33 -9
- data/_includes/footer.html +8 -0
- data/_layouts/default.html +13 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be18c3b3e7b91c7b1103a62f53c7afcef1bc665d2fdfc35907be5f9408f0a725
|
4
|
+
data.tar.gz: ea5e4ff73ca0fb0de7c05ed70ef763ba7e54f66aa462e2c2f9c800b782e8aa53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 485d4784dbcd78d8b7a3a3fd43d4696945658fa46817dc7541f6c889e109045ad06af750cf650ca15fff45177c2bd6fcaf4b6ff4ef4b81437c8785080e112b1d
|
7
|
+
data.tar.gz: 39d806b4db87a9204532e550067c5ef8730fb8b89d1e2bca4e6a1d0141329aef6118ed8fb5baf9a5a424f55394d049265d171da91f3195c8e364fac770e4370d
|
data/_data/en.yml
CHANGED
data/_data/es.yml
CHANGED
data/_data/layouts/post.yml
CHANGED
@@ -8,24 +8,29 @@ 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
|
-
|
13
|
-
required: true
|
11
|
+
content_warning:
|
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
|
-
sociales y buscadores. Si el artículo trata de violencias y otros
|
18
|
+
Si el artículo trata de violencias y otros
|
21
19
|
temas sensibles, te invitamos a usar este campo como alerta de
|
22
20
|
contenido, para que las personas puedan determinar cuándo quieren
|
23
21
|
abrirlo.
|
24
22
|
en: |
|
25
|
-
|
26
|
-
engines. If the post is about violence and other sensitive
|
23
|
+
If the post is about violence and other sensitive
|
27
24
|
topics, we invite you to use it as a content warning, so others
|
28
25
|
can decide when they want to read it.
|
26
|
+
description:
|
27
|
+
type: "text"
|
28
|
+
label:
|
29
|
+
es: "Descripción del artículo"
|
30
|
+
en: "Post description"
|
31
|
+
help:
|
32
|
+
es: "Descripción del contenido del artículo, que también usarán redes sociales y buscadores."
|
33
|
+
en: "Description of post content, also used by social media and search engines."
|
29
34
|
author:
|
30
35
|
type: "array"
|
31
36
|
label:
|
@@ -50,6 +55,25 @@ image:
|
|
50
55
|
help:
|
51
56
|
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
52
57
|
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
58
|
+
activity:
|
59
|
+
type: "boolean"
|
60
|
+
label:
|
61
|
+
es: "Publicar en el Fediverso"
|
62
|
+
en: "Publish to Fediverse"
|
63
|
+
help:
|
64
|
+
es: "Si tu sitio tiene habilitado Social Distributed Press, habilita para publicar en el Fediverso"
|
65
|
+
en: "If your site has Social Distributed Press enabled, tick to publish to the Fediverse"
|
66
|
+
default:
|
67
|
+
es: true
|
68
|
+
en: true
|
69
|
+
in_reply_to:
|
70
|
+
type: "url"
|
71
|
+
label:
|
72
|
+
es: "En respuesta a"
|
73
|
+
en: "In reply to"
|
74
|
+
help:
|
75
|
+
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
76
|
+
en: "Add the link to another article to reply to"
|
53
77
|
content:
|
54
78
|
type: "new_content"
|
55
79
|
label:
|
data/_includes/footer.html
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
|
5
5
|
<footer class="p-3">
|
6
6
|
<ul class="list-unstyled">
|
7
|
+
{%- if site.activity_pub_profile -%}
|
8
|
+
{{- site.i18n.footer.fediverse -}}
|
9
|
+
<span>
|
10
|
+
@{{ site.activity_pub_profile -}}
|
11
|
+
</span>
|
12
|
+
</p>
|
13
|
+
{%- endif -%}
|
14
|
+
|
7
15
|
{% if license %}
|
8
16
|
<li>
|
9
17
|
<a href="{{ license.url }}" rel="license">{{ license.title }}</a>
|
data/_layouts/default.html
CHANGED
@@ -19,6 +19,19 @@
|
|
19
19
|
|
20
20
|
{% seo %}
|
21
21
|
{% feed_meta %}
|
22
|
+
|
23
|
+
{% if page.activity %}
|
24
|
+
<link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
|
25
|
+
{% endif %}
|
26
|
+
|
27
|
+
{%- if site.activity_pub_profile -%}
|
28
|
+
<meta property="profile:username" content="{{ site.activity_pub_profile }}" />
|
29
|
+
{%- endif -%}
|
30
|
+
|
31
|
+
{%- if site.actor -%}
|
32
|
+
<link rel="me" href="{{ site.actor.url | absolute_url }}" />
|
33
|
+
{%- endif -%}
|
34
|
+
|
22
35
|
</head>
|
23
36
|
<body class="min-vh-100 d-flex flex-column">
|
24
37
|
{% include navbar.html %}
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sutty-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
8
|
+
- e
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2023-
|
12
|
+
date: 2023-12-04 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: jekyll
|
@@ -167,6 +168,7 @@ dependencies:
|
|
167
168
|
description:
|
168
169
|
email:
|
169
170
|
- f@sutty.nl
|
171
|
+
- e@sutty.nl
|
170
172
|
executables: []
|
171
173
|
extensions: []
|
172
174
|
extra_rdoc_files:
|