Skip to content

Commit

Permalink
feat: add bluesky link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Oct 25, 2024
1 parent 20de4a5 commit 65ba13d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export default {
instance: 'https://fosstodon.org/',
url: 'https://fosstodon.org/@uncenter',
},
bluesky: {
username: '@uncenter',
instance: 'https://bsky.social',
url: 'https://bsky.app/profile/uncenter.bsky.social',
},
discord: {
username: 'uncenter',
},
Expand Down
3 changes: 3 additions & 0 deletions src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ footerLinks:
<li>
<a rel="me noreferrer" href="{{ site.author.mastodon.url }}" data-umami-event="author-mastodon" title="Mastodon" class="not-fancy">{% icon 'si:mastodon' %}</a>
</li>
<li>
<a rel="me noreferrer" href="{{ site.author.bluesky.url }}" data-umami-event="author-bluesky" title="Bluesky" class="not-fancy">{% icon 'si:bluesky' %}</a>
</li>
<li>
<a rel="me noreferrer" href="{{ site.author.kofi.url }}" data-umami-event="author-kofi" title="Ko-fi" class="not-fancy">{% icon 'si:kofi' %}</a>
</li>
Expand Down

0 comments on commit 65ba13d

Please sign in to comment.