From f1f180a453475f9176b3d62e05cff3357d41c2a3 Mon Sep 17 00:00:00 2001 From: madrilene Date: Thu, 13 Mar 2025 16:27:46 +0100 Subject: [PATCH] update video blog post --- ...ost-with-youtube.md => 2022-10-31-post-with-video.md} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename src/posts/2022/{2022-10-31-post-with-youtube.md => 2022-10-31-post-with-video.md} (66%) diff --git a/src/posts/2022/2022-10-31-post-with-youtube.md b/src/posts/2022/2022-10-31-post-with-video.md similarity index 66% rename from src/posts/2022/2022-10-31-post-with-youtube.md rename to src/posts/2022/2022-10-31-post-with-video.md index e39e344..e772cfc 100644 --- a/src/posts/2022/2022-10-31-post-with-youtube.md +++ b/src/posts/2022/2022-10-31-post-with-video.md @@ -1,9 +1,10 @@ --- -title: 'Post with a video ' -description: "This starter uses Justin Ribeiro's lite-youtube web component. Add `youtube: true` to frontmatter to activate." +title: 'Post with a video' +description: "This starter uses Paul Irish's lite-youtube-embed web component. You can also use a modified version to display PeerTube videos." date: 2022-10-31 tags: - youtube + - peertube - feature --- @@ -14,10 +15,12 @@ This starter uses a [webC version](https://github.com/zachleat/zachleat.com/blob -A modified version to display [PeerTube](https://joinpeertube.org/) videos is also included. It works similarly, but takes two extra arguments: +A modified version to display [PeerTube](https://joinpeertube.org/) videos is also included (Thank you [camperotactico](https://github.com/camperotactico)). It works similarly, but takes two extra arguments: - `@instance`: The instance hosting the video. - `@embed-slug` The slug used for video embedding.
+ +[Learn more in the video docs. ](http://localhost:8082/get-started/#video) \ No newline at end of file