sutty-minima 2.7.1 → 2.7.4
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/_data/layouts/page.yml +14 -0
- data/_data/layouts/post.yml +14 -0
- data/_includes/head.html +3 -3
- data.tar.gz.sig +0 -0
- metadata +34 -7
- metadata.gz.sig +2 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20cd5c4fdbfe5da498fe3b86399fff2858b97b7dbc8e0e6b00e506c3d468011c
|
|
4
|
+
data.tar.gz: 548514db7aa26fc9dc0014d63f62f7b83e9487dcbdff27381da7a29d31ba80b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 991811d1eb80faa0008b5646551743eaef9942bab113e7134a6af2f9a936eee4435dc891727516eca58dc565efb5cccebe4cf57048d7f72f92d433dc05ca4889
|
|
7
|
+
data.tar.gz: 5b8fcdfe888e0e30fdba300869cb1929c9b6605c9210f4dc6f72e22de4027cfcb6ef36df81a2a432698cbfc28b08a4ad67265431a87ec816cbe3c22d39642f91
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data/_data/layouts/page.yml
CHANGED
|
@@ -81,6 +81,20 @@ in_reply_to:
|
|
|
81
81
|
help:
|
|
82
82
|
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
|
83
83
|
en: "Add the link to another article to reply to"
|
|
84
|
+
permalink:
|
|
85
|
+
type: 'permalink'
|
|
86
|
+
label:
|
|
87
|
+
es: 'Enlace'
|
|
88
|
+
en: 'Permalink'
|
|
89
|
+
help:
|
|
90
|
+
es: |
|
|
91
|
+
Si no quieres utilizar el formato de enlaces general del sitio
|
|
92
|
+
para este artículo, especifica uno aquí. Usa "/" para transformar esta página en la
|
|
93
|
+
portada del sitio, o dejalo vacío para auto-generar la dirección.
|
|
94
|
+
en: |
|
|
95
|
+
If you don't want to follow the site's link format for this post,
|
|
96
|
+
change it here. Use "/" to set this page as the home page, or
|
|
97
|
+
leave empty to auto-generate it.
|
|
84
98
|
locales:
|
|
85
99
|
type: "locales"
|
|
86
100
|
label:
|
data/_data/layouts/post.yml
CHANGED
|
@@ -81,6 +81,20 @@ in_reply_to:
|
|
|
81
81
|
help:
|
|
82
82
|
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
|
83
83
|
en: "Add the link to another article to reply to"
|
|
84
|
+
permalink:
|
|
85
|
+
type: 'permalink'
|
|
86
|
+
label:
|
|
87
|
+
es: 'Enlace'
|
|
88
|
+
en: 'Permalink'
|
|
89
|
+
help:
|
|
90
|
+
es: |
|
|
91
|
+
Si no quieres utilizar el formato de enlaces general del sitio
|
|
92
|
+
para este artículo, especifica uno aquí. Usa "/" para transformar esta página en la
|
|
93
|
+
portada del sitio, o dejalo vacío para auto-generar la dirección.
|
|
94
|
+
en: |
|
|
95
|
+
If you don't want to follow the site's link format for this post,
|
|
96
|
+
change it here. Use "/" to set this page as the home page, or
|
|
97
|
+
leave empty to auto-generate it.
|
|
84
98
|
locales:
|
|
85
99
|
type: "locales"
|
|
86
100
|
label:
|
data/_includes/head.html
CHANGED
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
|
|
18
18
|
{%- if page.activity -%}
|
|
19
19
|
<link
|
|
20
|
-
href="{{ page.activity.
|
|
20
|
+
href="{{ page.activity.id | uri_escape }}"
|
|
21
21
|
rel="alternate"
|
|
22
22
|
type="application/activity+json" />
|
|
23
23
|
<link
|
|
24
|
-
href="{{ page.activity.
|
|
24
|
+
href="{{ page.activity.id | uri_escape }}"
|
|
25
25
|
rel="alternate"
|
|
26
26
|
type='application/ld+json; profile="https://www.w3.org/ns/activitystreams"' />
|
|
27
27
|
{%- endif -%}
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
{%- endif -%}
|
|
32
32
|
|
|
33
33
|
{%- if site.actor -%}
|
|
34
|
-
<link rel="me" href="{{ site.actor.
|
|
34
|
+
<link rel="me" href="{{ site.actor.id | uri_escape }}" />
|
|
35
35
|
{%- endif -%}
|
|
36
36
|
</head>
|
data.tar.gz.sig
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,42 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sutty-minima
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- f
|
|
8
8
|
- Joel Glovier
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
|
-
cert_chain:
|
|
12
|
-
|
|
11
|
+
cert_chain:
|
|
12
|
+
- |
|
|
13
|
+
-----BEGIN CERTIFICATE-----
|
|
14
|
+
MIIEYDCCAsigAwIBAgIBATANBgkqhkiG9w0BAQsFADA7MQ4wDAYDVQQDDAVmYXVu
|
|
15
|
+
bzEVMBMGCgmSJomT8ixkARkWBXN1dHR5MRIwEAYKCZImiZPyLGQBGRYCbmwwHhcN
|
|
16
|
+
MjYwMTE1MTQzMDQ0WhcNMjcwMTE1MTQzMDQ0WjA7MQ4wDAYDVQQDDAVmYXVubzEV
|
|
17
|
+
MBMGCgmSJomT8ixkARkWBXN1dHR5MRIwEAYKCZImiZPyLGQBGRYCbmwwggGiMA0G
|
|
18
|
+
CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDqrFZ8PCNQbaW1incHEZp/OZTIt7bZ
|
|
19
|
+
TMKmkVLeRDqsSBGWTGdZbzRS6idn0vUKlTTnclPPG7dXw1r+AiYVdwIdjx16SLV1
|
|
20
|
+
ipbT/ezdzchfBVQHqdvExszAlL689iUnM9r22KkAXSzidSWuySjA5BY+8p1S2QO5
|
|
21
|
+
NcuB/+R5JRybVn6g500EB60jAZNUMM+2OlDqzS7oVqObOZ8zl8/HJaJnBGNNYLbN
|
|
22
|
+
cUY6qV9/0HUD2fS/eidBUGhg4jPKWHLHOZuXHPmGyE8bqdKC9T+Jbk/8KFM+SW7B
|
|
23
|
+
i4nZK4afoA6IT3KfQr5xnuyH0sUQj9M9eevWcGeGMTUv+ZiWM9zdJdyOvKhqjenX
|
|
24
|
+
G32KTR1tPgV6TK5jWyi7AHGos+2huBlKCsIJzDuw4zxs5cT9cVbkJFYHRIFQIHKq
|
|
25
|
+
gKSsTSUFt1ehfGtF/rLpv+Cm75BfZPi7OMePVE2FBaXBOvSRi0cYJkmuap9BjOut
|
|
26
|
+
OfvhZ41piDp/Kh0Cjgl1+o/fWTCh27yxb50CAwEAAaNvMG0wCQYDVR0TBAIwADAL
|
|
27
|
+
BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFIH0kjcsF7inzAwy488EEY5thfpiMBkGA1Ud
|
|
28
|
+
EQQSMBCBDmZhdW5vQHN1dHR5Lm5sMBkGA1UdEgQSMBCBDmZhdW5vQHN1dHR5Lm5s
|
|
29
|
+
MA0GCSqGSIb3DQEBCwUAA4IBgQCbC2LPbQwQ0YMvyx87FOEu56X+CG14d8+jXQzQ
|
|
30
|
+
+vXs5mn8KxNsLpqwesLpQUrnZo2Riu508XvHnz5S+LRQgHs3fWJxZAzZgk3IQpaS
|
|
31
|
+
RfYx/S+2D/Pj5BbFUrQtSzvb+bT1bQp33SP4iF3qVt89Mcm+wnlXGoB6DvjZ+48g
|
|
32
|
+
Vo94+QPTx5xCEUX50bkO2NZlQ4BE8IiHAaGR5c3tF5+pc+SnEFXFGJSYzXciyNgf
|
|
33
|
+
j2/Kvfs1W/X+W6mCoo6tTgHQM9vMk7bgREZkhQ33iNK6+7IsGCDlNuKcXjJykSqJ
|
|
34
|
+
zY6og/GTEVPpKbFvHcrebKT6HMOCIMD5Q/8whxTWH+GWMuoV9l7tikfX2uAKz/fS
|
|
35
|
+
Ci6FFLH2vK5bS5h0ZTCDaJwZ3ikKQl52F+IY3NxFmg3X38xlVrDqnIZWb06aAXjO
|
|
36
|
+
AloSNM24NWhA2fme6cgZOLKXvAKgf6pQsNtAnU1Pliou5GvJ62d8l+pdKGxJ4yTn
|
|
37
|
+
fVGcO+Lu49Bx33evJ2ixPmQ2OXc=
|
|
38
|
+
-----END CERTIFICATE-----
|
|
39
|
+
date: 2026-08-19 00:00:00.000000000 Z
|
|
13
40
|
dependencies:
|
|
14
41
|
- !ruby/object:Gem::Dependency
|
|
15
42
|
name: jekyll
|
|
@@ -63,14 +90,14 @@ dependencies:
|
|
|
63
90
|
name: jekyll-relative-urls
|
|
64
91
|
requirement: !ruby/object:Gem::Requirement
|
|
65
92
|
requirements:
|
|
66
|
-
- - "
|
|
93
|
+
- - ">="
|
|
67
94
|
- !ruby/object:Gem::Version
|
|
68
95
|
version: '0'
|
|
69
96
|
type: :runtime
|
|
70
97
|
prerelease: false
|
|
71
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
99
|
requirements:
|
|
73
|
-
- - "
|
|
100
|
+
- - ">="
|
|
74
101
|
- !ruby/object:Gem::Version
|
|
75
102
|
version: '0'
|
|
76
103
|
- !ruby/object:Gem::Dependency
|
|
@@ -160,7 +187,7 @@ files:
|
|
|
160
187
|
- _sass/minima/skins/solarized.scss
|
|
161
188
|
- assets/css/style.scss
|
|
162
189
|
- assets/minima-social-icons.svg
|
|
163
|
-
homepage: https://
|
|
190
|
+
homepage: https://git.sutty.abyaya.la/jekyll/sutty-minima.git
|
|
164
191
|
licenses:
|
|
165
192
|
- MIT
|
|
166
193
|
metadata:
|
|
@@ -180,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
207
|
- !ruby/object:Gem::Version
|
|
181
208
|
version: '0'
|
|
182
209
|
requirements: []
|
|
183
|
-
rubygems_version: 3.3.
|
|
210
|
+
rubygems_version: 3.3.27
|
|
184
211
|
signing_key:
|
|
185
212
|
specification_version: 4
|
|
186
213
|
summary: A theme based on minima, a beautiful, minimal theme for Jekyll.
|
metadata.gz.sig
ADDED