Skip to content

Commit

Permalink
Removing social share and twitter follow link
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Rairdon committed Jan 7, 2023
1 parent 38997fa commit 1e830a6
Show file tree
Hide file tree
Showing 12 changed files with 8,360 additions and 35 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ owner:
bio: 'Christian, husband, father, all around haver of fun related to IT. Appreciate the blog and want to donate? I will receive a small commission if you shop Amazon <a href="https://www.amazon.com/?&_encoding=UTF8&tag=tiberriver256-20&linkCode=ur2&linkId=cf4ad5a87e24578f3a0a274c39038146&camp=1789&creative=9325">using this link</a>. Thank you!'
email: 'Jun(Real Email: Micah.Rairdon [GMail])[email protected]'
# Social networking links used in footer. Update and remove as you like.
twitter: tiberriver256
# twitter: tiberriver256
# facebook:
github: tiberriver256
# stackexchange:
Expand Down
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<!-- For all browsers -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
<link rel="stylesheet" href="{{ site.url }}/assets/css/jquery.mmenu.all.css">
<link rel="stylesheet" href="{{ site.url }}/assets/css/jquery.floating-social-share.min.css">
<link type="text/css" rel="stylesheet" href="{{ site.url }}/assets/css/hljs-a11y-dark.min.css" />
<!-- Webfonts -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
Expand Down
2 changes: 2 additions & 0 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<script src="{{ site.url }}/assets/js/scripts.min.js" defer></script>
<script type="text/javascript" src="{{ site.url }}/assets/js/vendor/highlight.min.js"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js" defer></script>
{% if site.owner.twitter %}
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
{% endif %}

<script type="text/javascript" src="{{ site.url }}/assets/js/powershell.js" defer></script>
<script>
Expand Down
1 change: 0 additions & 1 deletion assets/css/jquery.floating-social-share.min.css

This file was deleted.

8 changes: 0 additions & 8 deletions assets/js/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,3 @@ $(document).ready(function(){
]
});
});

//sharing
$(document).ready(function(){
$("body").floatingSocialShare({
buttons: ["facebook","twitter","linkedin", "pinterest"],
text: "Share with "
});
});
1 change: 0 additions & 1 deletion assets/js/plugins/jquery.floating-social-share.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/js/scripts.min.js

Large diffs are not rendered by default.

Binary file modified images/AzureDevOps-Ubuntu-Deprecated-Warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/hacker-news-build-the-modular-monolith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e830a6

Please sign in to comment.