Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Bluesky account link on footer #346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shuuji3
Copy link

@shuuji3 shuuji3 commented Dec 28, 2024

πŸ”— Linked issue

resolve #345

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • πŸ“° Content (a new article or a change in the content folder)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

As written in the original issue, not having a Bluesky link makes it a bit difficult for new users to find a Bluesky account.

This PR adds two changes:

  • add Bluesky account icon link on the footer
  • adjust LD+JSON for the website to include Bluesky account profile

This helps new users find an account in an open platform where anyone who has Internet access can see the latest posts, unlike the other closed social media.

Screenshot of footer, which has new Bluesky icon
(with new Bluesky link icon)

Screenshot of footer, which has new Bluesky icon
(when hovering the mouse cursor)

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.
    • N/A for docs

Comment on lines 170 to 172
x: {
url: 'https://x.com/unjsio',
icon: 'i-simple-icons-x',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept the original links here. But if UnJS Twitter account will no longer be active, I can also remove this link from the website.

@shuuji3
Copy link
Author

shuuji3 commented Dec 28, 2024

I also noticed there are other twitter links in Blog post etc. If you'd like to update those, I can help update them as well (by this PR or the other PR).

@shuuji3
Copy link
Author

shuuji3 commented Dec 28, 2024

Aside from that, it'd be nice to add a Bluesky account link to unjs org profile too: https://github.com/unjs

screenshot of the above org profile page

@pi0
Copy link
Member

pi0 commented Dec 28, 2024

Thanks for nice work and suggstion. I have updated org, this repository needs little bit maintenance first.

@shuuji3
Copy link
Author

shuuji3 commented Dec 28, 2024

I made a separate PR to fix the lint errors on main branch: #347. This would solve the current CI failure. It needed only a few lines of change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Bluesky account link
2 participants