Skip to content

Commit

Permalink
Replace twitter -> bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalardy committed Dec 28, 2024
1 parent 2db20c7 commit 8bb6988
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 815 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ blog_name: "Jonathan Palardy's Blog"
url: "https://blog.jpalardy.com"
description: "Jonathan Palardy's blog about technology"
email: "[email protected]"
twitter_username: "jpalardy"
bluesky_username: "jpalardy.bsky.social"
github_username: "jpalardy"
gravatar_url: "https://www.gravatar.com/avatar/ecfd1bdc5d3aab1e40f25658817712ba"
13 changes: 7 additions & 6 deletions _layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

<link rel="alternate" type="application/rss+xml" href="/atom.xml" />

<link rel="stylesheet" href="/css/fontawesome.min.css" type="text/css" media="screen, projection" />
<!--<link rel="stylesheet" href="/css/fontawesome.min.css" type="text/css" media="screen, projection" />-->
<link rel="stylesheet" href="/css/all.min.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
<link media="only screen and (max-device-width: 480px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
Expand All @@ -38,19 +39,19 @@
<section class="meta">
<table>
<tr>
<td><a href="https://github.com/{{ site.github_username }}" target="_blank"><i class="icon icon-github"></i></a></td>
<td><a href="https://github.com/{{ site.github_username }}" target="_blank"><i class="fa-brands fa-github"></i></a></td>
<td><a href="https://github.com/{{ site.github_username }}" target="_blank"> GitHub</a></td>
</tr>
<tr>
<td><a href="https://twitter.com/{{ site.twitter_username }}" target="_blank"><i class="icon icon-twitter"></i></a></td>
<td><a href="https://twitter.com/{{ site.twitter_username }}" target="_blank">Twitter</a></td>
<td><a href="https://bsky.app/profile/{{ site.bluesky_username }}" target="_blank"><i class="fa-brands fa-bluesky"></i></a></td>
<td><a href="https://bsky.app/profile/{{ site.bluesky_username }}" target="_blank">Bluesky</a></td>
</tr>
<tr>
<td><a href="mailto:{{ site.email }}" target="_blank"><i class="icon icon-envelope"></i></a></td>
<td><a href="mailto:{{ site.email }}" target="_blank"><i class="fa-solid fa-envelope"></i></a></td>
<td><a href="mailto:{{ site.email }}" target="_blank">Email</a></td>
</tr>
<tr>
<td><a href="/atom.xml"><i class="icon icon-rss"></i></a></td>
<td><a href="/atom.xml"><i class="fa-solid fa-square-rss"></i></a></td>
<td><a href="/atom.xml">RSS</a></td>
</tr>
</table>
Expand Down
7 changes: 1 addition & 6 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ <h1>
{{ content }}

<section class="meta">
<h3>Discuss on Twitter</h3>
<section style="margin-left: -4px">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-via="{{ site.twitter_username }}">Tweet</a>
<a href="https://twitter.com/{{ site.twitter_username }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter_username }}</a>
<script src="https://platform.twitter.com/widgets.js" type="text/javascript"></script>
</section>
<h3>Discuss on <a style="color: #036c9c" href="https://bsky.app/profile/{{ site.bluesky_username }}">Bluesky</a></h3>
</section>
</section>
9 changes: 9 additions & 0 deletions css/all.min.css

Large diffs are not rendered by default.

403 changes: 0 additions & 403 deletions css/fontawesome.min.css

This file was deleted.

Binary file removed fonts/FontAwesome.otf
Binary file not shown.
Binary file removed fonts/fontawesome-webfont.eot
Binary file not shown.
399 changes: 0 additions & 399 deletions fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit 8bb6988

Please sign in to comment.