Skip to content

Commit 0fcac84

Browse files
committed
Add bluesky profile support
Adding support for bluesky social. This allows people to set it in their profile. Logo is taken from [Wikimedia](https://commons.wikimedia.org/wiki/File:Bluesky_Logo.svg) and editted via inkscape to match the existing twitter scheme. I have replaced my twitter link with bluesky as an example. The change works well with `npm start` locally.
1 parent 7aaad06 commit 0fcac84

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

_includes/person_header.njk

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
{% if profile.twitter and profile.status == 'current' %}
1919
<a href="https://twitter.com/{{ profile.twitter }}" target="_blank" rel="noopener"><img class="twitter" src="/img/twitter.svg" /></a>
2020
{% endif %}
21+
{% if profile.bluesky and profile.status == 'current' %}
22+
<a href="https://bsky.app/profile/{{ profile.bluesky }}" target="_blank" rel="noopener"><img class="bluesky" src="/img/bluesky.svg" /></a>
23+
{% endif %}
2124
<!--<img style="height: 1.5rem; position: relative;" src="/img/cloud.svg" alt="orange cloud">-->
2225
</span>
2326
</div>

about/people/thibault-meunier.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Thibault Meunier
33
position: Research Engineer
44
status: current
5-
twitter: thibmeu
5+
bluesky: thibmeu.com
66
blog_author: thibault
77
---
88

img/bluesky.svg

+48
Loading

0 commit comments

Comments
 (0)