From 3f18840c22b04d06daf13e8dd5c5b61e66b4be49 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Sun, 19 Jan 2025 16:40:30 +0000 Subject: [PATCH 1/3] Add icon for discourse and social media section --- config.yaml | 6 ++++-- content/en/about.md | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 9b6fca8..abd075f 100644 --- a/config.yaml +++ b/config.yaml @@ -68,8 +68,8 @@ languages: socialmedia: - link: https://github.com/scipy/scipy icon: github - - link: https://twitter.com/SciPy_team - icon: twitter + - link: https://discuss.scientific-python.org/c/contributor/scipy/ + icon: scientific-python quicklinks: column1: title: "" @@ -104,3 +104,5 @@ languages: link: /privacy - text: Press Kit link: /press-kit + - text: Social Media + link: /about#social-media diff --git a/content/en/about.md b/content/en/about.md index 45fa3b9..d0ee237 100644 --- a/content/en/about.md +++ b/content/en/about.md @@ -126,3 +126,8 @@ development infrastructure: _This list is ordered by time (most recent contributions first) and was last updated in January 2022._ + +## Social Media + +- [@scipy on Mastodon](https://mastodon.social/@scipy@fosstodon.org) +- [@SciPy_team on X](https://x.com/scipy_team) From 971431007ecd79c5ce2872974fdb7673b6a4339e Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Sun, 19 Jan 2025 16:46:19 +0000 Subject: [PATCH 2/3] add header name --- content/en/about.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/about.md b/content/en/about.md index d0ee237..dffa64b 100644 --- a/content/en/about.md +++ b/content/en/about.md @@ -127,6 +127,8 @@ development infrastructure: _This list is ordered by time (most recent contributions first) and was last updated in January 2022._ + + ## Social Media - [@scipy on Mastodon](https://mastodon.social/@scipy@fosstodon.org) From fb18fc7cb07a56deb449e9d9f9d5882574a6fd32 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Sun, 19 Jan 2025 16:48:10 +0000 Subject: [PATCH 3/3] update link syntax --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index abd075f..705e6ed 100644 --- a/config.yaml +++ b/config.yaml @@ -105,4 +105,4 @@ languages: - text: Press Kit link: /press-kit - text: Social Media - link: /about#social-media + link: /about/#social-media