Skip to content

Commit

Permalink
chore: removed some junk
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDevoctomy committed May 31, 2024
1 parent 314fd9a commit a2d0f85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 63 deletions.
8 changes: 2 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ author: DJ Abstraction
baseurl: ""
url: "https://www.djabstraction.com"

twitter_username: djabstraction
github_username: nickdevoctomy
facebook_username: djabstraction
instagram_username: djabstraction
linkedin_username:
spotify_userid: 1112143992
soundcloud_username: nick-pateman-685424405
spotify_userid: 1112143992

podcast_url: https://www.djabstraction.com/feed/podcast.xml
podcast_album_art: /img/podcast/podcast.jpg
Expand All @@ -24,7 +20,7 @@ podcast_explicit: False
podcast_author: DJ Abstraction
podcast_description: House and Trance Mixes by DJ Abstraction. Mixed and recorded live with the best selection of House and Trance.
podcast_language: en-GB
podcast_copyright: Copyright 2006 - 2021 DJ Abstraction
podcast_copyright: Copyright 2006 - 2024 DJ Abstraction

google_tagmanager: GTM-NVQP42Q
enable_comments: false
Expand Down
50 changes: 0 additions & 50 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,6 @@
</a>
</li>
{% endif %}
{% if site.twitter_username %}
<li class="list-inline-item">
<a href="https://twitter.com/{{ site.twitter_username }}">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.facebook_username %}
<li class="list-inline-item">
<a href="https://www.facebook.com/groups/{{ site.facebook_username }}">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.linkedin_username %}
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.github_username %}
<li class="list-inline-item">
<a href="https://github.com/{{ site.github_username }}">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.instagram_username %}
<li class="list-inline-item">
<a href="https://instagram.com/{{ site.instagram_username }}">
Expand All @@ -77,16 +37,6 @@
</a>
</li>
{% endif %}
{% if site.soundcloud_username %}
<li class="list-inline-item">
<a href="https://soundcloud.com/{{ site.soundcloud_username }}">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-soundcloud fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
<li class="list-inline-item">
<a href="/feed.xml">
<span class="fa-stack fa-lg">
Expand Down
4 changes: 1 addition & 3 deletions _layouts/mix.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ <h2 class="subheading">{{ page.genre }}</h2>
<hr>
<div class="alert alert-success" role="alert">
To make listening to my mixes as easy as possible I've created a Podcast feed which you should be able to subscribe to using any good Podcast player on your smartphone or other device. One such player that I have tested it in is Podcast Addict which is free to download on Google Play although it does contain advertising.
</div>
<a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuZGphYnN0cmFjdGlvbi5jb20vZmVlZC9wb2RjYXN0LnhtbA"><img src="/img/podcast/googlebadge.png" height="64"></a>
<a href="https://www.stitcher.com/show/dj-abstractions-warmup-sessions"><img src="/img/podcast/stitcherbadge.png" height="64"></a>
</div>
</div>
</div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions podcast/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ Once you have picked a podcast player and have installed it to your device, you
Once subscribed you should receieve notifications of new mixes as they go live and be able to listen straight away without any messing about.

Enjoy!

<a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuZGphYnN0cmFjdGlvbi5jb20vZmVlZC9wb2RjYXN0LnhtbA"><img src="/img/podcast/googlebadge.png" height="64"></a>
<a href="https://www.stitcher.com/show/dj-abstractions-warmup-sessions"><img src="/img/podcast/stitcherbadge.png" height="64"></a>
Enjoy!

<script>
function copyPodcastUrlToClipboard() {
Expand Down

0 comments on commit a2d0f85

Please sign in to comment.