diff --git a/_dailyish/261.md b/_dailyish/261.md index 54a5b0ff..27afa97a 100644 --- a/_dailyish/261.md +++ b/_dailyish/261.md @@ -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 --- + + * [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) diff --git a/_data/shows.yml b/_data/shows.yml index 8738301b..3d32b320 100644 --- a/_data/shows.yml +++ b/_data/shows.yml @@ -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 diff --git a/_layouts/episode-transistor.html b/_layouts/episode-transistor.html new file mode 100644 index 00000000..f4e9fdbd --- /dev/null +++ b/_layouts/episode-transistor.html @@ -0,0 +1,165 @@ + + + + + + {% include head.html %} + + + + + + {% include nav.html %} +
+ + {% assign show = site.data.shows[page.show] %} + + +

{{ show.name }}

+ + + +
+ + {% if page.next.url and page.previous.url and page.next.title != 'Feed' %} + Previous Episode + Next Episode {% elsif page.previous.url %} + Previous Episode {% elsif page.next.url and page.next.title != 'Feed' %} + Next Episode {% endif %} + +
+ +
+ + +
+ {{ page.title }} +
+ +
+ Episode {{ page.episode }} • Published {{ page.date | date: "%b %d, %Y" }} +
+ +
+ {{ page.description | markdownify }} +
+ + {% if page.sponsor %} +
+
+ This episode of {{ show.name }} is sponsored by: +
+
+ {{ page.sponsor | markdownify }} +
+
+ {% endif %} + + {% if page.anchor %} +
+
+ +
+
+ {% endif %} + + {% if page.mp3 %} + +
+ Feed and MP3 files are proudly hosted by Transistor.fm +
+ +
+ +
+ + + +
{% endif %} + + + + {% if page.video %} + +
+ Video +
+ +
+
+ +
+
+ + {% endif %} + +
+ Links and Show Notes +
+ +
+ + {{ page.content }} + +
+ + + +
+ + + {{ page.footer_scripts }} + + + + {% include footer.html %} + + + + diff --git a/_layouts/show-transistor.html b/_layouts/show-transistor.html new file mode 100644 index 00000000..3a16fb1b --- /dev/null +++ b/_layouts/show-transistor.html @@ -0,0 +1,64 @@ + + + +{% include head.html %} + + + {% include nav.html %} +
+ + {% assign show = site.data.shows[page.show] %} + +

{{ show.name }}

+ + + +
+ + + + + + + +

Episode Playlist

+ + +
{{ page.footer_scripts }} + +
+ + {% include footer.html %} + + + + \ No newline at end of file diff --git a/_redirects b/_redirects index 69d558b9..0bc2f51d 100644 --- a/_redirects +++ b/_redirects @@ -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 @@ -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 \ No newline at end of file diff --git a/dailyish.md b/dailyish.md index 3207c657..d280bb93 100644 --- a/dailyish.md +++ b/dailyish.md @@ -2,7 +2,8 @@ title: Daily(ish) permalink: "/dailyish/" show: dailyish -layout: show +layout: show-transistor output: true --- +nope \ No newline at end of file diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..6a636af1 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] +from = "/dailyish/feed.xml" +to = "https://feeds.transistor.fm/daily-ish" +status = 301 +force = true \ No newline at end of file