radios-comunitarias-jekyll-theme 0.1.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 (64) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +168 -0
  3. data/README.md +113 -0
  4. data/_data/en.yml +38 -0
  5. data/_data/es.yml +61 -0
  6. data/_data/forms/contacto.yml +40 -0
  7. data/_data/layouts/post.yml +112 -0
  8. data/_data/layouts/radio.yml +165 -0
  9. data/_includes/boolean.html +30 -0
  10. data/_includes/contact.html +19 -0
  11. data/_includes/content.html +1 -0
  12. data/_includes/email.html +1 -0
  13. data/_includes/file.html +35 -0
  14. data/_includes/footer.html +28 -0
  15. data/_includes/form/boolean.html +1 -0
  16. data/_includes/form/content.html +1 -0
  17. data/_includes/form/email.html +1 -0
  18. data/_includes/form/file.html +1 -0
  19. data/_includes/form/hidden.html +1 -0
  20. data/_includes/form/image.html +1 -0
  21. data/_includes/form/input.html +1 -0
  22. data/_includes/form/markdown_content.html +1 -0
  23. data/_includes/form/number.html +1 -0
  24. data/_includes/form/predefined_array.html +1 -0
  25. data/_includes/form/section.html +1 -0
  26. data/_includes/form/separator.html +1 -0
  27. data/_includes/form/string.html +1 -0
  28. data/_includes/form/submit.html +1 -0
  29. data/_includes/form/tel.html +1 -0
  30. data/_includes/form/text.html +1 -0
  31. data/_includes/form/url.html +1 -0
  32. data/_includes/hidden.html +5 -0
  33. data/_includes/image.html +32 -0
  34. data/_includes/input.html +33 -0
  35. data/_includes/logo.html +5 -0
  36. data/_includes/markdown_content.html +1 -0
  37. data/_includes/navbar.html +78 -0
  38. data/_includes/number.html +1 -0
  39. data/_includes/post.html +118 -0
  40. data/_includes/predefined_array.html +39 -0
  41. data/_includes/reproductor.html +20 -0
  42. data/_includes/section.html +1 -0
  43. data/_includes/separator.html +1 -0
  44. data/_includes/share.html +28 -0
  45. data/_includes/share_box.html +13 -0
  46. data/_includes/string.html +3 -0
  47. data/_includes/submit.html +1 -0
  48. data/_includes/tel.html +1 -0
  49. data/_includes/text.html +32 -0
  50. data/_includes/url.html +1 -0
  51. data/_layouts/default.html +40 -0
  52. data/_layouts/home.html +30 -0
  53. data/_layouts/post.html +5 -0
  54. data/_layouts/radio.html +49 -0
  55. data/_sass/accessibility.scss +13 -0
  56. data/_sass/helpers.scss +54 -0
  57. data/_sass/share.html +12 -0
  58. data/_sass/share_box.html +16 -0
  59. data/_sass/share_box.scss +26 -0
  60. data/_sass/toggler.scss +39 -0
  61. data/assets/css/styles.scss +66 -0
  62. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  63. data/assets/js/script.js +50 -0
  64. metadata +279 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b93a083070fd4c1506493621ae9eff68378cc030d8330cc6d04833b7ef9155c2
4
+ data.tar.gz: e731bf06c4b178d571dbe7bb1ff94bb02823dc2732b9fdd1289edcc5c7675bc4
5
+ SHA512:
6
+ metadata.gz: d4b9789a54cc91a4511f052cfa14540892d8fbe92420b81aa6eb17150541997401ee79cc8037a141e14f85496bdd46c6d685dbbbd82c15a6fec25243c051df90
7
+ data.tar.gz: 4f6ecd29c2d0a5e442397423a5f5609779bb052cff46e8054973132fcfe16d31db35857b7cbdee547eeb4bfa4d14dd7ad4f645afbd40531da37cf2bb00794b29
@@ -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.
@@ -0,0 +1,113 @@
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
+ La instalación de esta gema se realiza bifurcando el desarrollo de esta
8
+ usando git, por ejemplo:
9
+
10
+ ```bash
11
+ # Hacer un fork local desde sutty-base-jekyll-theme a nuestra plantilla
12
+ git clone https://0xacab.org/sutty/jekyll/sutty-base-jekyll-theme.git \
13
+ CAMBIAME-jekyll-theme
14
+ cd CAMBIAME-jekyll-theme
15
+
16
+ # Sutty-base ahora es el proyecto base, desde el que podemos tomar
17
+ # cambios, pero no enviamos para no mezclar las cosas
18
+ git remote rename origin upstream
19
+
20
+ # Agregamos el repositorio donde vamos a enviar y publicar cambios
21
+ git remote add origin \
22
+ git@0xacab.org:sutty/jekyll/CAMBIAME-jekyll-theme.git
23
+
24
+ # Configuramos git para que envíe siempre los cambios al repositorio
25
+ # nuevo
26
+ git push --set-upstream origin master
27
+ ```
28
+
29
+ Para empezar, hay que buscar y reemplazar en todos los archivos donde
30
+ diga `CAMBIAME`.
31
+
32
+ También hay que instalar las dependencias de CSS y JS con `yarn`.
33
+
34
+ ## Publicación
35
+
36
+ Para publicar la plantilla, primero hay que cambiar el nombre al archivo
37
+ `sutty-base-jekyll-theme.gemspec`:
38
+
39
+ ```bash
40
+ git mv {sutty-base,CAMBIAME}-jekyll-theme.gemspec
41
+ ```
42
+
43
+ Cada vez que actualicemos la gema hay que editar
44
+ `CAMBIAME-jekyll-theme.gemspec` para cambiar la versión.
45
+
46
+ Y luego para compilar y publicar la gema:
47
+
48
+ ```bash
49
+ gem build CAMBIAME-jekyll-theme.gemspec
50
+ gem push CAMBIAME-VERSION.gemspec
51
+ ```
52
+
53
+ También hay que actualizar la versión en el
54
+ [skel](https://0xacab.org/sutty/skel.sutty.nl/).
55
+
56
+
57
+ ## Installation
58
+
59
+ Add this line to your Jekyll site's `Gemfile`:
60
+
61
+ ```ruby
62
+ gem "CAMBIAME-jekyll-theme"
63
+ ```
64
+
65
+ And add this line to your Jekyll site's `_config.yml`:
66
+
67
+ ```yaml
68
+ theme: CAMBIAME-jekyll-theme
69
+ ```
70
+
71
+ And then execute:
72
+
73
+ $ bundle
74
+
75
+ Or install it yourself as:
76
+
77
+ $ gem install CAMBIAME-jekyll-theme
78
+
79
+ ## Usage
80
+
81
+ CAMBIAME
82
+
83
+ ## Contributing
84
+
85
+ Bug reports and pull requests are welcome on 0xacab.org at
86
+ https://0xacab.org/sutty/jekyll/CAMBIAME-jekyll-theme. This project is
87
+ intended to be a safe, welcoming space for collaboration, and
88
+ contributors are expected to adhere to the [Sutty's code of
89
+ conduct](http://sutty.nl/en/code-of-conduct).
90
+
91
+ ## Development
92
+
93
+ To set up your environment to develop this theme, run `bundle install`.
94
+
95
+ Your theme is setup just like a normal Jekyll site! To test your theme,
96
+ run `bundle exec jekyll serve` and open your browser at
97
+ `http://localhost:4000`. This starts a Jekyll server using your
98
+ theme. Add pages, documents, data, etc. like normal to test your theme's
99
+ contents. As you make modifications to your theme and to your content,
100
+ your site will regenerate and you should see the changes in the browser
101
+ after a refresh, just like normal.
102
+
103
+ When your theme is released, only the files in `_layouts`, `_includes`,
104
+ `_sass` and `assets` tracked with Git will be bundled.
105
+
106
+ To add a custom directory to your theme-gem, please edit the array in
107
+ `CAMBIAME-jekyll-theme.gemspec` accordingly.
108
+
109
+ ## License
110
+
111
+ The theme is available as open source under the terms of the [Antifacist
112
+ MIT License](LICENSE.txt).
113
+
@@ -0,0 +1,38 @@
1
+ ---
2
+ locale: English
3
+ date: '%m/%d/%Y'
4
+ layouts:
5
+ post: Article
6
+ menu:
7
+ title: Menu
8
+ items:
9
+ - title: Home
10
+ href: ''
11
+ share:
12
+ text: Share
13
+ icon: share-alt
14
+ items:
15
+ - title: Fediverse
16
+ url: "https://fediverse.sutty.nl/en/?u=%url&t=%title&d=%description"
17
+ icon: mastodon-alt
18
+ - title: Facebook
19
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&t=%title%0A%0A%description"
20
+ icon: facebook-official
21
+ - title: Twitter
22
+ url: "https://twitter.com/intent/tweet?url=%url&text=%title%0A%0A%description&hashtags=ContamosConVoz"
23
+ icon: twitter
24
+ - title: Whatsapp
25
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
26
+ icon: whatsapp
27
+ - title: Telegram
28
+ url: "https://t.me/share/url?url=%url&text=%title%0A%0A%description"
29
+ icon: telegram
30
+ - title: Tumblr
31
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&title=%title&caption=%description&tags=ContamosConVoz"
32
+ icon: tumblr
33
+ - title: Reddit
34
+ url: "https://reddit.com/submit?url=%url&title=ConVozContamos%20-%20%title"
35
+ icon: reddit
36
+ - title: E-mail
37
+ url: "mailto:?subject=%title&body=%description%0A%0A%url"
38
+ icon: envelope
@@ -0,0 +1,61 @@
1
+ ---
2
+ locale: Castellano
3
+ date: '%d/%m/%Y'
4
+ layouts:
5
+ post: Artículo
6
+ no_audio_support: "Tu navegador no soporta audio, copia esta dirección en un reproductor:"
7
+ other_posts: "Artículos anteriores"
8
+ footer:
9
+ credits: "Sitio hecho con [Sutty](https://sutty.nl/), diseño por [librenauta](https://copiona.com/)"
10
+ menu:
11
+ title: Redes sociales
12
+ items:
13
+ - text: Fediverso
14
+ type: fediverse
15
+ icon: mastodon-alt
16
+ - type: facebook
17
+ icon: facebook-official
18
+ text: Facebook
19
+ - type: twitter
20
+ icon: twitter
21
+ text: Twitter
22
+ - type: instagram
23
+ icon: instagram
24
+ text: Instagram
25
+ - type: internet_archive
26
+ icon: archive-org
27
+ text: Internet Archive
28
+ - type: youtube
29
+ icon: youtube-square
30
+ text: YouTube
31
+ - type: email
32
+ icon: envelope
33
+ text: Correo electrónico
34
+ share:
35
+ text: Compartir
36
+ icon: share-alt
37
+ items:
38
+ - title: Fediverso
39
+ url: "https://fediverse.sutty.nl/es/?u=%url&t=%title&d=%description"
40
+ icon: mastodon-alt
41
+ - title: Facebook
42
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&t=%title%0A%0A%description"
43
+ icon: facebook-official
44
+ - title: Twitter
45
+ url: "https://twitter.com/intent/tweet?url=%url&text=%title%0A%0A%description&hashtags=%hashtag"
46
+ icon: twitter
47
+ - title: Whatsapp
48
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
49
+ icon: whatsapp
50
+ - title: Telegram
51
+ url: "https://t.me/share/url?url=%url&text=%title%0A%0A%description"
52
+ icon: telegram
53
+ - title: Tumblr
54
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&title=%title&caption=%description&tags=%hashtag"
55
+ icon: tumblr
56
+ - title: Reddit
57
+ url: "https://reddit.com/submit?url=%url&title=%hashtag%20-%20%title"
58
+ icon: reddit
59
+ - title: Correo
60
+ url: "mailto:?subject=%title&body=%description%0A%0A%url"
61
+ icon: envelope
@@ -0,0 +1,40 @@
1
+ ---
2
+ pronouns:
3
+ type: "string"
4
+ autocomplete: "sex"
5
+ label:
6
+ es: "Pronombres"
7
+ en: "Pronouns"
8
+ placeholder:
9
+ es: "¿Qué pronombres usás?"
10
+ en: "What are your pronouns?"
11
+ name:
12
+ type: "string"
13
+ autocomplete: "name"
14
+ label:
15
+ es: "Nombre"
16
+ en: "Name"
17
+ placeholder:
18
+ es: "Nombre elegido, pseudónimo, alias"
19
+ en: "Choosen name, pseudonym, alias"
20
+ from:
21
+ type: "email"
22
+ autocomplete: "email"
23
+ label:
24
+ es: "Correo electrónico"
25
+ en: "E-mail address"
26
+ body:
27
+ type: text
28
+ label:
29
+ es: Mensaje
30
+ en: Message
31
+ consent:
32
+ type: boolean
33
+ label:
34
+ es: Acepto las políticas de privacidad
35
+ en: I agree to the privacy policy
36
+ submit:
37
+ type: submit
38
+ label:
39
+ es: Enviar
40
+ en: Send
@@ -0,0 +1,112 @@
1
+ ---
2
+ title:
3
+ type: 'string'
4
+ required: true
5
+ label:
6
+ es: 'Título del artículo'
7
+ en: 'Post title'
8
+ help:
9
+ es: '¡Un título que invite a leer el artículo!'
10
+ en: 'A title that invites people to read the post!'
11
+ description:
12
+ type: 'text'
13
+ required: true
14
+ label:
15
+ es: 'Alerta de contenido o descripción del artículo'
16
+ en: 'Content warning or post description'
17
+ help:
18
+ 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.
24
+ 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.
29
+ author:
30
+ type: 'array'
31
+ label:
32
+ es: 'Autores'
33
+ en: 'Authors'
34
+ help:
35
+ es: 'Quiénes participaron en la escritura de este artículo'
36
+ en: 'Who collaborated in write this post'
37
+ image:
38
+ type: 'image'
39
+ path:
40
+ label:
41
+ es: 'Imagen principal'
42
+ en: 'Main image'
43
+ help:
44
+ es: |
45
+ Se utiliza para ilustrar el artículo y como previsualización en
46
+ las redes sociales.
47
+ en: |
48
+ It's used to illustrate the article and as preview in social
49
+ networks.
50
+ description:
51
+ label:
52
+ es: 'Descripción de la imagen principal'
53
+ en: 'Main image description'
54
+ help:
55
+ es: |
56
+ Describe la imagen principal para usuaries no videntes y
57
+ buscadores
58
+ en: |
59
+ Describe the main image for blind or partially sighted users and
60
+ search engines
61
+ content:
62
+ type: 'markdown_content'
63
+ label:
64
+ es: 'Contenido del artículo'
65
+ en: 'Post content'
66
+ help:
67
+ es: 'Escribe aquí el artículo'
68
+ en: 'Write down your post'
69
+ permalink:
70
+ type: 'string'
71
+ label:
72
+ es: 'Enlace'
73
+ en: 'Permalink'
74
+ help:
75
+ es: |
76
+ Si no quieres utilizar el formato de enlaces general del sitio
77
+ para este artículo, especifica uno aquí.
78
+ en: |
79
+ If you don't want to follow the site's link format for this
80
+ post, change it here.
81
+ categories:
82
+ type: 'array'
83
+ label:
84
+ es: 'Categorías'
85
+ en: 'Categories'
86
+ help:
87
+ es: 'Ayudan a organizar los artículos en temas'
88
+ en: 'Use categories to organize posts by themes'
89
+ tags:
90
+ type: 'array'
91
+ label:
92
+ es: 'Etiquetas'
93
+ en: 'Tags'
94
+ help:
95
+ es: 'Usa etiquetas para resaltar palabras clave'
96
+ en: 'Tags are helpful as keywords'
97
+ draft:
98
+ type: 'boolean'
99
+ label:
100
+ es: 'Borrador'
101
+ en: 'Draft'
102
+ help:
103
+ es: 'Este artículo aun no está listo para publicar'
104
+ en: "This post isn't ready to be published yet"
105
+ order:
106
+ type: 'order'
107
+ label:
108
+ es: 'Orden'
109
+ en: 'Order'
110
+ help:
111
+ es: 'La posición del artículo en la lista de artículos'
112
+ en: 'The post position in the posts list'