sutty-jekyll-theme 0.4.2 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/_data/actions.yml +9 -0
- data/_data/en.yml +69 -0
- data/_data/es.yml +70 -0
- data/_data/manifest.json +679 -7
- data/_includes/activity_pub/actor.html +11 -0
- data/_includes/activity_pub/actor_mention.html +28 -0
- data/_includes/activity_pub/button.html +22 -0
- data/_includes/activity_pub/button_bar.html +16 -0
- data/_includes/activity_pub/cards.html +28 -0
- data/_includes/activity_pub/fediverse_interactions.html +2 -0
- data/_includes/activity_pub/generic_modal.html +55 -0
- data/_includes/activity_pub/image_modal.html +27 -0
- data/_includes/activity_pub/interactions.html +78 -0
- data/_includes/activity_pub/login_modal.html +70 -0
- data/_includes/activity_pub/reaction.html +45 -0
- data/_includes/activity_pub/reactions.html +17 -0
- data/_includes/activity_pub/replying_to.html +23 -0
- data/_includes/activity_pub/text_modal.html +16 -0
- data/_includes/activity_pub/toot_card.html +95 -0
- data/_includes/activity_pub/url.html +8 -0
- data/_includes/activity_pub/video_modal.html +20 -0
- data/_includes/bootstrap/custom_select.html +18 -0
- data/_includes/date.html +12 -0
- data/_includes/external_link.html +15 -0
- data/_includes/fa.html +11 -0
- data/_includes/page.html +12 -0
- data/_layouts/default.html +1 -0
- data/assets/css/styles.scss +6 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/js/env.js +8 -0
- data/assets/js/pack.FXJZFZ4Z.js +41 -0
- data/assets/js/pack.FXJZFZ4Z.js.map +7 -0
- data.tar.gz.sig +0 -0
- metadata +41 -3
- metadata.gz.sig +0 -0
- data/assets/js/pack.3XNALAB2.js +0 -27
- data/assets/js/pack.3XNALAB2.js.map +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0da4e03fcda49790b0dafedec0003e144430246d9e42a1662734d5dee46b7d4c
|
4
|
+
data.tar.gz: 5e7928dad5523f740da7dc8f8d6f0f6f88097478a189e674eaa158015954c051
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b5a6fc32640ee73199ec470e0fe2e9fe708c5e2e0ce1c8543fdd84b7dd411a85b0878888292e4069654f1622606607a18fdd7929ed825a0bbc10e9cdfdbfae6
|
7
|
+
data.tar.gz: b0cddb56530242ead4e8a6cfb7c04f360ac2d72a0f73635633edb09a82e9b6dda4afb60c4a8c9545a7e841ed05255c6afbc377fc91801723da3b2b0b903e6310
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/_data/actions.yml
ADDED
data/_data/en.yml
CHANGED
@@ -64,3 +64,72 @@ home:
|
|
64
64
|
articles: Articles
|
65
65
|
footer:
|
66
66
|
fediverse: "Fediverse"
|
67
|
+
close: Close
|
68
|
+
fediverse_interactions:
|
69
|
+
- value: "conversation"
|
70
|
+
title: "Conversation"
|
71
|
+
selected: true
|
72
|
+
- value: "reactions"
|
73
|
+
title: "Reactions"
|
74
|
+
- value: "both"
|
75
|
+
title: "Conversation and reactions"
|
76
|
+
- value: "nothing"
|
77
|
+
title: "Nothing"
|
78
|
+
no_interactions_yet:
|
79
|
+
conversation: "There are no replies to show yet."
|
80
|
+
reactions: "There are no reactions to show yet."
|
81
|
+
both: "There is nothing to you yet."
|
82
|
+
ver_interacciones: "See from Fedi"
|
83
|
+
reply:
|
84
|
+
text: "In response to"
|
85
|
+
link_text: "a post on the Fediverse."
|
86
|
+
close: "Close"
|
87
|
+
login_modal:
|
88
|
+
authorize_interaction_unsupported: "Remote interactions are not supported by this instance. You can still copy-paste this page's address into your preferred client's search bar to interact from the Fediverse."
|
89
|
+
boost:
|
90
|
+
title: "boost"
|
91
|
+
text: "Boost $usuarie's post"
|
92
|
+
reply:
|
93
|
+
title: "reply"
|
94
|
+
text: "Reply to $usuarie's post"
|
95
|
+
favorite:
|
96
|
+
title: favorite
|
97
|
+
text: "Favorite $usuarie's post"
|
98
|
+
bookmark:
|
99
|
+
title: bookmark
|
100
|
+
text: "Bookmark $usuarie's post"
|
101
|
+
top_text: |
|
102
|
+
To interact with a post in the Fediverse, you will need to do so from an account from any of its instances.
|
103
|
+
**Do you have an account?**
|
104
|
+
|
105
|
+
<mark class="primary background-transparent">Note: you will need to reselect the <strong>$action</strong> option from your account.</mark>
|
106
|
+
question: "**Where is your account hosted?**"
|
107
|
+
small_text: |
|
108
|
+
Tip: That's the website where you signed up. If you don't remember, look for the welcome e-mail in your inbox.
|
109
|
+
You can also enter your full username! (e.g. @sutty@todon.nl)
|
110
|
+
bottom_text: |
|
111
|
+
Want to reply from another Fediverse-integrated Sutty website?
|
112
|
+
You can do so from the panel.
|
113
|
+
Keep in mind that for now it isn't possible to favorite, retoot or bookmark from here.
|
114
|
+
|
115
|
+
Don't have a Fediverse account yet?
|
116
|
+
[You can choose how to create one.](https://joinfediverse.wiki/How_do_I_get_an_account%3F)
|
117
|
+
placeholder: "Domain of your home server, e.g. rebel.ar"
|
118
|
+
help: |
|
119
|
+
The Fediverse is a federated social network made up of thousands of instances (servers) by and for
|
120
|
+
the people, not controlled by any company and free from algorithms that decide what content you
|
121
|
+
can consume. Anyone can create a Fediverse account, by first choosing an instance. With your account you
|
122
|
+
can write, reply, like and save, and interact with services geared towards microblogging, images, music,
|
123
|
+
videos and much more.
|
124
|
+
You can now:
|
125
|
+
- [Learn more about the Fediverse](https://sutty.nl/)
|
126
|
+
- Pick an instance from [https://joinfediverse.wiki/instances](https://joinfediverse.wiki/instances)
|
127
|
+
or [https://fediverse.to](https://fediverse.to) and create an account.
|
128
|
+
sensitive: "Sensitive content"
|
129
|
+
take_me_home: "Take me home"
|
130
|
+
total_shares: "Total shares"
|
131
|
+
total_likes: "Total likes"
|
132
|
+
globe: "Public"
|
133
|
+
activities:
|
134
|
+
Announce: "Boost"
|
135
|
+
Like: "Fave"
|
data/_data/es.yml
CHANGED
@@ -64,3 +64,73 @@ home:
|
|
64
64
|
articles: Artículos
|
65
65
|
footer:
|
66
66
|
fediverse: "Fediverso"
|
67
|
+
close: Cerrar
|
68
|
+
fediverse_interactions:
|
69
|
+
- value: "conversation"
|
70
|
+
title: "Conversación"
|
71
|
+
selected: true
|
72
|
+
- value: "reactions"
|
73
|
+
title: "Reacciones"
|
74
|
+
- value: "both"
|
75
|
+
title: "Conversación y reacciones"
|
76
|
+
- value: "nothing"
|
77
|
+
title: "Nada"
|
78
|
+
ver_interacciones: "Ver del Fediverso"
|
79
|
+
no_interactions_yet:
|
80
|
+
conversation: "Todavía no hay respuestas para mostrar."
|
81
|
+
reactions: "Todavía no hay reacciones para mostrar."
|
82
|
+
both: "Todavía no hay nada para mostrar."
|
83
|
+
reply:
|
84
|
+
text: "En respuesta a"
|
85
|
+
link_text: "una publicación en el Fediverso."
|
86
|
+
close: "Cerrar"
|
87
|
+
login_modal:
|
88
|
+
authorize_interaction_unsupported: "La interacción remota no está soportada por esta instancia. Todavía podés copiar y pegar la dirección de esta página en el buscador de tu cliente favorito para poder interactuar desde el Fediverso."
|
89
|
+
boost:
|
90
|
+
title: "impulsar"
|
91
|
+
text: "Impulsar la publicación de $usuarie"
|
92
|
+
reply:
|
93
|
+
title: "responder"
|
94
|
+
text: "Responder a la publicación de $usuarie"
|
95
|
+
favorite:
|
96
|
+
title: "favoritear"
|
97
|
+
text: "Favoritear la publicación de $usuarie"
|
98
|
+
bookmark:
|
99
|
+
title: "guardar"
|
100
|
+
text: "Guardar la publicación de $usuarie"
|
101
|
+
top_text: |
|
102
|
+
Para interactuar en el Fediverso, siempre es necesario hacerlo desde una cuenta en cualquiera de sus instancias.
|
103
|
+
¿Tienes una cuenta?
|
104
|
+
|
105
|
+
<mark class="primary background-transparent">Nota: deberás volver a marcar <strong>$action</strong> desde tu instancia.</mark>
|
106
|
+
question: "**¿Dónde tienes tu cuenta?**"
|
107
|
+
small_text: |
|
108
|
+
Pista: ese es el sitio donde te registraste. Si no lo recuerdas,
|
109
|
+
busca el correo electrónico de bienvenida en tu bandeja de entrada.
|
110
|
+
También puedes introducir tu nombre de usuario completo (por ejemplo @sutty@todon.nl)
|
111
|
+
bottom_text: |
|
112
|
+
¿Quieres responder desde otro sitio de Sutty que tenga habilitada la integración con el Fediverso?
|
113
|
+
Para escribir una respuesta, puedes hacerlo desde el panel.
|
114
|
+
Ten en cuenta que por ahora no es posible marcar como favorito, retootear o guardar.
|
115
|
+
|
116
|
+
¿Aún no tienes cuenta en el Fediverso?
|
117
|
+
[Puedes elegir cómo crearla.](https://joinfediverse.wiki/What_is_the_Fediverse%3F/es#%C2%BFC%C3%B3mo_puedo_crear_una_cuenta?)
|
118
|
+
placeholder: "Dominio de tu servidor, por ejemplo rebel.ar"
|
119
|
+
help: |
|
120
|
+
El Fediverso es una red social federada de miles de instancias (servidores) de y por la gente,
|
121
|
+
no controlada por ninguna empresa ni con algoritmos que decidan por vos. Cualquiera puede crearse
|
122
|
+
una cuenta en el Fediverso, eligiendo primero la instancia. Con una cuenta podés escribir, responder, marcar
|
123
|
+
de varias formas, e interactuar con servicios de microblogging, imágenes, música y sonidos, videos y mucho más.
|
124
|
+
Ahora podés:
|
125
|
+
|
126
|
+
- [Conocer más del Fediverso](https://sutty.nl/)
|
127
|
+
- Elegir una instancia para crear una cuenta en [https://joinfediverse.wiki/instances](https://joinfediverse.wiki/instances)
|
128
|
+
y/o [https://fediverse.to](https://fediverse.to)
|
129
|
+
sensitive: "Contenido sensible"
|
130
|
+
take_me_home: "Ir a casa"
|
131
|
+
total_shares: "Cantidad de veces compartido"
|
132
|
+
total_likes: "Cantidad de Me gusta"
|
133
|
+
globe: "Público"
|
134
|
+
activities:
|
135
|
+
Announce: "Impulso"
|
136
|
+
Like: "Favorito"
|