diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 1270ff0..c179227 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -11,6 +11,7 @@ - [Third Party Apps](third-party/index.md) - [Gist](third-party/gist.md) + - [Vimeo](third-party/vimeo.md) - [Giscus](third-party/giscus.md) - [Youtube](third-party/youtube.md) - [Codepen](third-party/codepen.md) diff --git a/docs/src/third-party/vimeo.md b/docs/src/third-party/vimeo.md new file mode 100644 index 0000000..3f989f5 --- /dev/null +++ b/docs/src/third-party/vimeo.md @@ -0,0 +1,22 @@ +# Vimeo + +Vimeo is a video hosting platform that allows you to upload and share videos. + +## Options + +| Option | Description | Required | Default | +| :------ | :----------- | :------- | :------ | +| id | Video ID | Yes | - - | +| loading | Loading type | No | lazy | + +## Example + + + +```text +{% embed vimeo id="914391191" loading="lazy" %} +``` + + + +{% embed vimeo id="914391191" loading="lazy" %} diff --git a/templates/vimeo.html b/templates/vimeo.html new file mode 100644 index 0000000..0e08a56 --- /dev/null +++ b/templates/vimeo.html @@ -0,0 +1,7 @@ +