sutty-jekyll-theme 0.1.1 → 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: c89b58e08adfe4dcbee5fe42b98691d436d78da1d85b16dc30fee5622b3fc48f
4
- data.tar.gz: cc0d0261f6c7039b0cd139a999f8371e0e83af55f9eb54e87325cf315bc5121d
3
+ metadata.gz: 59fdcc660ca2b661e73d18bfa7bb8e631bc14b13a2b6db1aeb2d159fb47535e6
4
+ data.tar.gz: ec3b31f95b639e5708836368a1ba673e754a8955bfe8c401415bd9e7aa69d831
5
5
  SHA512:
6
- metadata.gz: db97ed36920af9ea11e598e85c5f7d611a9ca389ef5708db35cfe58250d08837347c1c97128b622d538b960883258de5eba43c7c343d99ce560e62ac93959a2e
7
- data.tar.gz: 3eab5ef146ef825e4c65ffcffa4a80ecb1397bf41bfe2ca97ec2167f4f9492c4f96339c5206ebd7680867ad1261533b48b09fd097c8405d335b64fd2fce7f78e
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'
data/_sass/custom.css ADDED
@@ -0,0 +1,4 @@
1
+ /*
2
+ * en: Put your custom CSS here!
3
+ * en: ¡Coloca tu CSS personalizado aquí!
4
+ */
@@ -19,3 +19,4 @@
19
19
  @import "bootstrap/scss/print";
20
20
  @import "print";
21
21
  @import "images";
22
+ @import "custom";
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.1
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-07 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
@@ -143,6 +145,7 @@ files:
143
145
  - _layouts/post.html
144
146
  - _sass/buttons.scss
145
147
  - _sass/crypto.scss
148
+ - _sass/custom.css
146
149
  - _sass/images.scss
147
150
  - _sass/print.scss
148
151
  - _sass/saira.scss
@@ -163,7 +166,7 @@ metadata:
163
166
  source_code_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme
164
167
  changelog_uri: https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/CHANGELOG.md
165
168
  documentation_uri: https://rubydoc.info/gems/sutty-jekyll-theme
166
- post_install_message:
169
+ post_install_message:
167
170
  rdoc_options:
168
171
  - "--title"
169
172
  - sutty-jekyll-theme - A theme with Sutty's design.
@@ -185,8 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
188
  - !ruby/object:Gem::Version
186
189
  version: '0'
187
190
  requirements: []
188
- rubygems_version: 3.0.3
189
- signing_key:
191
+ rubygems_version: 3.3.26
192
+ signing_key:
190
193
  specification_version: 4
191
194
  summary: A theme with Sutty's design.
192
195
  test_files: []