You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have GitHub, Telegram, and Twitter on every author card just below the author's name in every blog post.
Now since some people are moving to Mastodon to expand their audiences, or because some people prefer Mastodon as it's more FOSS than Twitter (or for whatever reason), we should support it.
We should add another prop on the AuthorCard component, the value should be @username@host. For example: @[email protected]. The link then should be parsed to https://hachyderm.io/@mustafasegf.
One edge case: It should also handle multiple @ (at) points. Like @[email protected]@social.gnuweeb.org, it should be parsed to https://social.gnuweeb.org/@[email protected]
The text was updated successfully, but these errors were encountered:
Currently we have GitHub, Telegram, and Twitter on every author card just below the author's name in every blog post.
Now since some people are moving to Mastodon to expand their audiences, or because some people prefer Mastodon as it's more FOSS than Twitter (or for whatever reason), we should support it.
We should add another prop on the
AuthorCard
component, the value should be@username@host
. For example:@[email protected]
. The link then should be parsed tohttps://hachyderm.io/@mustafasegf
.blog/components/AuthorCard.tsx
Line 6 in 1a9e8ce
One edge case: It should also handle multiple
@
(at) points. Like@[email protected]@social.gnuweeb.org
, it should be parsed tohttps://social.gnuweeb.org/@[email protected]
The text was updated successfully, but these errors were encountered: