sutty-jekyll-theme 0.4.2 → 0.5.0

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.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/_data/actions.yml +9 -0
  4. data/_data/en.yml +69 -0
  5. data/_data/es.yml +70 -0
  6. data/_data/manifest.json +679 -7
  7. data/_includes/activity_pub/actor.html +11 -0
  8. data/_includes/activity_pub/actor_mention.html +28 -0
  9. data/_includes/activity_pub/button.html +22 -0
  10. data/_includes/activity_pub/button_bar.html +16 -0
  11. data/_includes/activity_pub/cards.html +28 -0
  12. data/_includes/activity_pub/fediverse_interactions.html +2 -0
  13. data/_includes/activity_pub/generic_modal.html +55 -0
  14. data/_includes/activity_pub/image_modal.html +27 -0
  15. data/_includes/activity_pub/interactions.html +78 -0
  16. data/_includes/activity_pub/login_modal.html +70 -0
  17. data/_includes/activity_pub/reaction.html +45 -0
  18. data/_includes/activity_pub/reactions.html +17 -0
  19. data/_includes/activity_pub/replying_to.html +23 -0
  20. data/_includes/activity_pub/text_modal.html +16 -0
  21. data/_includes/activity_pub/toot_card.html +95 -0
  22. data/_includes/activity_pub/url.html +8 -0
  23. data/_includes/activity_pub/video_modal.html +20 -0
  24. data/_includes/bootstrap/custom_select.html +18 -0
  25. data/_includes/external_link.html +15 -0
  26. data/_includes/fa.html +11 -0
  27. data/_includes/page.html +12 -0
  28. data/_layouts/default.html +1 -0
  29. data/assets/css/styles.scss +6 -0
  30. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  31. data/assets/js/env.js +8 -0
  32. data/assets/js/pack.FXJZFZ4Z.js +41 -0
  33. data/assets/js/pack.FXJZFZ4Z.js.map +7 -0
  34. data.tar.gz.sig +3 -1
  35. metadata +40 -3
  36. metadata.gz.sig +0 -0
  37. data/assets/js/pack.3XNALAB2.js +0 -27
  38. data/assets/js/pack.3XNALAB2.js.map +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 828e43c33dcefb0544d38703867c3be1b53f02851d2bec056676630259b1db8d
4
- data.tar.gz: 21fb0a4effc6c0134cb86299e23b1dfa5bfa5f4abe7bd2d8baeca8ee803ee7dd
3
+ metadata.gz: 4ffd25d468dfa57055639899d11ca83a05fc9c7790b2ce9391ba02649c4050b7
4
+ data.tar.gz: c26d38947bc9705bc4678e3c52b9e42741811a59e3c9445153a40a10f02931fd
5
5
  SHA512:
6
- metadata.gz: 4b766809642fbd315ae16fbb13878753b84b80594d91dde9d52893d7b10487504e0a1a1a963f9629f8b93489b2a41857b0758a66c8b4af33bf183eebabad8693
7
- data.tar.gz: 58739aef633e60f59c368f1d35a63cdcf79bc37672f5f25c44c8ec8577988ba9a83cbb17a35679f553bf6d59af8c56fb08b82fbb7eeddfa992b88d7e11bfe28c
6
+ metadata.gz: 584603230e9e10006627d2eac367d2594174482bccddebc55d22ec4cf535a4d1c6f62834cdbcf2baeffe7e58ef38e9ed063325de0feae7638bf8008a058679d7
7
+ data.tar.gz: f9b82efdedde0a75ea34e8520f88f04fc057b54e60250c567ebcf60473cae529924812b274966c877471f6d718477a7f3c746159f9a76d076eae4d3216c76e87
checksums.yaml.gz.sig CHANGED
Binary file
data/_data/actions.yml ADDED
@@ -0,0 +1,9 @@
1
+ actions:
2
+ - title: "reply"
3
+ icon: "reply"
4
+ - title: "favorite"
5
+ icon: "star-o"
6
+ - title: "bookmark"
7
+ icon: "bookmark-o"
8
+ - title: "boost"
9
+ icon: "retweet"
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"