From daf102a6642381b63bedb86f3448026b5ca640f2 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Sun, 9 Jan 2022 22:31:35 -0700 Subject: [PATCH] feat: Add rubber duck show (#70) * feat: add rubber duck dev show appearance * chore: format changelog --- CHANGELOG.md | 3 +-- bridgetown.config.yml | 2 ++ .../rdds-talking-ruby-and-rails-with-andrew-mason.md | 10 ++++++++++ src/_podcasts/rubber-duck-dev-show.md | 10 ++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 src/_podcast_episodes/rdds-talking-ruby-and-rails-with-andrew-mason.md create mode 100644 src/_podcasts/rubber-duck-dev-show.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c41d87c..c7d3106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,9 @@ lastmod: "2022-01-10T04:11:08.445Z" ## [2.1.0](https://github.com/andrewmcodes/andrewm-codes-website/compare/v2.0.1...v2.1.0) (2022-01-10) - ### Features -* add correct headers ([#68](https://github.com/andrewmcodes/andrewm-codes-website/issues/68)) ([05cec55](https://github.com/andrewmcodes/andrewm-codes-website/commit/05cec55f3dc2db65c99632042af169ac870bfcd9)) +- add correct headers ([#68](https://github.com/andrewmcodes/andrewm-codes-website/issues/68)) ([05cec55](https://github.com/andrewmcodes/andrewm-codes-website/commit/05cec55f3dc2db65c99632042af169ac870bfcd9)) ### [2.0.1](https://github.com/andrewmcodes/andrewm-codes-website/compare/v2.0.0...v2.0.1) (2022-01-09) diff --git a/bridgetown.config.yml b/bridgetown.config.yml index 5c8c2ea..9b6fea8 100644 --- a/bridgetown.config.yml +++ b/bridgetown.config.yml @@ -23,6 +23,8 @@ collections: has_many: podcast_episodes podcast_episodes: output: false + sort_by: published_on + sort_direction: descending relations: belongs_to: podcast cfps: diff --git a/src/_podcast_episodes/rdds-talking-ruby-and-rails-with-andrew-mason.md b/src/_podcast_episodes/rdds-talking-ruby-and-rails-with-andrew-mason.md new file mode 100644 index 0000000..cfe0637 --- /dev/null +++ b/src/_podcast_episodes/rdds-talking-ruby-and-rails-with-andrew-mason.md @@ -0,0 +1,10 @@ +--- +title: Talking Ruby & Rails with Andrew Mason +description: "I join Chris & Creston to talk about Remote Ruby, Ruby Radar, Rails 7, and more on this livestreamed podcast." +podcast: rubber-duck-dev-show +website_url: "https://www.rubberduckdevshow.com/episodes/24-talking-ruby-rails-with-andrew-mason/" +crosspost: false +role: guest +published_on: "2022-01-05" +lastmod: "2022-01-10T05:23:40.792Z" +--- diff --git a/src/_podcasts/rubber-duck-dev-show.md b/src/_podcasts/rubber-duck-dev-show.md new file mode 100644 index 0000000..dc658aa --- /dev/null +++ b/src/_podcasts/rubber-duck-dev-show.md @@ -0,0 +1,10 @@ +--- +title: Rubber Duck Dev Show +description: "The Ruby on Rails Podcast, a weekly conversation about Ruby on Rails, open source software, and the programming profession." +authors: null +feed_url: "https://anchor.fm/s/69991e20/podcast/rss" +website_url: "https://www.rubberduckdevshow.com/" +image_url: "https://is4-ssl.mzstatic.com/image/thumb/Podcasts125/v4/4a/77/58/4a775869-9fb3-01da-998d-ad4ad9254048/mza_7712122053420997836.jpg/64x64bb.png" +date: "2021-12-20T19:55:04-07:00" +lastmod: "2022-01-10T05:20:31.064Z" +---