8000 fix bluesky css issues · scikit-learn/blog@0b5b3f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b5b3f3

Browse files
committed
fix bluesky css issues
1 parent e306a76 commit 0b5b3f3

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
10000
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ author:
3939
- label: "LinkedIn"
4040
icon: "fab fa-fw fa-linkedin"
4141
url: "https://linkedin.com/company/scikit-learn/"
42+
- label: "Bluesky"
43+
icon: ""
44+
url: "https://bsky.app/profile/scikit-learn.org"
45+
- label: "Mastodon"
46+
icon: "fab fa-brands fa-mastodon"
47+
url: "https://fosstodon.org/@sklearn"
4248
- label: "YouTube"
4349
icon: "fab fa-fw fa-youtube"
4450
url: "https://www.youtube.com/@scikit-learn"
@@ -60,6 +66,12 @@ footer:
6066
- label: "LinkedIn"
6167
icon: "fab fa-fw fa-linkedin"
6268
url: "https://linkedin.com/company/scikit-learn/"
69+
- label: "Bluesky"
70+
icon: ""
71+
url: "https://bsky.app/profile/scikit-learn.org"
72+
- label: "Mastodon"
73+
icon: "fab fa-brands fa-mastodon"
74+
url: "https://fosstodon.org/@sklearn"
6375
- label: "YouTube"
6476
icon: "fab fa-fw fa-youtube"
6577
url: "https://www.youtube.com/@scikit-learn"

_sass/minimal-mistakes/_buttons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
(info, $info-color),
4040
(facebook, $facebook-color),
4141
(twitter, $twitter-color),
42-
(linkedin, $linkedin-color);
43-
(bluesky, $bluesky-color);
42+
(linkedin, $linkedin-color),
43+
(bluesky, $bluesky-color),
4444
(mastodon, $mastodon-color);
4545

4646

assets/css/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
# Only the main Sass file needs front matter (the dashes are enough)
3-
---
1+
// ---
2+
// # Only the main Sass file needs front matter (the dashes are enough)
3+
// ---
44

55
@charset "utf-8";
66

0 commit comments

Comments
 (0)
0