Skip to content

Commit e306a76

Browse files
authoredJan 30, 2025··
Merge pull request #202 from reshamas/rs-fixsocials
try to fix extra socials
2 parents 27130af + 4798e08 commit e306a76

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed
 

‎_config.yml

-14
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ favicon: assets/images/scikit-learn-logo.png
1515
baseurl: "/"
1616
url: "https://blog.scikit-learn.org" # the base hostname
1717
github_username: scikit-learn
18-
bluesky_username: scikit-learn.org
19-
mastodon_username: sklearn
2018
repository: scikit-learn/blog
2119

2220
header:
@@ -41,12 +39,6 @@ author:
4139
- label: "LinkedIn"
4240
icon: "fab fa-fw fa-linkedin"
4341
url: "https://linkedin.com/company/scikit-learn/"
44-
- label: "Bluesky"
45-
icon: ""
46-
url: "https://bsky.app/profile/scikit-learn.org"
47-
- label: "Mastodon"
48-
icon: ""
49-
url: "https://fosstodon.org/@sklearn"
5042
- label: "YouTube"
5143
icon: "fab fa-fw fa-youtube"
5244
url: "https://www.youtube.com/@scikit-learn"
@@ -68,12 +60,6 @@ footer:
6860
- label: "LinkedIn"
6961
icon: "fab fa-fw fa-linkedin"
7062
url: "https://linkedin.com/company/scikit-learn/"
71-
- label: "Bluesky"
72-
icon: ""
73-
url: "https://bsky.app/profile/scikit-learn.org"
74-
- label: "Mastodon"
75-
icon: ""
76-
url: "https://fosstodon.org/@sklearn"
7763
- label: "YouTube"
7864
icon: "fab fa-fw fa-youtube"
7965
url: "https://www.youtube.com/@scikit-learn"

‎_posts/2022-07-13-sprints-value.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ contributors (with a specific expertise) on advanced subjects when it is possibl
313313
### Connecting and Supporting scikit-learn
314314

315315
To connect with the scikit-learn project, these are the most active social media platforms:
316-
- Twitter: [@scikit_learn](https://twitter.com/scikit_learn)
317316
- LinkedIn: [@scikit-learn](https://www.linkedin.com/company/scikit-learn/)
317+
- Bluesky: [@scikit-learn.org](https://bsky.app/profile/scikit-learn.org)
318318

319319
It is most welcome for users to “star” the code repository on GitHub: [scikit-learn/scikit-learn](https://github.com/scikit-learn/scikit-learn)
320320

0 commit comments

Comments
 (0)
Please sign in to comment.