sutty-jekyll-theme 0.3.5 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -2
  3. data/README.md +9 -10
  4. data/_data/en.yml +38 -38
  5. data/_data/es.yml +38 -38
  6. data/_data/layouts/about.yml +2 -2
  7. data/_data/layouts/code_of_conduct.yml +2 -2
  8. data/_data/layouts/license.yml +2 -2
  9. data/_data/layouts/page.yml +2 -2
  10. data/_data/layouts/post.yml +2 -2
  11. data/_data/layouts/privacy_policy.yml +2 -2
  12. data/_data/layouts/theme.yml +4 -2
  13. data/_includes/activity_pub/actor.html +11 -0
  14. data/_includes/activity_pub/actor_mention.html +28 -0
  15. data/_includes/activity_pub/button.html +22 -0
  16. data/_includes/activity_pub/button_bar.html +16 -0
  17. data/_includes/activity_pub/cards.html +28 -0
  18. data/_includes/activity_pub/fediverse_interactions.html +2 -0
  19. data/_includes/activity_pub/generic_modal.html +55 -0
  20. data/_includes/activity_pub/image_modal.html +27 -0
  21. data/_includes/activity_pub/interactions.html +78 -0
  22. data/_includes/activity_pub/login_modal.html +70 -0
  23. data/_includes/activity_pub/reaction.html +45 -0
  24. data/_includes/activity_pub/reactions.html +17 -0
  25. data/_includes/activity_pub/replying_to.html +23 -0
  26. data/_includes/activity_pub/text_modal.html +16 -0
  27. data/_includes/activity_pub/toot_card.html +95 -0
  28. data/_includes/activity_pub/url.html +8 -0
  29. data/_includes/activity_pub/video_modal.html +20 -0
  30. data/_includes/bootstrap/custom_select.html +18 -0
  31. data/_includes/external_link.html +15 -0
  32. data/_includes/fa.html +11 -0
  33. data/_includes/footer.html +21 -22
  34. data/_includes/navbar.html +6 -2
  35. data/_includes/script.html +1 -1
  36. data/_layouts/code_of_conduct.html +3 -3
  37. data/_layouts/default.html +8 -9
  38. data/_layouts/home.html +4 -5
  39. data/_layouts/license.html +3 -3
  40. data/_layouts/page.html +6 -6
  41. data/_layouts/post.html +6 -6
  42. data/_layouts/privacy_policy.html +3 -3
  43. data/_sass/content.scss +28 -10
  44. data/_sass/crypto.scss +2 -2
  45. data/_sass/saira.scss +8 -8
  46. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  47. metadata +24 -3
data/_sass/content.scss CHANGED
@@ -1,19 +1,37 @@
1
1
  .content {
2
- p { min-height: $font-size-base * $line-height-base; }
3
- h1 { min-height: $h1-font-size * $headings-line-height; }
4
- h2 { min-height: $h2-font-size * $headings-line-height; }
5
- h3 { min-height: $h3-font-size * $headings-line-height; }
6
- h4 { min-height: $h4-font-size * $headings-line-height; }
7
- h5 { min-height: $h5-font-size * $headings-line-height; }
8
- h6 { min-height: $h6-font-size * $headings-line-height; }
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 { border: 0; }
24
+ iframe {
25
+ border: 0;
26
+ }
11
27
 
12
- audio { width: 100%; }
28
+ audio {
29
+ width: 100%;
30
+ }
13
31
 
14
32
  img,
15
33
  video,
16
- iframe {
34
+ & > iframe {
17
35
  @extend .img-fluid;
18
36
  height: auto;
19
37
  }
data/_sass/crypto.scss CHANGED
@@ -2,11 +2,11 @@
2
2
  form {
3
3
  @extend .form-inline;
4
4
 
5
- input[type=password] {
5
+ input[type="password"] {
6
6
  @extend .form-control;
7
7
  }
8
8
 
9
- input[type=submit] {
9
+ input[type="submit"] {
10
10
  @extend .btn;
11
11
  @extend .btn-primary;
12
12
  }
data/_sass/saira.scss CHANGED
@@ -1,31 +1,31 @@
1
1
  @font-face {
2
- font-family: 'Saira';
2
+ font-family: "Saira";
3
3
  font-style: normal;
4
4
  font-weight: 400;
5
5
  font-display: swap;
6
- src: url('../fonts/saira/Saira-Medium-subset.woff2') format('woff2');
6
+ src: url("../fonts/saira/Saira-Medium-subset.woff2") format("woff2");
7
7
  }
8
8
 
9
9
  @font-face {
10
- font-family: 'Saira';
10
+ font-family: "Saira";
11
11
  font-style: italic;
12
12
  font-weight: 400;
13
13
  font-display: swap;
14
- src: url('../fonts/saira/Saira-MediumItalic-subset.woff2') format('woff2');
14
+ src: url("../fonts/saira/Saira-MediumItalic-subset.woff2") format("woff2");
15
15
  }
16
16
 
17
17
  @font-face {
18
- font-family: 'Saira';
18
+ font-family: "Saira";
19
19
  font-style: normal;
20
20
  font-weight: bold;
21
21
  font-display: swap;
22
- src: url('../fonts/saira/Saira-Bold-subset.woff2') format('woff2');
22
+ src: url("../fonts/saira/Saira-Bold-subset.woff2") format("woff2");
23
23
  }
24
24
 
25
25
  @font-face {
26
- font-family: 'Saira';
26
+ font-family: "Saira";
27
27
  font-style: italic;
28
28
  font-weight: bold;
29
29
  font-display: swap;
30
- src: url('../fonts/saira/Saira-BoldItalic-subset.woff2') format('woff2');
30
+ src: url("../fonts/saira/Saira-BoldItalic-subset.woff2") format("woff2");
31
31
  }
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.5
4
+ version: 0.3.7
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-04-23 00:00:00.000000000 Z
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.26
258
+ rubygems_version: 3.3.27
238
259
  signing_key:
239
260
  specification_version: 4
240
261
  summary: A theme with Sutty's design.