Skip to content

Commit c11764d

Browse files
authored
Merge pull request #255 from Interlisp/feature/replace-x_issue_1887
Removed Twitter, added Mastodon and Bluesky.
2 parents 78993df + 5394a98 commit c11764d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

config/_default/params.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ links:
7171
url: "mailto:[email protected]"
7272
icon: "fa fa-envelope"
7373
desc: "Discussion and help from your fellow users"
74-
- name: "X"
75-
url: "https://x.com/interlisp8"
76-
icon: "fab fa-x-twitter"
77-
desc: "Follow us on X to get the latest news!"
74+
- name: "Mastodon"
75+
url: "https://fosstodon.org/@interlisp"
76+
icon: "fa-brands fa-mastodon"
77+
desc: "Follow us on Mastodon to get the latest news!"
78+
- name: "Bluesky"
79+
url: "https://bsky.app/profile/interlisp.org"
80+
icon: "fa-brands fa-bluesky"
81+
desc: "We're on Bluesky too!"
7882
# - name: "Stack Overflow"
7983
# url: "https://stackoverflow.com/questions/tagged/graphviz"
8084
# icon: "fab fa-stack-overflow"

content/en/project/getInvolved/_index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ The archives are public. The LispCore group gets much more email, and posts from
5151

5252
* [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.
5353
* [Lisp-Romania] has a Discord Interlisp channel.
54-
* X (Twitter) handle: [interlisp8](https://twitter.com/interlisp8).
54+
* Mastodon: [@interlisp@fosstodon.org](https://fosstodon.org/@interlisp).
55+
* Bluesky: [@interlisp.org](https://bsky.app/profile/interlisp.org)
5556
* _Direct email:_ In addition to the email groups listed above, you can email us at [[email protected]](mailto:[email protected]).
5657

5758
## 4. Weekly meetings. We have weekly video conferencing meetings:

layouts/partials/hooks/head-end.html

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
<link rel="canonical" href="{{ .Permalink }}">
2+
<link rel="me" href="https://fosstodon.org/@interlisp">

0 commit comments

Comments
 (0)