Skip to content

Commit

Permalink
Remove Twitter from my site
Browse files Browse the repository at this point in the history
"Nazis, I hate these guys."
  • Loading branch information
agude committed Oct 25, 2024
1 parent 0be87a1 commit f9cba24
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 43 deletions.
8 changes: 2 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ author:
name: "Alexander Gude"
first: "Alexander"
last: "Gude"
twitter: "alex_gude"
bluesky: "alexgude.com"
mastodon: "alex_gude"
mastodon_instance: "fediscience.org"
Expand All @@ -38,16 +37,13 @@ paginate_path: "/blog/page:num/"
permalink: /blog/:slug/

# Social for jekyll-seo-tag
twitter:
username: "alex_gude"

social:
name: "Alexander Gude"
links:
- https://twitter.com/alex_gude
- https://bsky.app/profile/alexgude.com
- https://fediscience.org/@alex_gude
- https://github.com/agude
- https://linkedin.com/in/AlexanderGude
- https://fediscience.org/@alex_gude

# Collections
collections:
Expand Down
3 changes: 0 additions & 3 deletions _includes/icon-twitter.svg

This file was deleted.

4 changes: 0 additions & 4 deletions _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<a class="social-button facebook-button" href="https://www.facebook.com/sharer/sharer.php?u={{ share-url }}" >
{% include icon-facebook.svg %}
</a>
<!-- Twitter Button -->
<a class="social-button twitter-button" href="https://twitter.com/intent/tweet?text={{ share-title }}&amp;via={{ site.author.twitter }}&amp;url={{ share-url }}">
{% include icon-twitter.svg %}
</a>
<!-- LinkedIn Button -->
<a class="social-button linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&amp;url={{ share-url }}&amp;title={{ share-title }}&amp;summary={{ share-excerpt }}&amp;source=AlexGude.com">
{% include icon-linkedin.svg %}
Expand Down
5 changes: 0 additions & 5 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
{% include icon-mastodon.svg %}
</a>

{% comment %} Twitter Button {% endcomment %}
<a rel="me" class="sidebar-button twitter-button" href="https://twitter.com/{{ site.author.twitter }}">
{% include icon-twitter.svg %}
</a>

{% comment %} Github Button {% endcomment %}
<a rel="me" class="sidebar-button github-button" href="https://www.github.com/{{ site.author.github}}/">
{% include icon-github.svg %}
Expand Down
6 changes: 3 additions & 3 deletions _posts/2020-11-24-switrs_sqlite_hosted_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ on Github][rendered]). This will produce the following plot:
[plot]: {{ file_dir }}/2001-2020_california_traffic_collisions_map.png

I hope this [hosted dataset][db_link] makes working with the data fast and
easy. If you make something, I'd love to see it! Send it to me on Twitter:
[@{{ site.author.twitter }}][twitter]
easy. If you make something, I'd love to see it! Send it to me on BlueSky:
[@{{ site.author.bluesky }}][bluesky]

[twitter]: https://twitter.com/{{ site.author.twitter }}
[bluesky]: https://bsky.app/profile/{{ site.author.bluesky }}
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ arrow to show them.
[python_start_rendered]: https://github.com/agude/agude.github.io/blob/master{{ file_dir }}/{{ python_start_notebook_uri }}

Good luck, and if you have any questions or suggestions please reach out to me
on Twitter: [@{{ site.author.twitter }}][twitter]
on BlueSky: [@{{ site.author.bluesky }}][bluesky]

[twitter]: https://twitter.com/{{ site.author.twitter }}
[bluesky]: https://bsky.app/profile/{{ site.author.bluesky }}

## Questions

Expand Down
6 changes: 3 additions & 3 deletions _posts/2021-01-18-data_science_interview_prep_case_study.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ favorable, the model should be promoted to action mode.

## Let Me Know!

I hope this exercise has been helpful! Please reach out and let me know at
[@{{ site.author.twitter }}][twitter] if you have any comments or
I hope this exercise has been helpful! Please reach out and let me know on
BlueSky at [@{{ site.author.bluesky }}][bluesky] if you have any comments or
improvements!

[twitter]: https://twitter.com/{{ site.author.twitter }}
[bluesky]: https://bsky.app/profile/{{ site.author.bluesky }}
6 changes: 3 additions & 3 deletions _posts/2021-02-08-custom_markdown_for_github_pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ above the footnotes automatically like this:

Using layouts gives us the full power of [Liquid] to update our web pages
after the HTML is compiled, and it works natively on Github pages! I hope you
use this to build awesome web pages and if you do let me know on Twitter: [@{{
site.author.twitter }}][twitter]
use this to build awesome web pages and if you do let me know on BlueSky: [@{{
site.author.bluesky }}][bluesky]

[twitter]: https://twitter.com/{{ site.author.twitter }}
[bluesky]: https://bsky.app/profile/{{ site.author.bluesky }}
5 changes: 2 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ at [Gab41][gab41] and [rehosted on this page][lab41_posts].

If you're interested in my thoughts in real time (as well as sneak peaks at
what I'm writing), follow me on <a rel="me" href="https://bsky.app/profile/{{
site.author.bluesky }}">BlueSky</a>, <a rel="me" href="https://{{
site.author.mastodon_instance }}/@{{ site.author.mastodon }}">Mastodon</a>, or
<a rel="me" href="https://twitter.com/{{ site.author.twitter }}">Twitter</a>.
site.author.bluesky }}">BlueSky</a> or <a rel="me" href="https://{{
site.author.mastodon_instance }}/@{{ site.author.mastodon }}">Mastodon</a>.

The code that I write lives on my <a rel="me" href="https://github.com/{{
site.author.github }}">Github page</a>. Bug reports and pull requests are
Expand Down
11 changes: 0 additions & 11 deletions linktree.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ sidebar_include: false
button_class="mastodon-button"
%}

{% comment %} Twitter {% endcomment %}
{% capture twitter_url %}https://twitter.com/{{ site.author.twitter }}{% endcapture %}
{% capture twitter_text %}Twitter: @{{ site.author.twitter }}{% endcapture %}
{% capture twitter_icon %}{% include icon-twitter.svg %}{% endcapture %}
{% include linktree_item.html
link=twitter_url
text=twitter_text
icon=twitter_icon
button_class="twitter-button"
%}

{% comment %} Github {% endcomment %}
{% capture github_url %}https://github.com/{{ site.author.github }}{% endcapture %}
{% capture github_text %}Github: {{ site.author.github }}{% endcapture %}
Expand Down

0 comments on commit f9cba24

Please sign in to comment.