From 63a7304f2370d9173fc1f991d4b84578314bf164 Mon Sep 17 00:00:00 2001 From: Nathan Bottomley <7541523+nathan-bottomley@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:43:15 +1100 Subject: [PATCH 1/2] =?UTF-8?q?Create=20Plugins=20=E2=80=9Celeventy-plugin?= =?UTF-8?q?-podcaster=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/eleventy-plugin-podcaster.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/eleventy-plugin-podcaster.md diff --git a/plugins/eleventy-plugin-podcaster.md b/plugins/eleventy-plugin-podcaster.md new file mode 100644 index 0000000..7458259 --- /dev/null +++ b/plugins/eleventy-plugin-podcaster.md @@ -0,0 +1,14 @@ +--- +layout: /plugin.njk +title: eleventy-plugin-podcaster +readmeUrl: https://github.com/nathan-bottomley/eleventy-plugin-podcaster/blob/main/README.md +categories: + - content + - utility +maintainer: + name: Nathan Bottomley + url: https://gunsandfrocks.com/about +githubUrl: https://github.com/nathan-bottomley/eleventy-plugin-podcaster +description: "An Eleventy plugin which lets you create a podcast and its + accompanying website. " +--- From c1b6e3d39e2e69f70a50ad0908ff76ae9e70ec0c Mon Sep 17 00:00:00 2001 From: Nathan Bottomley <7541523+nathan-bottomley@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:45:23 +1100 Subject: [PATCH 2/2] =?UTF-8?q?Update=20Plugins=20=E2=80=9Celeventy-plugin?= =?UTF-8?q?-podcaster=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/eleventy-plugin-podcaster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eleventy-plugin-podcaster.md b/plugins/eleventy-plugin-podcaster.md index 7458259..d01fc2f 100644 --- a/plugins/eleventy-plugin-podcaster.md +++ b/plugins/eleventy-plugin-podcaster.md @@ -1,6 +1,6 @@ --- layout: /plugin.njk -title: eleventy-plugin-podcaster +title: Podcaster readmeUrl: https://github.com/nathan-bottomley/eleventy-plugin-podcaster/blob/main/README.md categories: - content