sutty-jekyll-theme 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45e954501f954c4268c61d4b7d625406471e135e4e3f10a19cf464532939929a
4
- data.tar.gz: 864c48e391d6c9f5f88b00d8d6afb62f5107b92f4cbd07e6340265b8d3492c01
3
+ metadata.gz: 59fdcc660ca2b661e73d18bfa7bb8e631bc14b13a2b6db1aeb2d159fb47535e6
4
+ data.tar.gz: ec3b31f95b639e5708836368a1ba673e754a8955bfe8c401415bd9e7aa69d831
5
5
  SHA512:
6
- metadata.gz: f23458e0ea60d2497483167ec0408513946c491d5ca9f2a464e7db54caa04c91facab685ceeab1bd55da4d0a5d7ad4bf040e8992ff064e8c08e28d33260202eb
7
- data.tar.gz: 4fab483ee1fc77f3dfdd1dfe15fd38bc0942fd1fabe2330893fb920c994d990915edbe4b56c52f94e6177501b77ce2595125b9824a074b59a10d7f1ecbb35a38
6
+ metadata.gz: eaa846feda9ed6e06098faacf0388dba2fb9331b8a7e50d522f1ff07027dbd79dce84dc7dcdf6de810b7ffa285e88dac5547102c3fb3208f5e75a8a58779c2c1
7
+ data.tar.gz: 76914cfdfd44b070f5f8ef28559b106c4033cdefcbadaf0f44f6715302221ef9840952d8cba50a10f8c4d28d7aacc0c5a189f1891b7ed610cce2a0ecb9baa39c
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
@@ -0,0 +1,108 @@
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: '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
+ categories:
70
+ type: 'array'
71
+ label:
72
+ es: 'Categorías'
73
+ en: 'Categories'
74
+ help:
75
+ es: 'Ayudan a organizar los artículos en temas'
76
+ en: 'Use categories to organize posts by themes'
77
+ tags:
78
+ type: 'array'
79
+ label:
80
+ es: 'Etiquetas'
81
+ en: 'Tags'
82
+ help:
83
+ es: 'Usa etiquetas para resaltar palabras clave'
84
+ en: 'Tags are helpful as keywords'
85
+ locales:
86
+ type: 'locales'
87
+ label:
88
+ es: 'Traducciones'
89
+ en: 'Translations'
90
+ help:
91
+ es: 'Vínculo a los artículos en otros idiomas'
92
+ en: 'Link to the post in other languages'
93
+ draft:
94
+ type: 'boolean'
95
+ label:
96
+ es: 'Borrador'
97
+ en: 'Draft'
98
+ help:
99
+ es: 'Este artículo aun no está listo para publicar'
100
+ en: "This post isn't ready to be published yet"
101
+ order:
102
+ type: 'order'
103
+ label:
104
+ es: 'Orden'
105
+ en: 'Order'
106
+ help:
107
+ es: 'La posición del artículo en la lista de artículos'
108
+ en: 'The post position in the posts list'
@@ -0,0 +1,108 @@
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: '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
+ categories:
70
+ type: 'array'
71
+ label:
72
+ es: 'Categorías'
73
+ en: 'Categories'
74
+ help:
75
+ es: 'Ayudan a organizar los artículos en temas'
76
+ en: 'Use categories to organize posts by themes'
77
+ tags:
78
+ type: 'array'
79
+ label:
80
+ es: 'Etiquetas'
81
+ en: 'Tags'
82
+ help:
83
+ es: 'Usa etiquetas para resaltar palabras clave'
84
+ en: 'Tags are helpful as keywords'
85
+ locales:
86
+ type: 'locales'
87
+ label:
88
+ es: 'Traducciones'
89
+ en: 'Translations'
90
+ help:
91
+ es: 'Vínculo a los artículos en otros idiomas'
92
+ en: 'Link to the post in other languages'
93
+ draft:
94
+ type: 'boolean'
95
+ label:
96
+ es: 'Borrador'
97
+ en: 'Draft'
98
+ help:
99
+ es: 'Este artículo aun no está listo para publicar'
100
+ en: "This post isn't ready to be published yet"
101
+ order:
102
+ type: 'order'
103
+ label:
104
+ es: 'Orden'
105
+ en: 'Order'
106
+ help:
107
+ es: 'La posición del artículo en la lista de artículos'
108
+ en: 'The post position in the posts list'
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.3
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-08 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,8 @@ files:
135
135
  - CHANGELOG.md
136
136
  - LICENSE.txt
137
137
  - README.md
138
+ - _data/layouts/page.yml
139
+ - _data/layouts/post.yml
138
140
  - _includes/logo.svg
139
141
  - _includes/navbar.html
140
142
  - _layouts/default.html
@@ -164,7 +166,7 @@ metadata:
164
166
  source_code_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme
165
167
  changelog_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/CHANGELOG.md
166
168
  documentation_uri: https://rubydoc.info/gems/sutty-jekyll-theme
167
- post_install_message:
169
+ post_install_message:
168
170
  rdoc_options:
169
171
  - "--title"
170
172
  - sutty-jekyll-theme - A theme with Sutty's design.
@@ -186,8 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
188
  - !ruby/object:Gem::Version
187
189
  version: '0'
188
190
  requirements: []
189
- rubygems_version: 3.0.3
190
- signing_key:
191
+ rubygems_version: 3.3.26
192
+ signing_key:
191
193
  specification_version: 4
192
194
  summary: A theme with Sutty's design.
193
195
  test_files: []