Skip to content

Commit 32cc94b

Browse files
committed
[assets] Add bluesky logo and links
Added the bluesky socials logo to the footer and to the article and blog authors
1 parent cc118dd commit 32cc94b

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

packages/lit-dev-content/site/_data/authors.json

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"elliott-marquez": {
5454
"name": "Elliott Marquez",
5555
"links": {
56+
"bluesky": "techytacos.dev",
5657
"twitter": "techytacos",
5758
"github": "e111077"
5859
},

packages/lit-dev-content/site/_includes/article.html

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
</svg>
3636
</a>
3737
{% endif %}
38+
{% if authorData.links.bluesky %}
39+
<a href="https://bsky.app/profile/{{ authorData.links.bluesky }}" target="_blank">
40+
<svg aria-label="{{ authorData.name}}'s bluesky Account">
41+
<use href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"></use>
42+
</svg>
43+
</a>
44+
{% endif %}
3845
{% if authorData.links.github %}
3946
<a href="https://github.com/{{ authorData.links.github }}" target="_blank">
4047
<svg aria-label="{{ authorData.name}}'s Github Account">

packages/lit-dev-content/site/_includes/footer.html

+14
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@
3333
</lazy-svg>
3434
</a>
3535

36+
<a
37+
href="https://bsky.app/profile/lit.dev"
38+
target="_blank"
39+
rel="noopener"
40+
title="Bluesky"
41+
aria-label="Bluesky"
42+
>
43+
<lazy-svg
44+
href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"
45+
label="Bluesky"
46+
loading="visible">
47+
</lazy-svg>
48+
</a>
49+
3650
<a
3751
href="https://twitter.com/buildWithLit"
3852
target="_blank"

packages/lit-dev-content/site/home/1-splash.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<section id="new-banner">
22
<p>
3-
<span class="emoji">🚦</span>
4-
Our newest Lit Labs package <code>@lit-labs/signals</code> is now available!
5-
Check out the announcement <a href="/blog/2024-10-08-signals/">here</a>.
3+
We're now on Bluesky! Follow us
4+
<a href="https://bsky.app/profile/lit.dev">here</a>!
5+
<span class="emoji" style="vertical-align: middle;"><lazy-svg
6+
height="1rem"
7+
width="1rem"
8+
href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"
9+
label="Bluesky"
10+
loading="eager">
11+
</lazy-svg></span>
612
</p>
713
</section>
814
<section id="intro">
Loading

0 commit comments

Comments
 (0)