minimal-mistakes-jekyll 4.27.0 → 4.27.1

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: 56a5299d597e267b8ba641454984ff85eab76395ac8e03eeb18185c13c46fb33
4
- data.tar.gz: 8c9cb75e8c5bd6cc8f8ca45e130784de8a7b057702d4c615bbbf07280a2e6c9b
3
+ metadata.gz: 5c49579eaaaaaf711e7fd3acf530b12045012ecf53fc7d49e89f2b0782b190a5
4
+ data.tar.gz: 6be772c33fbe5d17f5d66d04bbba5fda49afdc3cc8e7e437a1dcef4920cc7a24
5
5
  SHA512:
6
- metadata.gz: 9896564fd8d41b7bc317d697f3ced8ebddc6221b9c914f85de800855f35e6ae53b301d5dea6ddbf6ec16ed22ad1a199d27d3a2c1b41546b055cc3db08a69f42d
7
- data.tar.gz: 304f0c4d913401bfea61a62733b95120ac76ecdf29307e70fcabb9fa8e8d93be0014bbc8baf5ffb8756d6ebf75f2c45d225ed16c0bcc8fa009d8ce2d3fc59438
6
+ metadata.gz: 622fadf36f088e7568894d0894cec5d4a97612f0491c3ec6bda50b7c9cb0de610bf36fdbef0777edca073fe979cb63dad510258baa9c3217fcc9fc8664a310b7
7
+ data.tar.gz: 506cf5f4d3c5c25fd28cb28a0783bc5d1a36e81a43d47946d8e11a694a236e428008a5a3cb9e54209814a7abf920ca8d7f3d3eaf684a3d8c1afa0b3113f7c06e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
4
+
5
+ ### Enhancements
6
+
7
+ - Add a "Share on Bluesky" button (#5179)
8
+ - Add preset variables for modern font stack (#5033)
9
+
10
+ ### Bug Fixes
11
+
12
+ - Fix wrong icon and color for X share button.
13
+
14
+ ## [4.27.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0)
4
15
 
5
16
  ### Enhancements
6
17
 
data/README.md CHANGED
@@ -121,7 +121,7 @@ To install:
121
121
  bundle
122
122
  ```
123
123
 
124
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
124
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
125
125
 
126
126
  <!--
127
127
  Dev note: The version number is currently hard-coded in these files:
@@ -1,5 +1,5 @@
1
1
  <!--
2
- Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2
+ Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
3
3
  Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
4
4
  Free for personal and commercial use under the MIT license
5
5
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
3
3
  * Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Free for personal and commercial use under the MIT license
5
5
  * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -2,7 +2,7 @@
2
2
  <h4 class="page__share-title">{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}</h4>
3
3
 
4
4
  <a href="https://x.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--x" aria-label="Share on X" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} X">
5
- <i class="fas fa-fw fa-share-alt" aria-hidden="true"></i><span> X</span>
5
+ <i class="fab fa-fw fa-x-twitter" aria-hidden="true"></i><span> X</span>
6
6
  </a>
7
7
 
8
8
  <a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" aria-label="Share on Facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook">
@@ -12,4 +12,8 @@
12
12
  <a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url }}" class="btn btn--linkedin" aria-label="Share on LinkedIn" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn">
13
13
  <i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span>
14
14
  </a>
15
+
16
+ <a href="https://bsky.app/intent/compose?text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--bluesky" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Bluesky">
17
+ <i class="fab fa-fw fa-bluesky" aria-hidden="true"></i><span> Bluesky</span>
18
+ </a>
15
19
  </section>
@@ -6,6 +6,8 @@ html {
6
6
  /* sticky footer fix */
7
7
  position: relative;
8
8
  min-height: 100%;
9
+ -webkit-font-smoothing: antialiased;
10
+ -moz-osx-font-smoothing: grayscale;
9
11
  }
10
12
 
11
13
  body {
@@ -40,7 +40,8 @@
40
40
  (facebook, $facebook-color),
41
41
  (twitter, $twitter-color),
42
42
  (linkedin, $linkedin-color),
43
- (mastodon, $mastodon-color);
43
+ (mastodon, $mastodon-color),
44
+ (bluesky, $bluesky-color);
44
45
 
45
46
  @each $buttoncolor, $color in $buttoncolors {
46
47
  &--#{$buttoncolor} {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
3
3
  * Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Free for personal and commercial use under the MIT license
5
5
  * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -218,7 +218,7 @@ $text-alignments: left, right, start, end, center, justify;
218
218
  $soundcloud-color: ".fa-soundcloud",
219
219
  $stackoverflow-color: ".fa-stack-exchange, .fa-stack-overflow",
220
220
  $tumblr-color: ".fa-tumblr, .fa-tumblr-square",
221
- $twitter-color: ".fa-twitter, .fa-twitter-square",
221
+ $twitter-color: ".fa-twitter, .fa-twitter-square, .fa-x-twitter",
222
222
  $vimeo-color: ".fa-vimeo, .fa-vimeo-square, .fa-vimeo-v",
223
223
  $vine-color: ".fa-vine",
224
224
  $xing-color: ".fa-xing, .fa-xing-square",
@@ -15,23 +15,56 @@ $doc-font-size-x-large: $doc-font-size * 1.375 !default;
15
15
  $paragraph-indent: false !default; // true, false (default)
16
16
  $indent-var: 1.3em !default;
17
17
 
18
- /* system typefaces */
19
- $serif: Georgia, Times, serif !default;
20
- $sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
21
- "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
22
- $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
23
-
24
- /* sans serif typefaces */
25
- $sans-serif-narrow: $sans-serif !default;
18
+ /* Modern font stack */
19
+ /* https://github.com/system-fonts/modern-font-stacks */
20
+
21
+ /* Sans serif - modern font stack */
22
+ $system-ui: system-ui, sans-serif;
23
+ $humanist: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
24
+ $geometric-humanist: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
25
+ $classical-humanist: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
26
+ $neo-grotesque: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
27
+ $industrial: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
28
+ $rounded-sans: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
29
+
30
+ /* sans serif typefaces - defined in Minimal Mistakes */
26
31
  $helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
27
32
 
28
- /* serif typefaces */
33
+ /* Serif - modern font stack */
34
+ $transitional: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
35
+ $old-style: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;;
36
+ $monospace-slab-serif: 'Nimbus Mono PS', 'Courier New', monospace;
37
+ $slab-serif: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
38
+ $antique: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
39
+ $didone: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif;
40
+
41
+ /* serif typefaces - defined in Minimal Mistakes */
29
42
  $georgia: Georgia, serif !default;
30
43
  $times: Times, serif !default;
31
44
  $bodoni: "Bodoni MT", serif !default;
32
45
  $calisto: "Calisto MT", serif !default;
33
46
  $garamond: Garamond, serif !default;
34
47
 
48
+ /* Monospace - modern font stack */
49
+ $monospace-code: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
50
+
51
+ /* Handwritten - modern font stack */
52
+ $handwritten: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive;
53
+
54
+ /* Defaults used in Minimal mistakes */
55
+ $default-sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
56
+ $default-serif: Georgia, Times, serif;
57
+ $default-monospace: Monaco, Consolas, "Lucida Console", monospace;
58
+
59
+ /* Emoji native from modern font stack - add to the end of the font-face for native emojis */
60
+ $emoji-native: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
61
+
62
+ /* system typefaces */
63
+ $serif: $default-serif !default;
64
+ $sans-serif: $default-sans-serif !default;
65
+ $sans-serif-narrow: $sans-serif !default;
66
+ $monospace: $default-monospace !default;
67
+
35
68
  $global-font-family: $sans-serif !default;
36
69
  $header-font-family: $sans-serif !default;
37
70
  $caption-font-family: $serif !default;
@@ -90,6 +123,7 @@ $yiq-debug: false !default;
90
123
  /* brands */
91
124
  $behance-color: #1769ff !default;
92
125
  $bitbucket-color: #205081 !default;
126
+ $bluesky-color: #1083fe !default;
93
127
  $dribbble-color: #ea4c89 !default;
94
128
  $facebook-color: #3b5998 !default;
95
129
  $flickr-color: #ff0084 !default;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
3
3
  * Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Free for personal and commercial use under the MIT license
5
5
  * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.27.0
4
+ version: 4.27.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-04-19 00:00:00.000000000 Z
12
+ date: 2025-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll