Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _dailyish/261.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ date: 2020-03-30 09:00:00 -06:00
description: 'We are just finishing our 14 day self-isolation and now joining the rest of our city in self isolation. Same same, but different?'
episode: 261
show: dailyish
mp3: https://chtbl.com/track/9E18G/media.transistor.fm/55110dd4.mp3
mp3:
image:
video:
layout: episode
layout: episode-transistor
---

<iframe width="100%" height="180" frameborder="no" scrolling="no" seamless src="https://share.transistor.fm/e/33ff9f0a"></iframe>

* [Support Goodstuff on Patreon](https://www.patreon.com/goodstuff)
* [Follow Goodstuff on Twitch](https://www.twitch.tv/gsfm)
* [Follow Goodstuff on Twitter](https://twitter.com/goodstufffm)
Expand Down
3 changes: 2 additions & 1 deletion _data/shows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,10 @@ dailyish:
category3: "Technology"
email: chris@goodstuff.fm
support: http://www.patreon.com/ichris
rss: https://goodstuff.fm/dailyish/feed.xml
rss: https://feeds.transistor.fm/daily-ish
itunes: https://itunes.apple.com/ca/podcast/pdcst/id815675012?mt=2&at=10l4Ki&ct=website
latest: https://share.transistor.fm/e/daily-ish/latest
allepisodes: https://share.transistor.fm/e/daily-ish/playlist
appid: 815675012
pocketcasts: http://pca.st/Vifv
overcast: https://overcast.fm/itunes815675012/daily-ish
Expand Down
165 changes: 165 additions & 0 deletions _layouts/episode-transistor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<!DOCTYPE html>
<html>

<head>

{% include head.html %}

</head>

<body>

{% include nav.html %}
<div class="container">

{% assign show = site.data.shows[page.show] %}

<!-- Show Information -->
<h1 class="episode__show__name"><a href="/{{ show.collection }}">{{ show.name }}</a></h1>
<ul class="episode__show__info">
<li class="episode__show__artwork">
<a href="/{{ show.collection }}"><img src="{{ show.artwork }}" alt="Artwork" height="50" width="50" loading="lazy"/></a>
</li>
<li class="episode__show__hosts">Hosted by {{ show.hosts }}</li>
<li class="episode__show__description">{{ show.description | truncate: 256 | markdownify }}</li>
<li class="episode__show__links">
<button class="rss"><a href="{{ show.rss }}"><i class="fa fa-rss" aria-hidden="true"></i>RSS</a>
{% if show.itunes %}
<button type="button" class="apple"><a href="{{ show.itunes }}" title="Subscribe on Podcasts"><i class="fab fa-apple" aria-hidden="true"></i>Podcasts</a>
{% endif %}
{% if show.pocketcasts %}
<button type="button" class="pocketcasts"><a href="{{ show.pocketcasts }}" title="Subscribe on Pocket Casts"><i class="fa fa-headphones" aria-hidden="true"></i>Pocket Casts</a>
{% endif %}
{% if show.overcast %}
<button type="button" class="overcast"><a href="{{ show.overcast }}" title="Subscribe on Overcast"><i class="fa fa-headphones" aria-hidden="true"></i>Overcast</a>
{% endif %}
{% if show.youtube %}
<button type="button" class="youtube"><a href="{{ show.youtube }}" title="Subscribe on YouTube"><i class="fa fa-youtube" aria-hidden="true"></i>Youtube</a>
{% endif %}
{% if show.anchor %}
<button type="button" class="anchor"><a href="{{ show.anchor }}" title="Subscribe on Anchor"><i class="fa fa-anchor" aria-hidden="true"></i>Anchor</a>
{% endif %}
{% if show.spotify %}
<button type="button" class="spotify"><a href="{{ show.spotify }}" title="Subscribe on Spotify"><i class="fab fa-spotify" aria-hidden="true"></i>Spotify</a>
{% endif %}
</li>
</ul>

<!-- Next and Previous Episodes Link -->
<div class="episode__navigation">

{% if page.next.url and page.previous.url and page.next.title != 'Feed' %}
<a class="episode__navigation__previous" href="{{ page.previous.url }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> Previous Episode</a>
<a class="episode__navigation__next" href="{{ page.next.url }}">Next Episode <i class="fa fa-chevron-right" aria-hidden="true"></i></a> {% elsif page.previous.url %}
<a class="episode__navigation__previous" href="{{ page.previous.url }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> Previous Episode</a> {% elsif page.next.url and page.next.title != 'Feed' %}
<a class="episode__navigation__next" href="{{ page.next.url }}">Next Episode <i class="fa fa-chevron-right" aria-hidden="true"></i></a> {% endif %}

</div>

<hr class="page__rule" />

<!-- Episode Information -->
<div class="episode__title">
{{ page.title }}
</div>

<div class="episode__date">
Episode {{ page.episode }} • Published {{ page.date | date: "%b %d, %Y" }}
</div>

<div class="episode__description">
{{ page.description | markdownify }}
</div>

{% if page.sponsor %}
<div class="episode__sponsor">
<div class="episode__sponsor__header">
This episode of <a href="/{{ show.collection }}">{{ show.name }}</a> is sponsored by:
</div>
<div class="episode__sponsor__copy">
{{ page.sponsor | markdownify }}
</div>
</div>
{% endif %}

{% if page.anchor %}
<div class="episode__player__anchor">
<div class="videoWrapper">
<iframe width="100%" height="162px" src="{{ page.anchor }}" frameborder="0" scrolling="no"></iframe>
</div>
</div>
{% endif %}

{% if page.mp3 %}

<div class="episode__transistor">
Feed and MP3 files are proudly hosted by <a href="https://transistor.fm/?via=chris">Transistor.fm</a>
</div>

<div class="episode__player__mp3">
<audio style="width: 100%;" controls="" preload="none">
<source src="{{ page.mp3 }}" type="audio/mp3">
</audio>
</div>

<ul class="episode__player__links">
<li><a href="{{ page.mp3 }}"><i class="fa fa-download fa-1x" aria-hidden="true"></i>Download MP3</a></li>
<li><a href="http://twitter.com/intent/tweet?text={{ show.name }} {{ page.episode }}: {{ page.title | xml_escape }} on @GoodstuffFM - goodstuff.fm{{ page.url }}" target="_blank"><i class="fa fa-twitter fa-1x"></i>Share on Twitter</a></li>
<li><a href="http://www.facebook.com/sharer/sharer.php?u=http://goodstuff.fm{{ page.url }}" target="_blank"><i class="fa fa-facebook fa-1x"></i>Share on Facebook</a></li>
</ul>

<hr class="page__rule" /> {% endif %}

<!-- Page Content -->

{% if page.video %}

<div class="episode__header">
Video
</div>

<div class="episode__video">
<div class="videoWrapper">
<iframe width="560" height="315" src="{{ page.video }}" frameborder="0" allowfullscreen></iframe>
</div>
</div>

{% endif %}

<div class="episode__header">
Links and Show Notes
</div>

<div class="episode__content">

{{ page.content }}

</div>

<!-- Begin MailChimp Signup Form

<div id="mc_embed_signup">
<form action="https://goodstuff.us18.list-manage.com/subscribe/post?u=af3ba6bbcfd21ee3727849b08&amp;id=eb4e76b04f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Want Goodstuff In Your Inbox? Subscribe for Free.</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_af3ba6bbcfd21ee3727849b08_eb4e76b04f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>

<!--End mc_embed_signup-->

</div>

<!-- Footer -->
{{ page.footer_scripts }}

</div>

{% include footer.html %}

</body>

</html>
64 changes: 64 additions & 0 deletions _layouts/show-transistor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>
{% include nav.html %}
<div class="container">

{% assign show = site.data.shows[page.show] %}

<h1 class="page__header">{{ show.name }}</h1>

<ul class="shows__list">
<li class="shows__list__artwork"><img src="{{ show.artwork }}" alt="Artwork" height="100" width="100" loading="lazy"/></a>
</li>
<li class="shows__list__hosts">Hosted by {{ show.hosts | join: ', ' }}</li>
<li class="shows__list__description">{{ show.description | truncate: 384 }}</li>
<li class="shows__list__link">
<button class="rss"><a href="{{ show.rss }}"><i class="fa fa-rss" aria-hidden="true"></i>RSS</a>
{% if show.itunes %}
<button type="button" class="apple"><a href="{{ show.itunes }}" title="Subscribe on Podcasts"><i class="fab fa-apple" aria-hidden="true"></i>Podcasts</a>
{% endif %}
{% if show.pocketcasts %}
<button type="button" class="pocketcasts"><a href="{{ show.pocketcasts }}" title="Subscribe on Pocket Casts"><i class="fa fa-headphones" aria-hidden="true"></i>Pocket Casts</a>
{% endif %}
{% if show.overcast %}
<button type="button" class="overcast"><a href="{{ show.overcast }}" title="Subscribe on Overcast"><i class="fa fa-headphones" aria-hidden="true"></i>Overcast</a>
{% endif %}
{% if show.youtube %}
<button type="button" class="youtube"><a href="{{ show.youtube }}" title="Subscribe on YouTube"><i class="fa fa-youtube" aria-hidden="true"></i>Youtube</a>
{% endif %}
{% if show.anchor %}
<button type="button" class="anchor"><a href="{{ show.anchor }}" title="Subscribe on Anchor"><i class="fa fa-anchor" aria-hidden="true"></i>Anchor</a>
{% endif %}
{% if show.spotify %}
<button type="button" class="spotify"><a href="{{ show.spotify }}" title="Subscribe on Spotify"><i class="fab fa-spotify" aria-hidden="true"></i>Spotify</a>
{% endif %}
</li>
</ul>

<hr class="page__rule">


<!-- If a show records live
<div class="page__description">
This show shows live. Check the <a href="/schedule">schedule</a>.
</div> -->

<!-- Latest Episodes -->


<h1 class="page__header">Episode Playlist</h1>
<iframe src='{{ show.allepisodes }}' width='100%' height='590' padding-botton='1em' frameborder='0' scrolling='no' seamless='true'></iframe>

<hr class="page__rule">{{ page.footer_scripts }}

</div>

{% include footer.html %}

</body>

</html>
3 changes: 2 additions & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/aux/feed /aux/feed.xml
/buzzled/feed /buzzled/feed.xml
/clockworks/feed /clockworks/feed.xml
/dailyish/feed /dailyish/feed.xml
/dailyish/feed https://feeds.transistor.fm/daily-ish
/grownups/feed /grownups/feed.xml
/highcontrast/feed /highcontrast/feed.xml
/icebreaker/feed /icebreaker/feed.xml
Expand All @@ -16,3 +16,4 @@
/specials/feed /specials/feed.xml
/todaysspecial/feed /todaysspecial/feed.xml
/wts/feed /wts/feed.xml
/dailyish/feed.xml https://feeds.transistor.fm/daily-ish
3 changes: 2 additions & 1 deletion dailyish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Daily(ish)
permalink: "/dailyish/"
show: dailyish
layout: show
layout: show-transistor
output: true
---

nope
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[redirects]]
from = "/dailyish/feed.xml"
to = "https://feeds.transistor.fm/daily-ish"
status = 301
force = true