From 85d781b2f3984925f64596e3b49e6fa728b5f05b Mon Sep 17 00:00:00 2001 From: Herb Jellinek Date: Wed, 4 Dec 2024 14:09:37 -0800 Subject: [PATCH 1/3] Removed Twitter, added Mastodon and Bluesky. --- config/_default/params.yaml | 12 ++++++++---- content/en/project/getInvolved/_index.md | 3 ++- layouts/partials/hooks/head-end.html | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 7b5a34585..589c223cd 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -71,10 +71,14 @@ links: url: "mailto:Interlisp@googlegroups.com" icon: "fa fa-envelope" desc: "Discussion and help from your fellow users" - - name: "X" - url: "https://x.com/interlisp8" - icon: "fab fa-x-twitter" - desc: "Follow us on X to get the latest news!" + - name: "Mastodon" + url: "https://fosstodon.org/@interlisp" + icon: "fa-brands fa-mastodon" + desc: "Follow us on Mastodon to get the latest news!" + - name: "Bluesky" + url: "https://bsky.app/profile/interlisp.bsky.social" + icon: "fa-brands fa-bluesky" + desc: "We're on Bluesky too!" # - name: "Stack Overflow" # url: "https://stackoverflow.com/questions/tagged/graphviz" # icon: "fab fa-stack-overflow" diff --git a/content/en/project/getInvolved/_index.md b/content/en/project/getInvolved/_index.md index 73af5b404..53a0dc7c0 100644 --- a/content/en/project/getInvolved/_index.md +++ b/content/en/project/getInvolved/_index.md @@ -51,7 +51,8 @@ The archives are public. The LispCore group gets much more email, and posts from * [Libera.Chat](https://libera.chat) has a #Interlisp IRC Channel. A place for informal chat. Connect by pointing your IRC client to `irc.libera.chat:6697` (TLS) and `/join #interlisp`. Say hello. There are also channels for #lisp (any dialect) and #common-lisp. * [Lisp-Romania] has a Discord Interlisp channel. -* X (Twitter) handle: [interlisp8](https://twitter.com/interlisp8). +* Mastodon: [@interlisp@fosstodon.org](https://fosstodon.org/@interlisp). +* Bluesky: [@interlisp.bsky.social](https://bsky.app/profile/interlisp.bsky.social) * _Direct email:_ In addition to the email groups listed above, you can email us at [info@interlisp.org](mailto:info@interlisp.org). ## 4. Weekly meetings. We have weekly video conferencing meetings: diff --git a/layouts/partials/hooks/head-end.html b/layouts/partials/hooks/head-end.html index 503ace1ee..b264d8fa6 100644 --- a/layouts/partials/hooks/head-end.html +++ b/layouts/partials/hooks/head-end.html @@ -1 +1,2 @@ +Mastodon From 30f82bc7bd53b457218cfc7e8ff85221b4a2f2c6 Mon Sep 17 00:00:00 2001 From: Herb Jellinek Date: Fri, 6 Dec 2024 13:49:09 -0800 Subject: [PATCH 2/3] Can't have an `a` tag in a `head`, but a `link` is OK. What was I thinking? :-) --- layouts/partials/hooks/head-end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/hooks/head-end.html b/layouts/partials/hooks/head-end.html index b264d8fa6..9daa28c04 100644 --- a/layouts/partials/hooks/head-end.html +++ b/layouts/partials/hooks/head-end.html @@ -1,2 +1,2 @@ -Mastodon + From 5394a984d8e47ca5f54b09ab9afa023c27cb5b2c Mon Sep 17 00:00:00 2001 From: Herb Jellinek Date: Fri, 6 Dec 2024 14:17:04 -0800 Subject: [PATCH 3/3] I changed our Bluesky handle to @interlisp.org. --- config/_default/params.yaml | 2 +- content/en/project/getInvolved/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 589c223cd..98850125b 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -76,7 +76,7 @@ links: icon: "fa-brands fa-mastodon" desc: "Follow us on Mastodon to get the latest news!" - name: "Bluesky" - url: "https://bsky.app/profile/interlisp.bsky.social" + url: "https://bsky.app/profile/interlisp.org" icon: "fa-brands fa-bluesky" desc: "We're on Bluesky too!" # - name: "Stack Overflow" diff --git a/content/en/project/getInvolved/_index.md b/content/en/project/getInvolved/_index.md index 53a0dc7c0..8e8b0e670 100644 --- a/content/en/project/getInvolved/_index.md +++ b/content/en/project/getInvolved/_index.md @@ -52,7 +52,7 @@ The archives are public. The LispCore group gets much more email, and posts from * [Libera.Chat](https://libera.chat) has a #Interlisp IRC Channel. A place for informal chat. Connect by pointing your IRC client to `irc.libera.chat:6697` (TLS) and `/join #interlisp`. Say hello. There are also channels for #lisp (any dialect) and #common-lisp. * [Lisp-Romania] has a Discord Interlisp channel. * Mastodon: [@interlisp@fosstodon.org](https://fosstodon.org/@interlisp). -* Bluesky: [@interlisp.bsky.social](https://bsky.app/profile/interlisp.bsky.social) +* Bluesky: [@interlisp.org](https://bsky.app/profile/interlisp.org) * _Direct email:_ In addition to the email groups listed above, you can email us at [info@interlisp.org](mailto:info@interlisp.org). ## 4. Weekly meetings. We have weekly video conferencing meetings: