featherweight 0.7.12 → 0.7.14

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: 5496af1e472ecadc4e67833141c7e589b7cb8f4338ce765fe9474bb831089d47
4
- data.tar.gz: 22d993d79081424f1a154af9a314908ab80f69056be1f2454fe6230111c4b3b4
3
+ metadata.gz: cfdba01bca7f57db8e9f07ac0daa5002ee6c5c1f35635f73ecbad439a7b09e5a
4
+ data.tar.gz: 727e258d49195fd2a54afea2c870dbb7fb673be7a3d49b327fe9300837554721
5
5
  SHA512:
6
- metadata.gz: 72ee1b7e3909d5f30629377354be571c98d886da93f51560e4269a4338e2b19572df8700777593dde54279cdeb99e65084e50370b7e5e7684e3d926737195095
7
- data.tar.gz: 7c0f7f0a2f37d721f3b175b74d4ac38be489c632f7db35763c73008a8c230c06f0f2d72e06abb549bb6f27325c73270e4dcf423c199d15b828f9275b555694bf
6
+ metadata.gz: 48057ee1b799f59d202b2b7802afb2f1ae41cf8acd9f0ed1b5b26e117894b70f861f78192f4d95464412eeb4f1f90c2e2ceb786170e4ceebc4d05b481024e11b
7
+ data.tar.gz: fc8a4d0855cf0317a1ca62d06dca3e425a14ed1d344e41aff376fe64aa97e049dd87198905f791d5ac4f4f9bf05bb30e0e59090a6acba67fb2f92a41b52fbefe
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/_includes/contact.md CHANGED
File without changes
File without changes
data/_includes/main.css CHANGED
@@ -16,8 +16,3 @@ img {
16
16
  max-width: 100%;
17
17
  height: auto
18
18
  }
19
-
20
- code {
21
- white-space: pre-line
22
- }
23
-
@@ -0,0 +1,18 @@
1
+ table th,
2
+ table td {
3
+ padding: 6px 13px;
4
+ border: 1px solid #d0d7de
5
+ }
6
+
7
+ table tr {
8
+ border-top: 1px solid hsla(210, 18%, 87%, 1)
9
+ }
10
+
11
+ table tr:nth-child(2n) {
12
+ background-color: #f6f8fa
13
+ }
14
+
15
+ table {
16
+ border-spacing: 0;
17
+ border-collapse: collapse
18
+ }
File without changes
data/_includes/seo.html CHANGED
File without changes
File without changes
File without changes
data/_layouts/post.html CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: featherweight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.12
4
+ version: 0.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -142,7 +142,21 @@ dependencies:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
144
  version: '2.2'
145
- description:
145
+ - !ruby/object:Gem::Dependency
146
+ name: jekyll-spaceship
147
+ requirement: !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - "~>"
150
+ - !ruby/object:Gem::Version
151
+ version: 0.10.2
152
+ type: :runtime
153
+ prerelease: false
154
+ version_requirements: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - "~>"
157
+ - !ruby/object:Gem::Version
158
+ version: 0.10.2
159
+ description:
146
160
  email:
147
161
  - zachsmith.dev@gmail.com
148
162
  executables: []
@@ -154,6 +168,7 @@ files:
154
168
  - _includes/contact.md
155
169
  - _includes/header.html
156
170
  - _includes/main.css
171
+ - _includes/post.css
157
172
  - _includes/reading-time.html
158
173
  - _includes/seo.html
159
174
  - _layouts/compress.html
@@ -163,7 +178,7 @@ homepage: https://github.com/cutwell/featherweight
163
178
  licenses:
164
179
  - MIT
165
180
  metadata: {}
166
- post_install_message:
181
+ post_install_message:
167
182
  rdoc_options: []
168
183
  require_paths:
169
184
  - lib
@@ -178,8 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
193
  - !ruby/object:Gem::Version
179
194
  version: '0'
180
195
  requirements: []
181
- rubygems_version: 3.3.24
182
- signing_key:
196
+ rubygems_version: 3.2.5
197
+ signing_key:
183
198
  specification_version: 4
184
199
  summary: "`Featherweight` is an ultra-lightweight Jekyll theme, aiming to minimise
185
200
  bandwidth usage and deliver a bare-bones experience (page sizes of ~1kb)"