observatorio-jekyll-theme 0.1.2

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 (163) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +168 -0
  3. data/README.md +164 -0
  4. data/_config.yml +112 -0
  5. data/_data/assets.json +4 -0
  6. data/_data/en.yml +106 -0
  7. data/_data/es.yml +131 -0
  8. data/_data/forms/asociate.yml +55 -0
  9. data/_data/forms/contacto.yml +59 -0
  10. data/_data/forms/dona.yml +60 -0
  11. data/_data/forms/newsletter.yml +18 -0
  12. data/_data/forms/shipping_address.yml +94 -0
  13. data/_data/forms/sumate.yml +46 -0
  14. data/_data/forms/user.yml +13 -0
  15. data/_data/layouts/about.yml +112 -0
  16. data/_data/layouts/banner_1.yml +65 -0
  17. data/_data/layouts/banner_2.yml +89 -0
  18. data/_data/layouts/biblioteca.yml +110 -0
  19. data/_data/layouts/cart.yml +222 -0
  20. data/_data/layouts/confirmation.yml +68 -0
  21. data/_data/layouts/contacto.yml +82 -0
  22. data/_data/layouts/email.yml +56 -0
  23. data/_data/layouts/integrante.yml +60 -0
  24. data/_data/layouts/menu.yml +73 -0
  25. data/_data/layouts/payment.yml +126 -0
  26. data/_data/layouts/peticiones.yml +87 -0
  27. data/_data/layouts/post.yml +135 -0
  28. data/_data/layouts/product.yml +142 -0
  29. data/_data/layouts/shipment.yml +126 -0
  30. data/_data/layouts/theme.yml +266 -0
  31. data/_includes/5b0263ea6cfc4dab9f3d3fcec87a8337.webp +0 -0
  32. data/_includes/archive.html +14 -0
  33. data/_includes/archive_layout_about.html +0 -0
  34. data/_includes/archive_layout_articulos.html +14 -0
  35. data/_includes/archive_layout_banner-1.html +0 -0
  36. data/_includes/archive_layout_banner-2.html +0 -0
  37. data/_includes/archive_layout_banner_1.html +0 -0
  38. data/_includes/archive_layout_banner_2.html +0 -0
  39. data/_includes/archive_layout_biblioteca.html +16 -0
  40. data/_includes/archive_layout_contacto.html +0 -0
  41. data/_includes/archive_layout_integrantes.html +26 -0
  42. data/_includes/archive_layout_layout.html +0 -0
  43. data/_includes/archive_layout_menu.html +0 -0
  44. data/_includes/archive_layout_theme.html +0 -0
  45. data/_includes/archive_post.html +0 -0
  46. data/_includes/boolean.html +30 -0
  47. data/_includes/cart_add.html +8 -0
  48. data/_includes/cart_controller.html +11 -0
  49. data/_includes/contact.html +23 -0
  50. data/_includes/content.html +1 -0
  51. data/_includes/country.html +53 -0
  52. data/_includes/device_detector.html +15 -0
  53. data/_includes/donacion.html +125 -0
  54. data/_includes/email.html +1 -0
  55. data/_includes/file.html +35 -0
  56. data/_includes/floating_alert.html +6 -0
  57. data/_includes/footer.html +11 -0
  58. data/_includes/form/boolean.html +1 -0
  59. data/_includes/form/content.html +1 -0
  60. data/_includes/form/email.html +1 -0
  61. data/_includes/form/file.html +1 -0
  62. data/_includes/form/hidden.html +1 -0
  63. data/_includes/form/image.html +1 -0
  64. data/_includes/form/input.html +1 -0
  65. data/_includes/form/markdown_content.html +1 -0
  66. data/_includes/form/number.html +1 -0
  67. data/_includes/form/predefined_array.html +1 -0
  68. data/_includes/form/section.html +1 -0
  69. data/_includes/form/separator.html +1 -0
  70. data/_includes/form/string.html +1 -0
  71. data/_includes/form/submit.html +1 -0
  72. data/_includes/form/tel.html +1 -0
  73. data/_includes/form/text.html +1 -0
  74. data/_includes/form/url.html +1 -0
  75. data/_includes/hidden.html +5 -0
  76. data/_includes/image.html +32 -0
  77. data/_includes/input.html +49 -0
  78. data/_includes/intento%20logo%20b_edited.webp +0 -0
  79. data/_includes/item.html +38 -0
  80. data/_includes/logo.png +0 -0
  81. data/_includes/logo.svg +1560 -0
  82. data/_includes/markdown_content.html +1 -0
  83. data/_includes/matomo.html +15 -0
  84. data/_includes/menu.html +27 -0
  85. data/_includes/navbar.html +32 -0
  86. data/_includes/newsletter.html +10 -0
  87. data/_includes/notification.html +5 -0
  88. data/_includes/number.html +1 -0
  89. data/_includes/pack.html +1 -0
  90. data/_includes/password.html +1 -0
  91. data/_includes/pay_what_you_can_controller.html +13 -0
  92. data/_includes/picture.html +23 -0
  93. data/_includes/post.html +48 -0
  94. data/_includes/postal_code.html +45 -0
  95. data/_includes/predefined_array.html +39 -0
  96. data/_includes/preload_font.html +1 -0
  97. data/_includes/product.html +38 -0
  98. data/_includes/search.html +25 -0
  99. data/_includes/section.html +1 -0
  100. data/_includes/separator.html +1 -0
  101. data/_includes/share.html +22 -0
  102. data/_includes/share_box.html +29 -0
  103. data/_includes/social_networks.html +8 -0
  104. data/_includes/state.html +52 -0
  105. data/_includes/string.html +3 -0
  106. data/_includes/subitem.html +7 -0
  107. data/_includes/submit.html +5 -0
  108. data/_includes/tel.html +1 -0
  109. data/_includes/text.html +32 -0
  110. data/_includes/url.html +1 -0
  111. data/_includes/video.html +7 -0
  112. data/_layouts/about.html +52 -0
  113. data/_layouts/acciones.html +21 -0
  114. data/_layouts/archive.html +5 -0
  115. data/_layouts/asociate.html +20 -0
  116. data/_layouts/biblioteca.html +85 -0
  117. data/_layouts/cart.html +72 -0
  118. data/_layouts/confirmation.html +23 -0
  119. data/_layouts/contacto.html +47 -0
  120. data/_layouts/default.html +72 -0
  121. data/_layouts/dona.html +20 -0
  122. data/_layouts/home.html +142 -0
  123. data/_layouts/integrante.html +26 -0
  124. data/_layouts/layout-categories.html +5 -0
  125. data/_layouts/layout.html +6 -0
  126. data/_layouts/page.html +5 -0
  127. data/_layouts/participa.html +12 -0
  128. data/_layouts/payment.html +21 -0
  129. data/_layouts/peticiones.html +24 -0
  130. data/_layouts/post.html +91 -0
  131. data/_layouts/product.html +110 -0
  132. data/_layouts/shipment.html +52 -0
  133. data/_layouts/sumate.html +20 -0
  134. data/_sass/accessibility.scss +54 -0
  135. data/_sass/content.scss +11 -0
  136. data/_sass/editor.scss +29 -0
  137. data/_sass/embed.scss +13 -0
  138. data/_sass/floating_alert.scss +48 -0
  139. data/_sass/fonts.scss +29 -0
  140. data/_sass/helpers.scss +379 -0
  141. data/_sass/menu.scss +36 -0
  142. data/_sass/share_box.scss +26 -0
  143. data/_sass/slider.scss +29 -0
  144. data/_sass/snap.scss +60 -0
  145. data/_sass/toggler.scss +62 -0
  146. data/assets/css/styles.scss +173 -0
  147. data/assets/data/site.json +10 -0
  148. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  149. data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
  150. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
  151. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
  152. data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
  153. data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
  154. data/assets/js/pack.9dc6883564ec9354c89d.js +114 -0
  155. data/assets/js/pack.9dc6883564ec9354c89d.js.map +1 -0
  156. data/assets/templates/alert.html +9 -0
  157. data/assets/templates/cart.html +67 -0
  158. data/assets/templates/confirmation.html +67 -0
  159. data/assets/templates/payment_methods.html +64 -0
  160. data/assets/templates/recover_order.html +13 -0
  161. data/assets/templates/results.html +53 -0
  162. data/assets/templates/shipping_methods.html +38 -0
  163. metadata +568 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9047b5f771449e5cf7862922baa6b3b720e768c0b1b04e292df287f049625a86
4
+ data.tar.gz: 16f5020d6756277c796c2c2a4689bfc2ce9fb9645d1d23a7a39b9169a2e3c262
5
+ SHA512:
6
+ metadata.gz: 29e2145f1727c4f12f6849d50d7f703e45120bcc9524f573ea155c9cd63d5c9a2a098a1fbea23b2cfdc292e54bba415af988069228acc46997ff9f3b5c4d2ce2
7
+ data.tar.gz: c8102d204673d3a58e077522e39084fe694485f8fda5840ce47aa6f1f8cff90fc2b13ea90b4a2b094787bed360ed919f998e70ff224b26fa72ebf703786ceeef
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,112 @@
1
+ plugins:
2
+ #- jekyll-lunr
3
+ - jekyll-hardlinks
4
+ - jekyll-locales
5
+ - jekyll-ignore-layouts
6
+ - jekyll-relative-urls
7
+ - jekyll-dotenv
8
+ - jekyll-include-cache
9
+ - jekyll-linked-posts
10
+ - jekyll-commonmark
11
+ - jekyll-feed
12
+ - jekyll-order
13
+ - jekyll-data
14
+ - jekyll-seo-tag
15
+ - jekyll-images
16
+ - sutty-liquid
17
+ #- jekyll-embed-urls
18
+ - jekyll-brotli
19
+ - jekyll-gzip
20
+ theme: observatorio-jekyll-theme
21
+ markdown: CommonMark
22
+ commonmark:
23
+ options:
24
+ - SMART
25
+ - FOOTNOTES
26
+ - UNSAFE
27
+ extensions:
28
+ - strikethrough
29
+ - autolink
30
+ - table
31
+ # Agregar node_modules a la lista de directorios donde SASS busca
32
+ # archivos. Podríamos haber agregado solo "node_modules/bootstrap/scss"
33
+ # pero queríamos dejarlo abierto para poder cambiar de framework o
34
+ # llamar a varios a la vez.
35
+ sass:
36
+ style: compressed
37
+ load_paths:
38
+ - node_modules
39
+ # Opciones para generar las URLs de las páginas. Por defecto Jekyll
40
+ # crea /categoria/año/mes/dia/titulo.html que me parece innecesariamente
41
+ # larga.
42
+ #
43
+ # Con esto generamos URLs relativas (sin / al principio) y solo el
44
+ # titulo convertido en slug. El slug es la versión limpia del título,
45
+ # sin espacios ni mayusculas, a veces sin tildes.
46
+ #
47
+ # En realidad Jekyll es un poco confuso acá porque :title es el nombre
48
+ # del archivo usado en _posts/yyyy-mm-dd-slug.md y no el titulo
49
+ # slugificado. De todas formas Sutty se encarga de que coincidan.
50
+ permalink: ":title/"
51
+ # El nombre de la plantilla
52
+ # theme: sutty-base-jekyll-theme
53
+ # La lista de resoluciones de imágenes disponibles para jekyll-images.
54
+ # Estamos usando los puntos de quiebre de bootstrap.
55
+ #
56
+ # https://getbootstrap.com/docs/4.4/layout/overview/#responsive-breakpoints
57
+ images:
58
+ sizes:
59
+ - 576
60
+ - 768
61
+ - 992
62
+ - 1140
63
+ locales:
64
+ - es
65
+ ignored_layouts:
66
+ - menu
67
+ - email
68
+ - banner_1
69
+ - banner_2
70
+ - theme
71
+ linked_fields:
72
+ - post
73
+ - item
74
+ - items
75
+ jekyll-archives:
76
+ slug: latin
77
+ replace: true
78
+ group: true
79
+ enabled:
80
+ - year
81
+ - tags
82
+ - categories
83
+ - layout
84
+ combined:
85
+ layout-categories:
86
+ - layout
87
+ - categories
88
+ layouts:
89
+ tag: archive
90
+ category: archive
91
+ layout-categories: layout-categories
92
+ layout: layout
93
+ permalinks:
94
+ tag: "etiqueta/:name/"
95
+ category: "categoria/:name/"
96
+ layout-categories: ":layout/:categories/"
97
+ layout: ":name/"
98
+ titles:
99
+ integrante: Integrantes
100
+ post: Artículos
101
+ biblioteca: Biblioteca
102
+ jekyll-lunr:
103
+ fields:
104
+ - title
105
+ - description
106
+ - layout
107
+ - image
108
+ - slug
109
+ - tags
110
+ - categories
111
+ - video
112
+ - author
data/_data/assets.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "assets/js/pack.js": "assets/js/pack.9dc6883564ec9354c89d.js",
3
+ "assets/js/pack.js.map": "assets/js/pack.9dc6883564ec9354c89d.js.map"
4
+ }
data/_data/en.yml ADDED
@@ -0,0 +1,106 @@
1
+ ---
2
+ locale: 'English'
3
+ countries:
4
+ validation: 'Choose a country from the list'
5
+ states:
6
+ validation: 'Choose a state from the list'
7
+ recover_order: 'Recover order'
8
+ alerts:
9
+ incorrect_password: "You're registered but your password is incorrect, you can try again or continue shopping as a guest."
10
+ successful_login: "You're logged in, your order will be added to your shopping history."
11
+ successful_signup: "Thanks for signing up!"
12
+ error: "There was an error contacting the store, please try again in a few minutes :("
13
+ no_response_error: "There was an error contacting the store, please try again in a few minutes :("
14
+ spree_error: "There was an error contacting the store, please try again in a few minutes :("
15
+ recover_order: "We can't find your order"
16
+ select_format: "Choose a format:"
17
+ date:
18
+ format: '%m/%d/%Y'
19
+ abbr_day_names:
20
+ - Mon
21
+ - Tue
22
+ - Wed
23
+ - Thu
24
+ - Fri
25
+ - Sat
26
+ - Sun
27
+ day_names:
28
+ - Monday
29
+ - Tuesday
30
+ - Wednesday
31
+ - Thursday
32
+ - Friday
33
+ - Saturday
34
+ - Sunday
35
+ abbr_month_names:
36
+ - Jan
37
+ - Feb
38
+ - Mar
39
+ - Apr
40
+ - May
41
+ - Jun
42
+ - Jul
43
+ - Aug
44
+ - Sep
45
+ - Oct
46
+ - Nov
47
+ - Dec
48
+ month_names:
49
+ - January
50
+ - February
51
+ - March
52
+ - April
53
+ - May
54
+ - June
55
+ - July
56
+ - August
57
+ - September
58
+ - October
59
+ - November
60
+ - December
61
+ time:
62
+ am: am
63
+ pm: pm
64
+ layouts:
65
+ post: Article
66
+ cart: Cart
67
+ confirmation: Order confirmation
68
+ payment: Payment
69
+ shipment: Shipment
70
+ email: Confirmation E-mail
71
+ menu: Menu
72
+ about: About this site
73
+ theme: Customize theme
74
+ menu:
75
+ title: Menu
76
+ share:
77
+ text: Share
78
+ icon: share-alt
79
+ items:
80
+ - title: Twitter
81
+ url: "https://twitter.com/intent/tweet?url=%url&amp;text=%title%0A%0A%description&amp;hashtags=%tags"
82
+ icon: twitter
83
+ - title: Facebook
84
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&amp;t=%title%0A%0A%description"
85
+ icon: facebook
86
+ - title: Whatsapp
87
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
88
+ icon: whatsapp
89
+ - title: Telegram
90
+ url: "https://t.me/share/url?url=%url&amp;text=%title%0A%0A%description"
91
+ icon: telegram
92
+ - title: Tumblr
93
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&amp;title=%title&amp;caption=%description&amp;tags=%tags"
94
+ icon: tumblr
95
+ - title: Reddit
96
+ url: "https://reddit.com/submit?url=%url&amp;title=%tags%20-%20%title"
97
+ icon: reddit
98
+ - title: E-mail
99
+ url: "mailto:?subject=%title&amp;body=%description%0A%0A%url"
100
+ icon: envelope
101
+ - title: Fediverse
102
+ url: "https://fediverse.sutty.nl/en/?u=%url&amp;t=%title&amp;d=%description%20%tags"
103
+ icon: mastodon
104
+ credits: "Made by [Sutty](https://sutty.nl/en/)."
105
+ accessibility:
106
+ skip_to_content: Skip to content
data/_data/es.yml ADDED
@@ -0,0 +1,131 @@
1
+ ---
2
+ locale: Castellano
3
+ countries:
4
+ validation: Elige un país de la lista
5
+ states:
6
+ validation: Elige una provincia/estado de la lista
7
+ recover_order: Rehacer el pedido
8
+ alerts:
9
+ incorrect_password: Estás registrade pero la contraseña es incorrecta, podés intentar de nuevo o continuar la compra como invitade.
10
+ successful_login: Iniciaste sesión, tu pedido se agregará a tu historia de compras.
11
+ successful_signup: ¡Gracias por registrarte!
12
+ error: 'Hubo un error al comunicarse con la tienda, te invitamos a intentar en unos minutos :('
13
+ no_response_error: 'Hubo un error al comunicarse con la tienda, te invitamos a intentar en unos minutos :('
14
+ spree_error: 'Hubo un error al comunicarse con la tienda, te invitamos a intentar en unos minutos :('
15
+ recover_order: 'No encontramos el pedido en la tienda'
16
+ select_format: 'Seleccionar formato:'
17
+ errors:
18
+ fields:
19
+ email: Correo electrónico
20
+ password_confirmation: Confirmación de contraseña
21
+ quantity: Cantidad
22
+ bill_address: Dirección de facturación
23
+ base: Carrito
24
+ date:
25
+ format: '%d/%m/%Y'
26
+ abbr_day_names:
27
+ - Lun
28
+ - Mar
29
+ - Mié
30
+ - Jue
31
+ - Vie
32
+ - Sáb
33
+ - Dom
34
+ day_names:
35
+ - Lunes
36
+ - Martes
37
+ - Miércoles
38
+ - Jueves
39
+ - Viernes
40
+ - Sábado
41
+ - Domingo
42
+ abbr_month_names:
43
+ - Ene
44
+ - Feb
45
+ - Mar
46
+ - Abr
47
+ - May
48
+ - Jun
49
+ - Jul
50
+ - Ago
51
+ - Sep
52
+ - Oct
53
+ - Nov
54
+ - Dic
55
+ month_names:
56
+ - Enero
57
+ - Febrero
58
+ - Marzo
59
+ - Abril
60
+ - Mayo
61
+ - Junio
62
+ - Julio
63
+ - Agosto
64
+ - Septiembre
65
+ - Octubre
66
+ - Noviembre
67
+ - Diciembre
68
+ time:
69
+ am: am
70
+ pm: pm
71
+ layouts:
72
+ post: Artículo
73
+ cart: Carrito
74
+ confirmation: Confirmación de compra
75
+ payment: Pago
76
+ shipment: Envío
77
+ email: Correo de confirmación
78
+ menu: Menú
79
+ about: Información del sitio
80
+ theme: Personalizar plantilla
81
+ menu:
82
+ title: Menú
83
+ share:
84
+ text: Compartir
85
+ icon: share-alt
86
+ items:
87
+ - title: Twitter
88
+ url: "https://twitter.com/intent/tweet?url=%url&amp;text=%title%0A%0A%description&amp;hashtags=%tags"
89
+ icon: twitter
90
+ - title: Facebook
91
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&amp;t=%title%0A%0A%description"
92
+ icon: facebook
93
+ - title: Whatsapp
94
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
95
+ icon: whatsapp
96
+ - title: Telegram
97
+ url: "https://t.me/share/url?url=%url&amp;text=%title%0A%0A%description"
98
+ icon: telegram
99
+ - title: Tumblr
100
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&amp;title=%title&amp;caption=%description&amp;tags=%tags"
101
+ icon: tumblr
102
+ - title: Reddit
103
+ url: "https://reddit.com/submit?url=%url&amp;title=%tags%20-%20%title"
104
+ icon: reddit
105
+ - title: Correo
106
+ url: "mailto:?subject=%title&amp;body=%description%0A%0A%url"
107
+ icon: envelope
108
+ - title: Fediverso
109
+ url: "https://fediverse.sutty.nl/es/?u=%url&amp;t=%title&amp;d=%description%20%tags"
110
+ icon: mastodon-alt
111
+ more: Leer más
112
+ firmar: Firmar
113
+ footer:
114
+ credits: "Hecho con [Sutty](https://sutty.nl/)."
115
+ post:
116
+ height: 20
117
+ logros:
118
+ title: Nuestros logros y acciones
119
+ accessibility:
120
+ skip_to_content: Saltar al contenido
121
+ post: Abrir el artículo
122
+ previous: Anterior
123
+ next: Siguiente
124
+ biblioteca:
125
+ link: Visitar el sitio
126
+ file: Descargar el archivo
127
+ search:
128
+ title: Búsqueda
129
+ label: Término de búsqueda
130
+ submit: Buscar
131
+ whatsapp: Suscribite por WhatsApp