sutty-jekyll-theme 0.3.6 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/README.md +9 -10
- data/_data/en.yml +38 -38
- data/_data/es.yml +38 -38
- data/_data/layouts/about.yml +2 -2
- data/_data/layouts/code_of_conduct.yml +2 -2
- data/_data/layouts/license.yml +2 -2
- data/_data/layouts/page.yml +2 -2
- data/_data/layouts/post.yml +2 -2
- data/_data/layouts/privacy_policy.yml +2 -2
- data/_data/layouts/theme.yml +6 -2
- data/_includes/activity_pub/actor.html +11 -0
- data/_includes/activity_pub/actor_mention.html +28 -0
- data/_includes/activity_pub/button.html +22 -0
- data/_includes/activity_pub/button_bar.html +16 -0
- data/_includes/activity_pub/cards.html +28 -0
- data/_includes/activity_pub/fediverse_interactions.html +2 -0
- data/_includes/activity_pub/generic_modal.html +55 -0
- data/_includes/activity_pub/image_modal.html +27 -0
- data/_includes/activity_pub/interactions.html +78 -0
- data/_includes/activity_pub/login_modal.html +70 -0
- data/_includes/activity_pub/reaction.html +45 -0
- data/_includes/activity_pub/reactions.html +17 -0
- data/_includes/activity_pub/replying_to.html +23 -0
- data/_includes/activity_pub/text_modal.html +16 -0
- data/_includes/activity_pub/toot_card.html +95 -0
- data/_includes/activity_pub/url.html +8 -0
- data/_includes/activity_pub/video_modal.html +20 -0
- data/_includes/bootstrap/custom_select.html +18 -0
- data/_includes/external_link.html +15 -0
- data/_includes/fa.html +11 -0
- data/_includes/footer.html +21 -22
- data/_includes/navbar.html +6 -2
- data/_includes/script.html +1 -1
- data/_layouts/code_of_conduct.html +3 -3
- data/_layouts/default.html +8 -9
- data/_layouts/home.html +4 -5
- data/_layouts/license.html +3 -3
- data/_layouts/page.html +6 -6
- data/_layouts/post.html +6 -6
- data/_layouts/privacy_policy.html +3 -3
- data/_sass/content.scss +27 -9
- data/_sass/crypto.scss +2 -2
- data/_sass/saira.scss +8 -8
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- metadata +24 -3
data/_sass/content.scss
CHANGED
@@ -1,15 +1,33 @@
|
|
1
1
|
.content {
|
2
|
-
p {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
2
|
+
p {
|
3
|
+
min-height: $font-size-base * $line-height-base;
|
4
|
+
}
|
5
|
+
h1 {
|
6
|
+
min-height: $h1-font-size * $headings-line-height;
|
7
|
+
}
|
8
|
+
h2 {
|
9
|
+
min-height: $h2-font-size * $headings-line-height;
|
10
|
+
}
|
11
|
+
h3 {
|
12
|
+
min-height: $h3-font-size * $headings-line-height;
|
13
|
+
}
|
14
|
+
h4 {
|
15
|
+
min-height: $h4-font-size * $headings-line-height;
|
16
|
+
}
|
17
|
+
h5 {
|
18
|
+
min-height: $h5-font-size * $headings-line-height;
|
19
|
+
}
|
20
|
+
h6 {
|
21
|
+
min-height: $h6-font-size * $headings-line-height;
|
22
|
+
}
|
9
23
|
|
10
|
-
iframe {
|
24
|
+
iframe {
|
25
|
+
border: 0;
|
26
|
+
}
|
11
27
|
|
12
|
-
audio {
|
28
|
+
audio {
|
29
|
+
width: 100%;
|
30
|
+
}
|
13
31
|
|
14
32
|
img,
|
15
33
|
video,
|
data/_sass/crypto.scss
CHANGED
data/_sass/saira.scss
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family:
|
2
|
+
font-family: "Saira";
|
3
3
|
font-style: normal;
|
4
4
|
font-weight: 400;
|
5
5
|
font-display: swap;
|
6
|
-
src: url(
|
6
|
+
src: url("../fonts/saira/Saira-Medium-subset.woff2") format("woff2");
|
7
7
|
}
|
8
8
|
|
9
9
|
@font-face {
|
10
|
-
font-family:
|
10
|
+
font-family: "Saira";
|
11
11
|
font-style: italic;
|
12
12
|
font-weight: 400;
|
13
13
|
font-display: swap;
|
14
|
-
src: url(
|
14
|
+
src: url("../fonts/saira/Saira-MediumItalic-subset.woff2") format("woff2");
|
15
15
|
}
|
16
16
|
|
17
17
|
@font-face {
|
18
|
-
font-family:
|
18
|
+
font-family: "Saira";
|
19
19
|
font-style: normal;
|
20
20
|
font-weight: bold;
|
21
21
|
font-display: swap;
|
22
|
-
src: url(
|
22
|
+
src: url("../fonts/saira/Saira-Bold-subset.woff2") format("woff2");
|
23
23
|
}
|
24
24
|
|
25
25
|
@font-face {
|
26
|
-
font-family:
|
26
|
+
font-family: "Saira";
|
27
27
|
font-style: italic;
|
28
28
|
font-weight: bold;
|
29
29
|
font-display: swap;
|
30
|
-
src: url(
|
30
|
+
src: url("../fonts/saira/Saira-BoldItalic-subset.woff2") format("woff2");
|
31
31
|
}
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sutty-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -175,6 +175,26 @@ files:
|
|
175
175
|
- _data/layouts/privacy_policy.yml
|
176
176
|
- _data/layouts/theme.yml
|
177
177
|
- _data/manifest.json
|
178
|
+
- _includes/activity_pub/actor.html
|
179
|
+
- _includes/activity_pub/actor_mention.html
|
180
|
+
- _includes/activity_pub/button.html
|
181
|
+
- _includes/activity_pub/button_bar.html
|
182
|
+
- _includes/activity_pub/cards.html
|
183
|
+
- _includes/activity_pub/fediverse_interactions.html
|
184
|
+
- _includes/activity_pub/generic_modal.html
|
185
|
+
- _includes/activity_pub/image_modal.html
|
186
|
+
- _includes/activity_pub/interactions.html
|
187
|
+
- _includes/activity_pub/login_modal.html
|
188
|
+
- _includes/activity_pub/reaction.html
|
189
|
+
- _includes/activity_pub/reactions.html
|
190
|
+
- _includes/activity_pub/replying_to.html
|
191
|
+
- _includes/activity_pub/text_modal.html
|
192
|
+
- _includes/activity_pub/toot_card.html
|
193
|
+
- _includes/activity_pub/url.html
|
194
|
+
- _includes/activity_pub/video_modal.html
|
195
|
+
- _includes/bootstrap/custom_select.html
|
196
|
+
- _includes/external_link.html
|
197
|
+
- _includes/fa.html
|
178
198
|
- _includes/footer.html
|
179
199
|
- _includes/logo.svg
|
180
200
|
- _includes/navbar.html
|
@@ -196,6 +216,7 @@ files:
|
|
196
216
|
- _sass/selection.scss
|
197
217
|
- _sass/variables.scss
|
198
218
|
- assets/css/styles.scss
|
219
|
+
- assets/fonts/forkawesome-webfont.woff2
|
199
220
|
- assets/fonts/saira/LICENSE
|
200
221
|
- assets/fonts/saira/Saira-Bold-subset.woff2
|
201
222
|
- assets/fonts/saira/Saira-BoldItalic-subset.woff2
|
@@ -234,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
234
255
|
- !ruby/object:Gem::Version
|
235
256
|
version: '0'
|
236
257
|
requirements: []
|
237
|
-
rubygems_version: 3.3.
|
258
|
+
rubygems_version: 3.3.27
|
238
259
|
signing_key:
|
239
260
|
specification_version: 4
|
240
261
|
summary: A theme with Sutty's design.
|