Sample Featured Video Post

Sample Post with Featured Video

This is a sample post that demonstrates the featured video functionality. The video is embedded at the top of the post using the featured-video frontmatter variable.

You can use this functionality to showcase videos in your posts. The system supports:

  1. YouTube videos
  2. Vimeo videos
  3. Local video files

How to Use

Simply add the featured-video variable to your frontmatter:

---
title: Your Post Title
featured-video: https://www.youtube.com/watch?v=VIDEO_ID
---

For local video files, use:

---
title: Your Post Title
featured-video: /assets/videos/your-video.mp4
---

Examples

YouTube Video

featured-video: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Vimeo Video

featured-video: https://vimeo.com/148751763

Local Video

featured-video: /assets/videos/header-animation-optimized.mp4

Enjoy the new feature!