Skip to content

Commit

Permalink
add mentions (charm and goreleaser)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 29, 2024
1 parent db73eed commit 406c096
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/src/data/mentions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

/** @satisfies {import('@site/src/components/MentionsSection/index').MentionCardProps[]} */
const MENTIONS = [
{
url: 'https://x.com/charmcli/status/1861865055370756430',
username: 'charmcli',
source: '/rio/assets/mentions/charm.jpg',
quote: (
<>
🌈 Rio is one of those rare software projects that delivers S+ performance while maintaining fun and playfulness at its core.
</>
),
},
{
url: 'https://x.com/GoReleaser/status/1861895213091795002',
username: 'GoReleaser',
source: '/rio/assets/mentions/goreleaser.jpg',
quote: (
<>
Rio is pretty amazing! Excellent work by @raphamorims ✌️
</>
),
},
{
url: 'https://fosstodon.org/@orhun/113375636616878019',
username: 'Orhun Parmaksız',
Expand Down
Binary file added docs/static/assets/mentions/charm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/assets/mentions/goreleaser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 406c096

Please sign in to comment.