From 417c2a7d13a136ebe19833a06c5093de34b9981d Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 2 Oct 2024 21:48:01 +0800 Subject: [PATCH] Add Razor SSG Podcast --- .../2024-10-02_razor-ssg-podcasts.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 MyApp/_podcasts/2024-10-02_razor-ssg-podcasts.md diff --git a/MyApp/_podcasts/2024-10-02_razor-ssg-podcasts.md b/MyApp/_podcasts/2024-10-02_razor-ssg-podcasts.md new file mode 100644 index 000000000..d8bdc8bfc --- /dev/null +++ b/MyApp/_podcasts/2024-10-02_razor-ssg-podcasts.md @@ -0,0 +1,22 @@ +--- +title: Podcasts now in Razor SSG +summary: Razor SSG now includes support for Podcasts +tags: [razor,ssg,markdown] +url: https://media.servicestack.com/podcasts/razor-ssg-podcasts.mp3 +media: {size:842061,duration:210.456000,format:mp3} +--- + +This episode looks at Razor SSG - a free, open-source project template for creating fast, +static websites and blogs, now includes support for podcasts. + +This new feature leverages Markdown and C# Razor Pages, allowing users to easily +add podcasts to their websites. Users can create and publish podcasts for free using +GitHub Pages CDN and customize podcast content with Markdown and interactive Vue Components. + +Podcasts are playable through an integrated AudioPlayer component, and users can easily browse +podcast archives by tags and year. The template also generates an iTunes-compatible +RSS feed, making it simple to publish podcasts to Apple Podcasts. + +### Links + +- [Blog Post](/posts/razor-ssg-podcasts)