recursero-jekyll-theme 0.1.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +69 -18
  3. data/_config.yml +77 -0
  4. data/_data/assets.json +6 -0
  5. data/_data/en.yml +61 -15
  6. data/_data/es.yml +64 -15
  7. data/_data/forms/contacto.yml +2 -2
  8. data/_data/layouts/about.yml +141 -71
  9. data/_data/layouts/category.yml +77 -69
  10. data/_data/layouts/code_of_conduct.yml +60 -0
  11. data/_data/layouts/license.yml +60 -0
  12. data/_data/layouts/menu.yml +80 -0
  13. data/_data/layouts/page.yml +76 -88
  14. data/_data/layouts/place.yml +123 -126
  15. data/_data/layouts/post.yml +76 -88
  16. data/_data/layouts/privacy_policy.yml +60 -0
  17. data/_data/layouts/theme.yml +295 -0
  18. data/_includes/contact.html +8 -5
  19. data/_includes/floating_alert.html +6 -0
  20. data/_includes/footer.html +23 -0
  21. data/_includes/item.html +38 -0
  22. data/_includes/menu.html +23 -0
  23. data/_includes/onboarding.html +37 -0
  24. data/_includes/pack.html +1 -0
  25. data/_includes/password.html +1 -0
  26. data/_includes/picture.html +23 -0
  27. data/_includes/preload_font.html +1 -0
  28. data/_includes/search.html +4 -3
  29. data/_includes/share.html +3 -2
  30. data/_includes/submit.html +5 -1
  31. data/_layouts/about.html +1 -1
  32. data/_layouts/code_of_conduct.html +45 -0
  33. data/_layouts/default.html +34 -2
  34. data/_layouts/license.html +45 -0
  35. data/_layouts/page.html +1 -1
  36. data/_layouts/place.html +1 -1
  37. data/_layouts/post.html +2 -2
  38. data/_layouts/privacy_policy.html +45 -0
  39. data/_sass/accessibility.scss +48 -7
  40. data/_sass/editor.scss +17 -0
  41. data/_sass/embed.scss +8 -0
  42. data/_sass/floating_alert.scss +48 -0
  43. data/_sass/fonts.scss +0 -0
  44. data/_sass/helpers.scss +327 -31
  45. data/_sass/menu.scss +36 -0
  46. data/_sass/snap.scss +60 -0
  47. data/_sass/toggler.scss +34 -11
  48. data/assets/css/styles.scss +61 -8
  49. data/assets/data/manifest.js +29 -0
  50. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  51. data/assets/js/pack.4ced2556b94e5c09e5bc.js +3 -0
  52. data/assets/js/pack.4ced2556b94e5c09e5bc.js.map +3 -0
  53. data/assets/templates/alert.html +7 -0
  54. data/assets/templates/results.html +15 -7
  55. metadata +82 -46
  56. data/_includes/navbar.html +0 -53
  57. data/_sass/share.html +0 -12
  58. data/_sass/share_box.html +0 -16
  59. data/assets/js/pack.js +0 -90
  60. data/assets/js/pack.js.map +0 -1
@@ -1,106 +1,114 @@
1
1
  ---
2
2
  title:
3
- type: 'string'
3
+ type: "string"
4
4
  required: true
5
5
  label:
6
- en: Título para la categoría
7
- es: Category title
6
+ en: "Título para la categoría"
7
+ es: "Category title"
8
8
  help:
9
- en: Nombre de la categoría usada para clasificar artículos o fichas
10
- es: Category name, used to clasify posts
9
+ en: "Nombre de la categoría usada para clasificar artículos o fichas"
10
+ es: "Category name, used to clasify posts"
11
11
  description:
12
- type: 'string'
12
+ type: "string"
13
13
  label:
14
- es: Descripción o explicación del uso de la categoría
15
- en: How is this category used?
14
+ es: "Descripción o explicación del uso de la categoría"
15
+ en: "How is this category used?"
16
16
  help:
17
- es: Este campo servirá para orientar acerca de cómo emplear la categoría, pueden incluirse casos de uso
18
- en: This field is intended to give advice on the use of the category, use cases may be included as example
17
+ es: "Este campo servirá para orientar acerca de cómo emplear la categoría, pueden incluirse casos de uso"
18
+ en: "This field is intended to give advice on the use of the category, use cases may be included as example"
19
19
  content:
20
- type: 'html'
20
+ type: "new_content"
21
21
  label:
22
- es: 'Contenido del artículo'
23
- en: 'Post content'
22
+ es: "Contenido del artículo"
23
+ en: "Post content"
24
24
  help:
25
- es: 'Escribe aquí el artículo'
26
- en: 'Write your post here'
25
+ es: "Escribe aquí el artículo"
26
+ en: "Write your post here"
27
27
  category_previous:
28
- type: belongs_to
28
+ type: "belongs_to"
29
29
  filter:
30
- layout: category
31
- inverse: categories_next
30
+ layout: "category"
31
+ inverse: "categories_next"
32
32
  label:
33
- es: 'Categoría anterior'
34
- en: 'Parent category'
33
+ es: "Categoría anterior"
34
+ en: "Parent category"
35
35
  help:
36
- es: '¿De cuál categoría se desprende?'
37
- en: 'Which category does this one depend on?'
36
+ es: "¿De cuál categoría se desprende?"
37
+ en: "Which category does this one depend on?"
38
38
  categories_next:
39
- type: has_many
39
+ type: "has_many"
40
40
  filter:
41
- layout: category
42
- inverse: category_previous
41
+ layout: "category"
42
+ inverse: "category_previous"
43
43
  label:
44
- es: 'Categorías siguientes'
45
- en: 'Subcategories'
44
+ es: "Categorías siguientes"
45
+ en: "Subcategories"
46
46
  help:
47
- es: '¿Cuáles categorías se desprenden de esta?'
48
- en: 'Which categories depend on this one?'
47
+ es: "¿Cuáles categorías se desprenden de esta?"
48
+ en: "Which categories depend on this one?"
49
49
  posts:
50
- type: has_and_belongs_to_many
51
- inverse: categories
50
+ type: "has_and_belongs_to_many"
51
+ inverse: "categories"
52
52
  label:
53
- es: 'Artículos'
54
- en: 'Posts'
53
+ es: "Artículos"
54
+ en: "Posts"
55
55
  help:
56
- es: 'Artículos dentro de esta categoría'
57
- en: 'Posts in this category'
56
+ es: "Artículos dentro de esta categoría"
57
+ en: "Posts in this category"
58
58
  background_color:
59
- type: 'color'
59
+ type: "color"
60
60
  label:
61
- es: 'Color de fondo'
62
- en: 'Background color'
61
+ es: "Color de fondo"
62
+ en: "Background color"
63
63
  help:
64
- es: ''
65
- en: ''
64
+ es: ""
65
+ en: ""
66
66
  foreground_color:
67
- type: 'color'
67
+ type: "color"
68
68
  label:
69
- es: 'Color de tipografía'
70
- en: 'Foreground color'
69
+ es: "Color de tipografía"
70
+ en: "Foreground color"
71
71
  help:
72
- es: ''
73
- en: ''
72
+ es: ""
73
+ en: ""
74
74
  shadow_color:
75
- type: 'color'
75
+ type: "color"
76
76
  label:
77
- es: 'Color de la sombra'
78
- en: 'Shadow color'
77
+ es: "Color de la sombra"
78
+ en: "Shadow color"
79
79
  help:
80
- es: ''
81
- en: ''
82
- draft:
83
- type: 'boolean'
80
+ es: ""
81
+ en: ""
82
+ notes:
83
+ type: "new_html"
84
+ private: true
84
85
  label:
85
- es: 'Borrador'
86
- en: 'Draft'
86
+ es: "Notas"
87
+ en: "Notes (encrypted)"
87
88
  help:
88
- es: 'Este artículo aun no está listo para publicar'
89
- en: "This post isn't ready to be published yet"
90
- order:
91
- type: 'order'
89
+ es: "Comentarios internos, recordatorios, información privada. ¡No se publica en el sitio!"
90
+ en: "Internal comments, reminders, private information. This won't be published to the website and will appear encrypted in source code"
91
+ locales:
92
+ type: "locales"
92
93
  label:
93
- es: 'Orden'
94
- en: 'Order'
94
+ es: "Traducciones"
95
+ en: "Translations"
95
96
  help:
96
- es: 'La posición del artículo en la lista de artículos'
97
- en: 'Post position in list'
98
- notes:
99
- type: 'markdown'
100
- private: true
97
+ es: "Vínculo al mismo artículo en otros idiomas"
98
+ en: "Link to same post in other languages"
99
+ draft:
100
+ type: "boolean"
101
101
  label:
102
- es: 'Notas'
103
- en: 'Notes (encrypted)'
102
+ es: "Borrador"
103
+ en: "Draft"
104
104
  help:
105
- es: 'Comentarios internos, recordatorios, información privada. ¡No se publica en el sitio!'
106
- en: "Internal comments, reminders, private information. This won't be published to the website and will appear encrypted in source code"
105
+ es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
106
+ en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
107
+ order:
108
+ type: "order"
109
+ label:
110
+ es: "Orden"
111
+ en: "Order"
112
+ help:
113
+ es: "La posición del artículo en la lista de artículos"
114
+ en: "Position in list of posts"
@@ -0,0 +1,60 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "Título del Codigo de Conducta"
7
+ en: "Title of code of conduct"
8
+ help:
9
+ es: ""
10
+ en: ""
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 post content, 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
+ content:
30
+ type: "new_content"
31
+ label:
32
+ es: "Contenido del artículo"
33
+ en: "Post content"
34
+ help:
35
+ es: "Escribe aquí el artículo"
36
+ en: "Write your post here"
37
+ locales:
38
+ type: "locales"
39
+ label:
40
+ es: "Traducciones"
41
+ en: "Translations"
42
+ help:
43
+ es: "Vínculo al mismo artículo en otros idiomas"
44
+ en: "Link to same post in other languages"
45
+ draft:
46
+ type: "boolean"
47
+ label:
48
+ es: "Borrador"
49
+ en: "Draft"
50
+ help:
51
+ es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
52
+ en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
53
+ order:
54
+ type: "order"
55
+ label:
56
+ es: "Orden"
57
+ en: "Order"
58
+ help:
59
+ es: "La posición del artículo en la lista de artículos"
60
+ en: "Position in list of posts"
@@ -0,0 +1,60 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "Título de la licencia"
7
+ en: "Licence title"
8
+ help:
9
+ es: "Título que describe la licencia a usar"
10
+ en: "Title that describes the license to use"
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 post content, 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
+ content:
30
+ type: "new_content"
31
+ label:
32
+ es: "Contenido del artículo"
33
+ en: "Post content"
34
+ help:
35
+ es: "Escribe aquí el artículo"
36
+ en: "Write your post here"
37
+ locales:
38
+ type: "locales"
39
+ label:
40
+ es: "Traducciones"
41
+ en: "Translations"
42
+ help:
43
+ es: "Vínculo al mismo artículo en otros idiomas"
44
+ en: "Link to same post in other languages"
45
+ draft:
46
+ type: "boolean"
47
+ label:
48
+ es: "Borrador"
49
+ en: "Draft"
50
+ help:
51
+ es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
52
+ en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
53
+ order:
54
+ type: "order"
55
+ label:
56
+ es: "Orden"
57
+ en: "Order"
58
+ help:
59
+ es: "La posición del artículo en la lista de artículos"
60
+ en: "Position in list of posts"
@@ -0,0 +1,80 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ en: "Item name"
7
+ es: "Nombre del ítem"
8
+ help:
9
+ en: "As will be shown on the menu"
10
+ es: "Tal como aparece en el menú"
11
+ post:
12
+ type: "belongs_to"
13
+ label:
14
+ en: "Post"
15
+ es: "Artículo"
16
+ help:
17
+ en: "If the item leads to a post, link it here"
18
+ es: "Si el ítem lleva a un artículo fijo, asociarlo aquí"
19
+ item:
20
+ type: "belongs_to"
21
+ inverse: "items"
22
+ filter:
23
+ layout: "menu"
24
+ label:
25
+ en: "Parent item"
26
+ es: "Ítem anterior"
27
+ help:
28
+ en: "If the current item is a sub-item, link the parent here"
29
+ es: "Si es un sub ítem, asociar el ítem superior aquí"
30
+ items:
31
+ type: "has_many"
32
+ inverse: "item"
33
+ filter:
34
+ layout: "menu"
35
+ label:
36
+ en: "Sub items"
37
+ es: "Sub ítems"
38
+ help:
39
+ en: "If the current item contains sub items, link them here"
40
+ es: "Si el ítem tiene sub ítems, asociarlos aquí"
41
+ link:
42
+ type: "string"
43
+ label:
44
+ en: "Link"
45
+ es: "Vínculo"
46
+ help:
47
+ en: "If the current item is a URL, add it here"
48
+ es: "Si el ítem lleva a una página o sección especial, asociarla aquí"
49
+ categories:
50
+ type: "array"
51
+ label:
52
+ en: "Categories"
53
+ es: "Categorías"
54
+ help:
55
+ en: "If the current item is a category list, add them here"
56
+ es: "Si el ítem lleva un sub menú de categorías, agregarlas aquí"
57
+ locales:
58
+ type: "locales"
59
+ label:
60
+ es: "Traducciones"
61
+ en: "Translations"
62
+ help:
63
+ es: "Vínculo al mismo artículo en otros idiomas"
64
+ en: "Link to same post in other languages"
65
+ draft:
66
+ type: "boolean"
67
+ label:
68
+ es: "Borrador"
69
+ en: "Draft"
70
+ help:
71
+ es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
72
+ en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
73
+ order:
74
+ type: "order"
75
+ label:
76
+ es: "Orden"
77
+ en: "Order"
78
+ help:
79
+ es: "La posición del artículo en la lista de artículos"
80
+ en: "Position in list of posts"
@@ -1,19 +1,19 @@
1
1
  ---
2
2
  title:
3
- type: 'string'
3
+ type: "string"
4
4
  required: true
5
5
  label:
6
- es: 'Título del artículo'
7
- en: 'Post title'
6
+ es: "Título del artículo"
7
+ en: "Post title"
8
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!'
9
+ es: "¡Un título que invite a leer el artículo!"
10
+ en: "A title that invites people to read the post!"
11
11
  description:
12
- type: 'text'
12
+ type: "text"
13
13
  required: true
14
14
  label:
15
- es: 'Alerta de contenido o descripción del artículo'
16
- en: 'Content warning or post description'
15
+ es: "Alerta de contenido o descripción del artículo"
16
+ en: "Content warning or post description"
17
17
  help:
18
18
  es: |
19
19
  Resumen del contenido del artículo, que también usarán redes
@@ -22,111 +22,99 @@ description:
22
22
  contenido, para que las personas puedan determinar cuándo quieren
23
23
  abrirlo.
24
24
  en: |
25
- Summary of post content, also used by social media and search
26
- engines. If the post includes violence or other sensitive
27
- topics, we invite you to use it as a content warning, so that others
28
- may decide when they want to read it.
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
29
  author:
30
- type: 'array'
30
+ type: "array"
31
31
  label:
32
- es: 'Autores'
33
- en: 'Authors'
32
+ es: "Autores"
33
+ en: "Authors"
34
34
  help:
35
- es: 'Quiénes participaron en la escritura de este artículo'
36
- en: 'Who wrote this post?'
35
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
36
+ en: "Start typing to filter previously used values. Press enter to add items."
37
37
  image:
38
- type: 'image'
38
+ type: "image"
39
39
  path:
40
40
  label:
41
- es: 'Imagen principal'
42
- en: 'Main image'
41
+ es: "Imagen principal"
42
+ en: "Main image"
43
43
  help:
44
- es: |
45
- Se utiliza para ilustrar el artículo y como previsualización en
46
- las redes sociales.
47
- en: |
48
- Used to illustrate the article and as preview in social
49
- networks.
44
+ es: "Se utiliza para ilustrar el artículo y como previsualización en las redes sociales."
45
+ en: "Used to illustrate the article and as preview in social networks."
50
46
  description:
51
47
  label:
52
- es: 'Descripción de la imagen principal'
53
- en: 'Main image description'
48
+ es: "Descripción de la imagen principal"
49
+ en: "Main image description"
54
50
  help:
55
- es: |
56
- Describe la imagen principal para usuaries no videntes y
57
- buscadores
58
- en: |
59
- Describe the main image for the visually impaired and
60
- search engines
51
+ es: "Describe la imagen principal para usuaries no videntes y buscadores"
52
+ en: "Describe the main image for blind or partially sighted users and search engines"
61
53
  content:
62
- type: 'content'
54
+ type: "new_content"
63
55
  label:
64
- es: 'Contenido del artículo'
65
- en: 'Post content'
56
+ es: "Contenido del artículo"
57
+ en: "Post content"
66
58
  help:
67
- es: 'Escribe aquí el artículo'
68
- en: 'Write your post here'
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 want to use link format for this post other than the default,
80
- change it here.
59
+ es: "Escribe aquí el artículo"
60
+ en: "Write down your post"
81
61
  categories:
82
- type: 'has_and_belongs_to_many'
62
+ type: "has_and_belongs_to_many"
83
63
  filter:
84
- layout: 'category'
85
- inverse: 'posts'
64
+ layout: "category"
65
+ inverse: "posts"
86
66
  label:
87
- es: 'Categorías'
88
- en: 'Categories'
67
+ es: "Categorías"
68
+ en: "Categories"
89
69
  help:
90
- es: 'Ayudan a organizar los artículos en temas'
91
- en: 'Use categories to order posts by theme'
70
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
71
+ en: "Start typing to filter previously used values. Press enter to add items."
92
72
  tags:
93
- type: 'array'
73
+ type: "array"
94
74
  label:
95
- es: 'Etiquetas'
96
- en: 'Tags'
75
+ es: "Etiquetas"
76
+ en: "Tags"
97
77
  help:
98
- es: 'Usa etiquetas para resaltar palabras clave'
99
- en: 'Tags are helpful as keywords'
100
- posts:
101
- type: 'related_posts'
78
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
79
+ en: "Start typing to filter previously used values. Press enter to add items."
80
+ locales:
81
+ type: "locales"
102
82
  label:
103
- es: 'Artículos relacionados'
104
- en: ''
83
+ es: "Traducciones"
84
+ en: "Translations"
105
85
  help:
106
- es: 'Empieza a escribir para completar'
107
- en: 'Start writing to autocomplete with possible posts!'
108
- draft:
109
- type: 'boolean'
86
+ es: "Vínculo a los artículos en otros idiomas"
87
+ en: "Link to the post in other languages"
88
+ notes:
89
+ type: "new_html"
90
+ private: true
110
91
  label:
111
- es: 'Borrador'
112
- en: 'Draft'
92
+ es: "Notas"
93
+ en: "Notes"
113
94
  help:
114
- es: 'Este artículo aun no está listo para publicar'
115
- en: "This post isn't ready to be published yet"
116
- order:
117
- type: 'order'
95
+ es: "Comentarios internos, recordatorios, información privada. ¡No se publica en el sitio!"
96
+ en: "Internal comments, reminders, private information. This won't be published to the website and will appear encrypted in source code"
97
+ locales:
98
+ type: "locales"
118
99
  label:
119
- es: 'Orden'
120
- en: 'Order'
100
+ es: "Traducciones"
101
+ en: "Translations"
121
102
  help:
122
- es: 'La posición del artículo en la lista de artículos'
123
- en: 'Post position in list'
124
- notes:
125
- type: 'markdown'
126
- private: true
103
+ es: "Vínculo al mismo artículo en otros idiomas"
104
+ en: "Link to same post in other languages"
105
+ draft:
106
+ type: "boolean"
127
107
  label:
128
- es: 'Notas'
129
- en: 'Notes'
108
+ es: "Borrador"
109
+ en: "Draft"
130
110
  help:
131
- es: 'Comentarios internos, recordatorios, información privada. ¡No se publica en el sitio!'
132
- en: "Internal comments, reminders, private information. This won't be published to the website and will appear encrypted in source code"
111
+ es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
112
+ en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
113
+ order:
114
+ type: "order"
115
+ label:
116
+ es: "Orden"
117
+ en: "Order"
118
+ help:
119
+ es: "La posición del artículo en la lista de artículos"
120
+ en: "Position in list of posts"