sutty-jekyll-theme 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45e954501f954c4268c61d4b7d625406471e135e4e3f10a19cf464532939929a
4
- data.tar.gz: 864c48e391d6c9f5f88b00d8d6afb62f5107b92f4cbd07e6340265b8d3492c01
3
+ metadata.gz: 3ca330cc5407eb7b03d020913c4177ecc8ccff53d5c9d3957e07c58726f5e03e
4
+ data.tar.gz: 5fb9902219b5fc981153baa497acadb9a3edcba513ba4fb675211ecbcf30cda1
5
5
  SHA512:
6
- metadata.gz: f23458e0ea60d2497483167ec0408513946c491d5ca9f2a464e7db54caa04c91facab685ceeab1bd55da4d0a5d7ad4bf040e8992ff064e8c08e28d33260202eb
7
- data.tar.gz: 4fab483ee1fc77f3dfdd1dfe15fd38bc0942fd1fabe2330893fb920c994d990915edbe4b56c52f94e6177501b77ce2595125b9824a074b59a10d7f1ecbb35a38
6
+ metadata.gz: c064035c5d012c6abc9e775007a020c270920b0f84f1698f88c3812008452191e865a257be82ac54f84c51481838b23452634123180ea8c93b607a7a03449165
7
+ data.tar.gz: 1330a562dc262b2facb6b216b193a257ac1b35af7f20cb2764ac535a673e54f080f5651d4c8e99759afd41ad3b2d71133aa89beabc0a9c7934d2abf5976d8733
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2 - 2020-04-09
4
+
5
+ * You can put custom CSS in _sass/custom.css
6
+
3
7
  ## 0.1.1 - 2020-04-07
4
8
 
5
9
  * Responsive images
data/_data/en.yml ADDED
@@ -0,0 +1,3 @@
1
+ ---
2
+ date_format: "%m/%d/%Y"
3
+ locale: "English"
data/_data/es.yml ADDED
@@ -0,0 +1,3 @@
1
+ ---
2
+ date_format: "%d/%m/%Y"
3
+ locale: "Castellano"
@@ -0,0 +1,100 @@
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: "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
+ image:
38
+ type: "image"
39
+ path:
40
+ label:
41
+ es: "Imagen principal"
42
+ en: "Main image"
43
+ help:
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."
46
+ description:
47
+ label:
48
+ es: "Descripción de la imagen principal"
49
+ en: "Main image description"
50
+ help:
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"
53
+ content:
54
+ type: "new_content"
55
+ label:
56
+ es: "Contenido del artículo"
57
+ en: "Post content"
58
+ help:
59
+ es: "Escribe aquí el artículo"
60
+ en: "Write down your post"
61
+ categories:
62
+ type: "array"
63
+ label:
64
+ es: "Categorías"
65
+ en: "Categories"
66
+ help:
67
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
68
+ en: "Start typing to filter previously used values. Press enter to add items."
69
+ tags:
70
+ type: "array"
71
+ label:
72
+ es: "Etiquetas"
73
+ en: "Tags"
74
+ help:
75
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
76
+ en: "Start typing to filter previously used values. Press enter to add items."
77
+ locales:
78
+ type: "locales"
79
+ label:
80
+ es: "Traducciones"
81
+ en: "Translations"
82
+ help:
83
+ es: "Vínculo al mismo artículo en otros idiomas"
84
+ en: "Link to same post in other languages"
85
+ draft:
86
+ type: "boolean"
87
+ label:
88
+ es: "Borrador"
89
+ en: "Draft"
90
+ help:
91
+ 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\""
92
+ 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)."
93
+ order:
94
+ type: "order"
95
+ label:
96
+ es: "Orden"
97
+ en: "Order"
98
+ help:
99
+ es: "La posición del artículo en la lista de artículos"
100
+ en: "Position in list of posts"
@@ -0,0 +1,92 @@
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 makes people want 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 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
+ author:
30
+ type: "array"
31
+ label:
32
+ es: "Autores"
33
+ en: "Authors"
34
+ help:
35
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
36
+ en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
37
+ image:
38
+ type: "image"
39
+ path:
40
+ label:
41
+ es: "Imagen principal"
42
+ en: "Main image"
43
+ help:
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."
46
+ description:
47
+ label:
48
+ es: "Descripción de la imagen principal"
49
+ en: "Main image description"
50
+ help:
51
+ es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
52
+ en: "Describe the image for accesibility purposes and for indexation in search engines"
53
+ content:
54
+ type: "new_content"
55
+ label:
56
+ es: "Contenido del artículo"
57
+ en: "Post content"
58
+ help:
59
+ es: "Escribe aquí el artículo"
60
+ en: "Write your post here"
61
+ tags:
62
+ type: "array"
63
+ label:
64
+ es: "Etiquetas"
65
+ en: "Tags"
66
+ help:
67
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
68
+ en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
69
+ locales:
70
+ type: "locales"
71
+ label:
72
+ es: "Traducciones"
73
+ en: "Translations"
74
+ help:
75
+ es: "Vínculo al mismo artículo en otros idiomas"
76
+ en: "Link to same post in other languages"
77
+ draft:
78
+ type: "boolean"
79
+ label:
80
+ es: "Borrador"
81
+ en: "Draft"
82
+ help:
83
+ 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\""
84
+ 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)."
85
+ order:
86
+ type: "order"
87
+ label:
88
+ es: "Orden"
89
+ en: "Order"
90
+ help:
91
+ es: "La posición del artículo en la lista de artículos"
92
+ en: "Position in list of posts"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-09 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '12.0'
125
- description:
125
+ description:
126
126
  email:
127
127
  - f@sutty.nl
128
128
  executables: []
@@ -135,6 +135,10 @@ files:
135
135
  - CHANGELOG.md
136
136
  - LICENSE.txt
137
137
  - README.md
138
+ - _data/en.yml
139
+ - _data/es.yml
140
+ - _data/layouts/page.yml
141
+ - _data/layouts/post.yml
138
142
  - _includes/logo.svg
139
143
  - _includes/navbar.html
140
144
  - _layouts/default.html
@@ -164,7 +168,7 @@ metadata:
164
168
  source_code_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme
165
169
  changelog_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/CHANGELOG.md
166
170
  documentation_uri: https://rubydoc.info/gems/sutty-jekyll-theme
167
- post_install_message:
171
+ post_install_message:
168
172
  rdoc_options:
169
173
  - "--title"
170
174
  - sutty-jekyll-theme - A theme with Sutty's design.
@@ -186,8 +190,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
190
  - !ruby/object:Gem::Version
187
191
  version: '0'
188
192
  requirements: []
189
- rubygems_version: 3.0.3
190
- signing_key:
193
+ rubygems_version: 3.3.26
194
+ signing_key:
191
195
  specification_version: 4
192
196
  summary: A theme with Sutty's design.
193
197
  test_files: []