File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ author:
39
39
- label : " LinkedIn"
40
40
icon : " fab fa-fw fa-linkedin"
41
41
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"
42
48
- label : " YouTube"
43
49
icon : " fab fa-fw fa-youtube"
44
50
url : " https://www.youtube.com/@scikit-learn"
@@ -60,6 +66,12 @@ footer:
60
66
- label : " LinkedIn"
61
67
icon : " fab fa-fw fa-linkedin"
10000
62
68
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"
63
75
- label : " YouTube"
64
76
icon : " fab fa-fw fa-youtube"
65
77
url : " https://www.youtube.com/@scikit-learn"
Original file line number Diff line number Diff line change 39
39
(info, $info-color ),
40
40
(facebook, $facebook-color ),
41
41
(twitter, $twitter-color ),
42
- (linkedin, $linkedin-color );
43
- (bluesky , $bluesky-color );
42
+ (linkedin, $linkedin-color ),
43
+ (bluesky, $bluesky-color ),
44
44
(mastodon, $mastodon-color );
45
45
46
46
Original file line number Diff line number Diff line change 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
+ // ---
4
4
5
5
@charset " utf-8" ;
6
6
You can’t perform that action at this time.
0 commit comments