Skip to content

Commit

Permalink
[assets] Add bluesky logo and links
Browse files Browse the repository at this point in the history
Added the bluesky socials logo to the footer and to the article and blog authors
  • Loading branch information
e111077 committed Feb 13, 2025
1 parent cc118dd commit 3d25c20
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"elliott-marquez": {
"name": "Elliott Marquez",
"links": {
"bluesky": "techytacos.dev",
"twitter": "techytacos",
"github": "e111077"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/lit-dev-content/site/_includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
</svg>
</a>
{% endif %}
{% if authorData.links.bluesky %}
<a href="https://bsky.app/profile/{{ authorData.links.bluesky }}" target="_blank">
<svg aria-label="{{ authorData.name}}'s bluesky Account">
<use href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"></use>
</svg>
</a>
{% endif %}
{% if authorData.links.github %}
<a href="https://github.com/{{ authorData.links.github }}" target="_blank">
<svg aria-label="{{ authorData.name}}'s Github Account">
Expand Down
14 changes: 14 additions & 0 deletions packages/lit-dev-content/site/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@
</lazy-svg>
</a>

<a
href="https://bsky.app/profile/lit.dev"
target="_blank"
rel="noopener"
title="Bluesky"
aria-label="Bluesky"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"
label="Bluesky"
loading="visible">
</lazy-svg>
</a>

<a
href="https://twitter.com/buildWithLit"
target="_blank"
Expand Down
5 changes: 5 additions & 0 deletions packages/lit-dev-content/site/images/social/bluesky.svg
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 3d25c20

Please sign in to comment.