empresa-recuperada-jekyll-theme 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (145) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +168 -0
  3. data/README.md +164 -0
  4. data/_config.yml +55 -0
  5. data/_data/en.yml +85 -0
  6. data/_data/es.yml +114 -0
  7. data/_data/forms/contacto.yml +37 -0
  8. data/_data/layouts/about.yml +130 -0
  9. data/_data/layouts/code_of_conduct.yml +60 -0
  10. data/_data/layouts/contacto.yml +42 -0
  11. data/_data/layouts/footer.yml +50 -0
  12. data/_data/layouts/integrante.yml +52 -0
  13. data/_data/layouts/license.yml +60 -0
  14. data/_data/layouts/menu.yml +72 -0
  15. data/_data/layouts/post.yml +150 -0
  16. data/_data/layouts/pregunta.yml +46 -0
  17. data/_data/layouts/preguntas_frecuentes.yml +37 -0
  18. data/_data/layouts/privacy_policy.yml +60 -0
  19. data/_data/layouts/servicios.yml +52 -0
  20. data/_data/layouts/theme.yml +261 -0
  21. data/_data/schema.yml +15 -0
  22. data/_data/theme.yml +164 -0
  23. data/_includes/archive_about.html +0 -0
  24. data/_includes/archive_faq.html +0 -0
  25. data/_includes/archive_integrante.html +25 -0
  26. data/_includes/archive_layout.html +0 -0
  27. data/_includes/archive_novedades.html +1 -0
  28. data/_includes/archive_post.html +11 -0
  29. data/_includes/boolean.html +30 -0
  30. data/_includes/contact.html +21 -0
  31. data/_includes/content.html +1 -0
  32. data/_includes/email.html +1 -0
  33. data/_includes/embed_responsive.html +16 -0
  34. data/_includes/faq.html +11 -0
  35. data/_includes/file.html +35 -0
  36. data/_includes/footer.html +72 -0
  37. data/_includes/form/boolean.html +1 -0
  38. data/_includes/form/content.html +1 -0
  39. data/_includes/form/email.html +1 -0
  40. data/_includes/form/file.html +1 -0
  41. data/_includes/form/hidden.html +1 -0
  42. data/_includes/form/image.html +1 -0
  43. data/_includes/form/input.html +1 -0
  44. data/_includes/form/markdown_content.html +1 -0
  45. data/_includes/form/number.html +1 -0
  46. data/_includes/form/predefined_array.html +1 -0
  47. data/_includes/form/section.html +1 -0
  48. data/_includes/form/separator.html +1 -0
  49. data/_includes/form/string.html +1 -0
  50. data/_includes/form/submit.html +1 -0
  51. data/_includes/form/tel.html +1 -0
  52. data/_includes/form/text.html +1 -0
  53. data/_includes/form/url.html +1 -0
  54. data/_includes/hidden.html +5 -0
  55. data/_includes/image.html +32 -0
  56. data/_includes/input.html +33 -0
  57. data/_includes/item.html +38 -0
  58. data/_includes/markdown_content.html +1 -0
  59. data/_includes/menu.html +38 -0
  60. data/_includes/navbar.html +33 -0
  61. data/_includes/number.html +1 -0
  62. data/_includes/password.html +1 -0
  63. data/_includes/picture.html +25 -0
  64. data/_includes/post.html +13 -0
  65. data/_includes/predefined_array.html +39 -0
  66. data/_includes/preload_font.html +1 -0
  67. data/_includes/section.html +1 -0
  68. data/_includes/separator.html +1 -0
  69. data/_includes/servicios.html +11 -0
  70. data/_includes/share.html +22 -0
  71. data/_includes/share_box.html +16 -0
  72. data/_includes/stretched_link.html +16 -0
  73. data/_includes/string.html +3 -0
  74. data/_includes/submit.html +1 -0
  75. data/_includes/svg/copy-icon.svg +1 -0
  76. data/_includes/svg/done-icon.svg +1 -0
  77. data/_includes/svg/logo.svg +1560 -0
  78. data/_includes/svg/menu.svg +9 -0
  79. data/_includes/svg/x.svg +3 -0
  80. data/_includes/tel.html +1 -0
  81. data/_includes/text.html +32 -0
  82. data/_includes/toggler/toggler.html +21 -0
  83. data/_includes/toggler/toggler_label.html +21 -0
  84. data/_includes/toggler/toggler_related.html +23 -0
  85. data/_includes/url.html +1 -0
  86. data/_layouts/about.html +24 -0
  87. data/_layouts/archive.html +6 -0
  88. data/_layouts/code_of_conduct.html +45 -0
  89. data/_layouts/contacto.html +4 -0
  90. data/_layouts/default.html +55 -0
  91. data/_layouts/home.html +68 -0
  92. data/_layouts/license.html +45 -0
  93. data/_layouts/post.html +69 -0
  94. data/_layouts/preguntas_frecuentes.html +17 -0
  95. data/_layouts/privacy_policy.html +45 -0
  96. data/_layouts/servicios.html +5 -0
  97. data/_sass/accessibility.scss +13 -0
  98. data/_sass/color.scss +6 -0
  99. data/_sass/content.scss +28 -0
  100. data/_sass/editor.scss +8 -0
  101. data/_sass/embed.scss +5 -0
  102. data/_sass/fonts.scss +233 -0
  103. data/_sass/share_box.scss +26 -0
  104. data/_sass/snap.scss +58 -0
  105. data/_sass/toggler.scss +20 -0
  106. data/_sass/utilities.scss +525 -0
  107. data/assets/css/styles.scss +35 -0
  108. data/assets/fonts/abel/v18/MwQ5bhbm2POE6Vg-subset.woff2 +0 -0
  109. data/assets/fonts/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgQ-subset.woff2 +0 -0
  110. data/assets/fonts/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpBw-subset.woff2 +0 -0
  111. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  112. data/assets/fonts/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSA-subset.woff2 +0 -0
  113. data/assets/fonts/gothica1/v13/CSR94z5ZnPydRjlCCwl6bA-subset.woff2 +0 -0
  114. data/assets/fonts/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvr-subset.woff2 +0 -0
  115. data/assets/fonts/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYM-subset.woff2 +0 -0
  116. data/assets/fonts/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbau-subset.woff2 +0 -0
  117. data/assets/fonts/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKs-subset.woff2 +0 -0
  118. data/assets/fonts/lato/v24/S6u8w4BMUTPHjxswWw-subset.woff2 +0 -0
  119. data/assets/fonts/lato/v24/S6u9w4BMUTPHh6UVew8-subset.woff2 +0 -0
  120. data/assets/fonts/lato/v24/S6u_w4BMUTPHjxsI5wqPHA-subset.woff2 +0 -0
  121. data/assets/fonts/lato/v24/S6uyw4BMUTPHvxk-subset.woff2 +0 -0
  122. data/assets/fonts/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfV-subset.woff2 +0 -0
  123. data/assets/fonts/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1AA-subset.woff2 +0 -0
  124. data/assets/fonts/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-subset.woff2 +0 -0
  125. data/assets/fonts/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7A-subset.woff2 +0 -0
  126. data/assets/fonts/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s-subset.woff2 +0 -0
  127. data/assets/fonts/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEA-subset.woff2 +0 -0
  128. data/assets/fonts/poppins/v20/pxiEyp8kv8JHgFVrFJA-subset.woff2 +0 -0
  129. data/assets/fonts/poppins/v20/pxiGyp8kv8JHgFVrJJLedw-subset.woff2 +0 -0
  130. data/assets/fonts/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ-subset.woff2 +0 -0
  131. data/assets/fonts/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ-subset.woff2 +0 -0
  132. data/assets/fonts/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP-subset.woff2 +0 -0
  133. data/assets/fonts/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP-subset.woff2 +0 -0
  134. data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
  135. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
  136. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
  137. data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
  138. data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
  139. data/assets/fonts/spectral/v13/rnCr-xNNww_2s0amA-M--subset.woff2 +0 -0
  140. data/assets/fonts/spectral/v13/rnCs-xNNww_2s0amA9uCt13G-subset.woff2 +0 -0
  141. data/assets/fonts/spectral/v13/rnCt-xNNww_2s0amA9M8kn0-subset.woff2 +0 -0
  142. data/assets/fonts/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafM-subset.woff2 +0 -0
  143. data/assets/js/script.js +44 -0
  144. data/assets/templates/results.html +17 -0
  145. metadata +552 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 60ff41b315f20c02cbec35745de2f6126ce6c030bf2b98e97a95d7ca0ec75058
4
+ data.tar.gz: 992b579d4e19f5f1915c3a7610f62d2a08380fdaeec567a073203894fc085139
5
+ SHA512:
6
+ metadata.gz: 3d30c1b846a12a26502f1e74e884aeeec869d81591e71e4b628e4996505a25a194cb00050cd04a5666ef10c13bff8e814d8d3ddbf3d085949f4b666a734c29ef
7
+ data.tar.gz: 5d141b0c5a370e9727576fc1343b0f5b0c44f4bc60327be3022e776546beb068603480541cf88fefd4576df5a3c75e71684a9b2af880dc29c0805bbec4271fbc
data/LICENSE.txt ADDED
@@ -0,0 +1,168 @@
1
+ Copyright (c) 2020 Sutty
2
+
3
+ The following license is modified from the MIT license and downloaded
4
+ from <https://github.com/Laurelai/anti-fascist-mit-license> on
5
+ 2019-07-11.
6
+
7
+ Anti-Fascist MIT License:
8
+
9
+ The following conditions must be met by any person obtaining a copy of
10
+ this software:
11
+
12
+ - You MAY NOT be a fascist.
13
+ - You MUST not financially support fascists.
14
+ - You MUST not intentionally provide or knowingly provide through
15
+ inaction a platform for fascists to spread propaganda or organize.
16
+ - You MUST not publicly voice support for fascists.
17
+ - You MAY NOT be a member of any fascist organization, even if you are a
18
+ member to infiltrate for anti-fascist purposes.
19
+
20
+ "Fascist" can be understood as any group or individual who promotes the
21
+ political ideology of fascism.
22
+
23
+ "Fascism" can be broken down into 11 ideological features as well as 8
24
+ tactics that can form a fascist system in varying combinations, for the
25
+ sake of simplicity and brevity the individual or organization in
26
+ question must match to at least 5 features or tactics or a combination
27
+ of the two determined by the individual licencer.
28
+
29
+ Said licencer may provide a list if an individual or group matches to at
30
+ least 5 features upon request from the individual or group in question.
31
+
32
+ The ideological features are listed below.
33
+
34
+ 1. Hyper-nationalism.
35
+
36
+ As defined as "The belief in the superiority of one's nation and of the
37
+ paramount importance of advancing it."
38
+
39
+ 2. Militarism.
40
+
41
+ As defined as "Advocating for an increase in military forces beyond what
42
+ the real defense of a nation needs, more influence of the military upon
43
+ the policies of the civilian government, and a preference for force as a
44
+ solution over diplomacy for problems."
45
+
46
+ 3. Glorification of violence and readiness to use it in politics.
47
+
48
+ As defined as "The belief that violence can be used to cleanse a
49
+ tarnished nation, also by using violence to harm, intimidate or kill
50
+ political oppoenents."
51
+
52
+ 4. Fetishization of youth.
53
+
54
+ As defined as "Extolling the virtues of youth and making a special
55
+ appeal to young people to join a cause or organization"
56
+
57
+ 5. Fetishization of masculinity.
58
+
59
+ As defined as "Extolling the virtues of male authority or patriarchy and
60
+ making a special appeal to men to be leaders of households and groups"
61
+
62
+ 6. Leader cult.
63
+
64
+ As defined as "Creating an idealized, heroic, and worshipful image of a
65
+ leader, often through unquestioning flattery and praise."
66
+
67
+ 7. Lost-golden-age syndrome.
68
+
69
+ As defined as "Creating or promoting the idea that a nation had a lost
70
+ or stolen golden age in the past that must be returned to"
71
+
72
+ 8. Self-definition by opposition.
73
+
74
+ As defined as "Creating or promoting the idea that the group or
75
+ individual is the only person or way who can fight real or imagined
76
+ evils within a society."
77
+
78
+ 9. Mass mobilization and mass party.
79
+
80
+ As defined as "Creating or promoting the creation of a populist group or
81
+ party for the advancment of fascist tactics or features."
82
+
83
+ 10. Hierarchical party structure and tendency to purge the disloyal.
84
+
85
+ As defined as "Removal of membership from a group for lacking absolute
86
+ loyalty or lacking further usefulness to the group. Also having a
87
+ hierarchical structure within the group itself."
88
+
89
+ 11. Theatricality.
90
+
91
+ As defined as "Using spectacle to gain and keep the attention of those
92
+ inside and outside of the group using speeches full of absolutes and or
93
+ superlatives. Elaborate collective rituals (rallies) meant to reenforce
94
+ loyalty within the group."
95
+
96
+ Fascist tactics include
97
+
98
+ 1) Persecution of national minorities.
99
+ 2) Persecution of racial minorities.
100
+ 3) Persecution of religious minorities (Anti-Semitism, Islamophobia and others).
101
+ 4) Promotion of a type of national purity.
102
+ 5) Promotion of a state run by ideologically oriented corporate bodies.
103
+ 6) Persecution of gender or sexual minorities.
104
+ 7) Persecution of the disabled.
105
+ 8) Formation of extra-legal forces (brownshirts) to defend fascist values.
106
+
107
+ Special criteria: Meeting only one point of the special criteria is
108
+ enough to consider someone or a group to be fascist for the purposes of
109
+ this licence.
110
+
111
+ 1. Promotion of any theories that state members of the jewish ethnicity
112
+ or faith control or largely control the world, finance, or other
113
+ global major power system.
114
+
115
+ 2. Denial of the holocaust or any other historically proven genocide.
116
+
117
+ 3. Promotion of ethnostates.
118
+
119
+ 4. Advocating for eugenics. Either positive or negative eugenics.
120
+ Promotion for the rights of abortion are not considered eugenics.
121
+
122
+ 5. Advocating for the removal of rights or legal protections from a
123
+ class or group of people.
124
+
125
+ Former fascists: People or organizations who used to promote the
126
+ political ideology of fascism but no longer do so must meet the
127
+ following criterea to be able to use this software.
128
+
129
+ 1. Publicly disavow past fascist deeds and ideologies.
130
+
131
+ 2. Expose any and all known fascists former allies to the public.
132
+
133
+ A suggested route would be through the one peoples project
134
+ (onepeoplesproject.com). If they can confirm you have done so that
135
+ will count as meeting condition two.
136
+
137
+ 3. Publicly destroy any and all fascist paraphenelia you have in your
138
+ posession including removal of tattoos and body markings
139
+ affiliated with fascist groups or gangs.
140
+
141
+ ANTI-FASCIST-MIT LICENSE:
142
+
143
+ Permission is hereby granted, free of charge, to any person obtaining a
144
+ copy of this software and associated documentation files (the
145
+ "Software"), to deal in the Software without restriction, including
146
+ without limitation the rights to use, copy, modify, merge, publish,
147
+ distribute, sublicense, and/or sell copies of the Software, and to
148
+ permit persons to whom the Software is furnished to do so, subject to
149
+ the following conditions:
150
+
151
+ The above copyright notice and this permission notice shall be included
152
+ in all copies or substantial portions of the Software.
153
+
154
+ The above licence agreement conditions are met in full.
155
+
156
+ The Anti-Fascist MIT License may only be used under the terms of the
157
+ Anti-Fascist MIT License.
158
+
159
+ Any modified versions of this software must also include the
160
+ Anti-Fascist MIT Licence.
161
+
162
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
163
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
164
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
165
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
166
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
167
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
168
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,164 @@
1
+ # sutty-base-jekyll-theme
2
+
3
+ CAMBIAME: Esta es una plantilla base para comenzar cualquier plantilla
4
+ relacionada con Sutty, con el entorno de desarrollo que usamos según
5
+ nuestro flujo de trabajo.
6
+
7
+ ```bash
8
+ # Desde el directorio de trabajo
9
+ cd ~/Sutty
10
+ # Instalar sutty-cli antes de empezar
11
+ gem install sutty-cli
12
+ # Iniciar una plantilla
13
+ sutty-cli theme CAMBIAME
14
+ # Se creó el repositorio
15
+ cd CAMBIAME-jekyll-theme
16
+ ```
17
+
18
+ Para empezar, hay que buscar y reemplazar en todos los archivos donde
19
+ diga `CAMBIAME`.
20
+
21
+ También hay que instalar
22
+ [sutty.local](https://0xacab.org/sutty/sutty.local/):
23
+
24
+ ```bash
25
+ # Desde el directorio de trabajo
26
+ cd ~/Sutty
27
+ # Clonar el repositorio
28
+ git clone https://0xacab.org/sutty/sutty.local.git
29
+ cd sutty.local
30
+ make all domain domain=sutty.local
31
+ cd .. # Volver al directorio de trabajo
32
+ ```
33
+
34
+ Esto genera un certificado a nivel local que luego va a usar el
35
+ servidor de desarrollo.
36
+
37
+ ## Desarrollo
38
+
39
+ Siempre trabajamos desde el directorio raíz del repositorio:
40
+
41
+ ```bash
42
+ cd ~/Sutty/CAMBIAME-jekyll-theme
43
+ ```
44
+
45
+ Primero hay que iniciar los servidores, antes hay que instalar el
46
+ paquete `nghttp2`.
47
+
48
+ ```bash
49
+ make serve
50
+ ```
51
+
52
+ A partir de este momento podemos editar los archivos. Para probar lo
53
+ que estamos haciendo, compilamos el sitio.
54
+
55
+ ```bash
56
+ make build
57
+ ```
58
+
59
+ Hay que hacer esto cada vez que queremos probar cambios.
60
+
61
+ **Nota:** No usamos `jekyll serve` porque entra en conflicto con algunos
62
+ de nuestros complementos y los sitios grandes tardan en compilarse de
63
+ todas formas.
64
+
65
+ ## Actualizar
66
+
67
+ Podemos traer cambios de la base:
68
+
69
+ ```bash
70
+ git pull upstream master
71
+ ```
72
+
73
+ Si hubiera conflictos, los podemos resolver con:
74
+
75
+ ```bash
76
+ # Esto se hace una sola vez, cambiar vimdiff por la herramienta que
77
+ # queramos usar
78
+ git config --global mergetool.tool vimdiff
79
+ git config --global mergetool.keepBackup false
80
+
81
+ # Resolver los conflictos
82
+ git mergetool
83
+ ```
84
+
85
+ ## Publicación
86
+
87
+ Para publicar la plantilla, primero hay que cambiar el nombre al archivo
88
+ `sutty-base-jekyll-theme.gemspec`:
89
+
90
+ ```bash
91
+ git mv {sutty-base,CAMBIAME}-jekyll-theme.gemspec
92
+ ```
93
+
94
+ Cada vez que actualicemos la gema hay que editar
95
+ `CAMBIAME-jekyll-theme.gemspec` para cambiar la versión.
96
+
97
+ Y luego para compilar y publicar la gema:
98
+
99
+ ```bash
100
+ gem build CAMBIAME-jekyll-theme.gemspec
101
+ gem push CAMBIAME-VERSION.gemspec
102
+ ```
103
+
104
+ También hay que actualizar la versión en el
105
+ [skel](https://0xacab.org/sutty/skel.sutty.nl/).
106
+
107
+
108
+ ## Installation
109
+
110
+ Add this line to your Jekyll site's `Gemfile`:
111
+
112
+ ```ruby
113
+ gem "CAMBIAME-jekyll-theme"
114
+ ```
115
+
116
+ And add this line to your Jekyll site's `_config.yml`:
117
+
118
+ ```yaml
119
+ theme: CAMBIAME-jekyll-theme
120
+ ```
121
+
122
+ And then execute:
123
+
124
+ $ bundle
125
+
126
+ Or install it yourself as:
127
+
128
+ $ gem install CAMBIAME-jekyll-theme
129
+
130
+ ## Usage
131
+
132
+ CAMBIAME
133
+
134
+ ## Contributing
135
+
136
+ Bug reports and pull requests are welcome on 0xacab.org at
137
+ https://0xacab.org/sutty/jekyll/CAMBIAME-jekyll-theme. This project is
138
+ intended to be a safe, welcoming space for collaboration, and
139
+ contributors are expected to adhere to the [Sutty's code of
140
+ conduct](http://sutty.nl/en/code-of-conduct).
141
+
142
+ ## Development
143
+
144
+ To set up your environment to develop this theme, run `bundle install`.
145
+
146
+ Your theme is setup just like a normal Jekyll site! To test your theme,
147
+ run `bundle exec jekyll serve` and open your browser at
148
+ `http://localhost:4000`. This starts a Jekyll server using your
149
+ theme. Add pages, documents, data, etc. like normal to test your theme's
150
+ contents. As you make modifications to your theme and to your content,
151
+ your site will regenerate and you should see the changes in the browser
152
+ after a refresh, just like normal.
153
+
154
+ When your theme is released, only the files in `_layouts`, `_includes`,
155
+ `_sass` and `assets` tracked with Git will be bundled.
156
+
157
+ To add a custom directory to your theme-gem, please edit the array in
158
+ `CAMBIAME-jekyll-theme.gemspec` accordingly.
159
+
160
+ ## License
161
+
162
+ The theme is available as open source under the terms of the [Antifacist
163
+ MIT License](LICENSE.txt).
164
+
data/_config.yml ADDED
@@ -0,0 +1,55 @@
1
+ ---
2
+ plugins:
3
+ - jekyll-hardlinks
4
+ - jekyll-drafts-as-metadata
5
+ - jekyll-locales
6
+ - jekyll-ignore-layouts
7
+ - jekyll-relative-urls
8
+ - jekyll-dotenv
9
+ - jekyll-include-cache
10
+ - jekyll-linked-posts
11
+ - jekyll-commonmark
12
+ - jekyll-feed
13
+ - jekyll-order
14
+ - jekyll-data
15
+ - jekyll-seo-tag
16
+ - jekyll-images
17
+ - jekyll-embed-urls
18
+ - sutty-liquid
19
+ - jekyll-gzip
20
+ - jekyll-brotli
21
+ - sutty-archives
22
+ markdown: CommonMark
23
+ commonmark:
24
+ options:
25
+ - SMART
26
+ - FOOTNOTES
27
+ - UNSAFE
28
+ extensions:
29
+ - strikethrough
30
+ - autolink
31
+ - table
32
+ sass:
33
+ load_paths:
34
+ - node_modules
35
+ permalink: ":title/"
36
+ images:
37
+ interlaced: true
38
+ locales:
39
+ - es
40
+ ignored_layouts:
41
+ - menu
42
+ - theme
43
+ - pregunta
44
+ - footer
45
+ - integrante
46
+ linked_fields:
47
+ - preguntas_frecuentes
48
+ - pregunta
49
+ - post
50
+ - item
51
+ - items
52
+ description: Plantilla Judiciales
53
+ title: Judiciales Testing
54
+ url: https://judiciales.testing.sutty.nl
55
+ hostname: judiciales.testing.sutty.nl
data/_data/en.yml ADDED
@@ -0,0 +1,85 @@
1
+ ---
2
+ locale: English
3
+ date:
4
+ format: '%m/%d/%Y'
5
+ abbr_day_names:
6
+ - Mon
7
+ - Tue
8
+ - Wed
9
+ - Thu
10
+ - Fri
11
+ - Sat
12
+ - Sun
13
+ day_names:
14
+ - Monday
15
+ - Tuesday
16
+ - Wednesday
17
+ - Thursday
18
+ - Friday
19
+ - Saturday
20
+ - Sunday
21
+ abbr_month_names:
22
+ - Jan
23
+ - Feb
24
+ - Mar
25
+ - Apr
26
+ - May
27
+ - Jun
28
+ - Jul
29
+ - Aug
30
+ - Sep
31
+ - Oct
32
+ - Nov
33
+ - Dec
34
+ month_names:
35
+ - January
36
+ - February
37
+ - March
38
+ - April
39
+ - May
40
+ - June
41
+ - July
42
+ - August
43
+ - September
44
+ - October
45
+ - November
46
+ - December
47
+ time:
48
+ am: am
49
+ pm: pm
50
+ fediverse: "Fediverse"
51
+ layouts:
52
+ post: Article
53
+ menu:
54
+ title: Menu
55
+ items:
56
+ - title: Home
57
+ href: ''
58
+ share:
59
+ text: Share
60
+ icon: share-alt
61
+ items:
62
+ - title: Twitter
63
+ url: "https://twitter.com/intent/tweet?url=%url&amp;text=%title%0A%0A%description&amp;hashtags=%tags"
64
+ icon: twitter
65
+ - title: Facebook
66
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&amp;t=%title%0A%0A%description"
67
+ icon: facebook-official
68
+ - title: Whatsapp
69
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
70
+ icon: whatsapp
71
+ - title: Telegram
72
+ url: "https://t.me/share/url?url=%url&amp;text=%title%0A%0A%description"
73
+ icon: telegram
74
+ - title: Tumblr
75
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&amp;title=%title&amp;caption=%description&amp;tags=%tags"
76
+ icon: tumblr
77
+ - title: Reddit
78
+ url: "https://reddit.com/submit?url=%url&amp;title=%tags%20-%20%title"
79
+ icon: reddit
80
+ - title: E-mail
81
+ url: "mailto:?subject=%title&amp;body=%description%0A%0A%url"
82
+ icon: envelope
83
+ - title: Fediverse
84
+ url: "https://fediverse.sutty.nl/en/?u=%url&amp;t=%title&amp;d=%description%20%tags"
85
+ icon: mastodon-alt
data/_data/es.yml ADDED
@@ -0,0 +1,114 @@
1
+ ---
2
+ locale: Castellano
3
+ date:
4
+ format: '%d/%m/%Y'
5
+ abbr_day_names:
6
+ - Lun
7
+ - Mar
8
+ - Mié
9
+ - Jue
10
+ - Vie
11
+ - Sáb
12
+ - Dom
13
+ day_names:
14
+ - Lunes
15
+ - Martes
16
+ - Miércoles
17
+ - Jueves
18
+ - Viernes
19
+ - Sábado
20
+ - Domingo
21
+ abbr_month_names:
22
+ - Ene
23
+ - Feb
24
+ - Mar
25
+ - Abr
26
+ - May
27
+ - Jun
28
+ - Jul
29
+ - Ago
30
+ - Sep
31
+ - Oct
32
+ - Nov
33
+ - Dic
34
+ month_names:
35
+ - Enero
36
+ - Febrero
37
+ - Marzo
38
+ - Abril
39
+ - Mayo
40
+ - Junio
41
+ - Julio
42
+ - Agosto
43
+ - Septiembre
44
+ - Octubre
45
+ - Noviembre
46
+ - Diciembre
47
+ time:
48
+ am: am
49
+ pm: pm
50
+ fediverse: "Fediverso"
51
+ layouts:
52
+ post: "Artículo"
53
+ home: "Inicio"
54
+ novedades: "Novedades"
55
+ faq: "Preguntas frecuentes"
56
+ servicios: "Servicios"
57
+ about: "Información del sitio"
58
+ theme: "Personalizar plantilla"
59
+ menu:
60
+ title: Menú
61
+ items:
62
+ - title: Quiénes somos
63
+ href: '/#about2'
64
+ - title: Novedades
65
+ href: '/novedades'
66
+ - title: Servicios
67
+ href: '/servicios'
68
+ - title: Contacto
69
+ href: '#contacto'
70
+ - title: Preguntas frecuentes
71
+ href: '?#faq'
72
+ share:
73
+ text: Compartir
74
+ icon: share-alt
75
+ items:
76
+ - title: Instagram
77
+ url: "%url"
78
+ icon: instagram
79
+ - title: Twitter
80
+ url: "https://twitter.com/intent/tweet?url=%url&amp;text=%title%0A%0A%description&amp;hashtags=%tags"
81
+ icon: twitter
82
+ - title: Facebook
83
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&amp;t=%title%0A%0A%description"
84
+ icon: facebook-official
85
+ - title: Whatsapp
86
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
87
+ icon: whatsapp
88
+ - title: Telegram
89
+ url: "https://t.me/share/url?url=%url&amp;text=%title%0A%0A%description"
90
+ icon: telegram
91
+ - title: Tumblr
92
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&amp;title=%title&amp;caption=%description&amp;tags=%tags"
93
+ icon: tumblr
94
+ - title: Reddit
95
+ url: "https://reddit.com/submit?url=%url&amp;title=%tags%20-%20%title"
96
+ icon: reddit
97
+ - title: Correo
98
+ url: "mailto:?subject=%title&amp;body=%description%0A%0A%url"
99
+ icon: envelope
100
+ - title: Fediverso
101
+ url: "https://fediverse.sutty.nl/es/?u=%url&amp;t=%title&amp;d=%description%20%tags"
102
+ icon: mastodon-alt
103
+ more: "Ver nota completa"
104
+ news: "Descargar novedades"
105
+ logo:
106
+ title: 'Corriente Judiciales x la Unidad'
107
+ footer:
108
+ credits: "Diseño por [Cooperativa de Diseño](http://cooperativadedisenio.com/). Hecho con [Sutty](https://sutty.nl/)."
109
+ home:
110
+ contact: "Contacto"
111
+ faqs: "Preguntas frecuentes"
112
+ post:
113
+ more: "Ver nota completa"
114
+ download: "Descargar novedades"
@@ -0,0 +1,37 @@
1
+ ---
2
+ name:
3
+ type: "string"
4
+ class: "w-md-50"
5
+ autocomplete: "name"
6
+ label:
7
+ es: "Nombre"
8
+ en: "Name"
9
+ placeholder:
10
+ es: "Nombre elegido, pseudónimo, alias"
11
+ en: "Choosen name, pseudonym, alias"
12
+ from:
13
+ required: true
14
+ type: "email"
15
+ class: "w-md-50"
16
+ autocomplete: "email"
17
+ label:
18
+ es: "Correo electrónico"
19
+ en: "E-mail address"
20
+ phone:
21
+ type: "tel"
22
+ class: "w-md-50"
23
+ autocomplete: "tel"
24
+ label:
25
+ es: "Teléfono"
26
+ en: "Phone number"
27
+ body:
28
+ required: true
29
+ type: text
30
+ label:
31
+ es: Mensaje
32
+ en: Message
33
+ submit:
34
+ type: submit
35
+ label:
36
+ es: Enviar
37
+ en: Send