sutty-donaciones-jekyll-theme 0.2.0 → 0.3.0rc0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29de33580c4247b5824fefd1db69eebebd52bf3a3c9760ade65602a62872c2cc
4
- data.tar.gz: 3eef87a1443e859a93cb1f30c4c89674cb8f47a5c01e7ef0b5e2a3023a8bc85d
3
+ metadata.gz: 9f79b26f19126502043287eac13d17cfe62a49a65bc6bf639a94d9e1324281bd
4
+ data.tar.gz: 943b2d12157c7317153e391f7390d4e92b06be05cc7a00719b2b7d0945cd15ca
5
5
  SHA512:
6
- metadata.gz: a313e9c9e90a3b187c1b37156a25b1877924a5346e832ba8a6bde10aabc9f904c22a856210d471fc775ab4fc50ead028d2e536c43365fd59359962340cb9a2be
7
- data.tar.gz: 731c86796d118a47646ff8e9a1e1aba6d5091db6ff183445548e4529948d60445accae2ede5c4355334abb9fbd5524a12930e32bbbeea880b245b9dd8f2d2d21
6
+ metadata.gz: 2fd159c4ac4bbf84aec5655e8cba9d20e4ef8c60cc40639943426f8c50430af5525503dfb2c77bbe27ccc44f58bafa771f9086c35021a465b8afd749a52796aa
7
+ data.tar.gz: 31417cac9baf3ab62078c993397c12f353b273c17e39e70db6e36039e290d3be5791f1c09b9b9b280a0c5bf7a1e6a26dff6db6bbcea3e018caf983bcc24e4174
data/_data/en.yml CHANGED
@@ -4,6 +4,7 @@ menu:
4
4
  items:
5
5
  - title: "Articles"
6
6
  href: "post/"
7
+ fediverse: "Fediverse"
7
8
  footer:
8
9
  description: "Made with [Sutty](https://sutty.nl/). [Make your own campaign!](https://panel.sutty.nl/)"
9
10
  layouts:
data/_data/es.yml CHANGED
@@ -4,6 +4,7 @@ menu:
4
4
  items:
5
5
  - title: "Artículos"
6
6
  href: "post/"
7
+ fediverse: "Fediverso"
7
8
  footer:
8
9
  description: "Hecho con [Sutty](https://sutty.nl/). [¡Armá tu campaña de donaciones!](https://panel.sutty.nl/)"
9
10
  layouts:
@@ -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 invites people to read the post!"
11
- description:
12
- type: "text"
13
- required: true
11
+ content_warning:
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 the post contents, 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:
@@ -58,6 +62,25 @@ content:
58
62
  help:
59
63
  es: "Escribe aquí el artículo"
60
64
  en: "Write your post here"
65
+ activity:
66
+ type: "boolean"
67
+ label:
68
+ es: "Publicar en el Fediverso"
69
+ en: "Publish to Fediverse"
70
+ help:
71
+ es: "Si tu sitio tiene habilitado Social Distributed Press, habilita para publicar en el Fediverso"
72
+ en: "If your site has Social Distributed Press enabled, tick to publish to the Fediverse"
73
+ default:
74
+ es: true
75
+ en: true
76
+ in_reply_to:
77
+ type: "url"
78
+ label:
79
+ es: "En respuesta a"
80
+ en: "In reply to"
81
+ help:
82
+ es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
83
+ en: "Add the link to another article to reply to"
61
84
  tags:
62
85
  type: "array"
63
86
  label:
@@ -22,5 +22,16 @@
22
22
  </li>
23
23
  {% endif %}
24
24
 
25
+ {%- if site.activity_pub_profile -%}
26
+ <li>
27
+ <span>
28
+ {{- site.i18n.fediverse -}}
29
+ </span>
30
+ <span>
31
+ @{{ site.activity_pub_profile -}}
32
+ </span>
33
+ </li>
34
+ {%- endif -%}
35
+
25
36
  <p class="text-center">{{ site.i18n.footer.description | markdownify }}</p>
26
37
  </footer>
@@ -13,6 +13,18 @@
13
13
 
14
14
  {% seo %}
15
15
  {% feed_meta %}
16
+
17
+ {%- if page.activity -%}
18
+ <link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
19
+ {%- endif -%}
20
+
21
+ {%- if site.activity_pub_profile -%}
22
+ <meta property="profile:username" content="{{ site.activity_pub_profile }}" />
23
+ {%- endif -%}
24
+
25
+ {%- if site.actor -%}
26
+ <link rel="me" href="{{ site.actor.url | absolute_url }}" />
27
+ {%- endif -%}
16
28
  </head>
17
29
  <body>
18
30
  {% include navbar.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-donaciones-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0rc0
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-04-03 00:00:00.000000000 Z
12
+ date: 2023-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -258,9 +258,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
- - - ">="
261
+ - - ">"
262
262
  - !ruby/object:Gem::Version
263
- version: '0'
263
+ version: 1.3.1
264
264
  requirements: []
265
265
  rubygems_version: 3.3.26
266
266
  signing_key: