mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
1.1 KiB
1.1 KiB
title, published, description, tags, category, draft
| title | published | description | tags | category | draft | ||
|---|---|---|---|---|---|---|---|
| Video Example | 2021-12-02 | This post demonstrates how to embed video in a blog post. |
|
Examples | false |
Instructions
Just copy the embed code from YouTube or other platforms, and paste it in the markdown file as below:
---
title: Include Video in the Post
published: 2023-10-19
// ...
---
<iframe width="100%" height="468" src="https://www.youtube.com/embed/yrn7eInApnc?si=gGZeFbPcfMpJ1uV3_" title="YouTube video player" frameborder="0" allowfullscreen></iframe>