source: tanzpartie-hugo/themes/bilberry-hugo-theme/archetypes/video.md @ 16971

Last change on this file since 16971 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 652 bytes
Line 
1---
2title: "{{ replace .Name "-" " " | title }}"
3date: {{ .Date }}
4draft: true
5
6categories: []
7tags: []
8author: ""
9
10# Set your video id for
11youtube: ""         # https://www.youtube.com/watch?v=M7IjJiZUutk -> "M7IjJiZUutk"
12vimeo: ""           # https://vimeo.com/239830182 -> "239830182"
13prezi: ""           # https://prezi.com/v/5z9shnq7jzxs/what-to-study/ -> "5z9shnq7jzxs"
14bilibili: ""        # https://www.bilibili.com/video/BV1Sx411T7QQ -> "BV1Sx411T7QQ"
15peertube: ""        # https://vids.tekdmn.me/w/w7WGHX7Lb6mCrbrpF3Xb8V (entire URL)
16mp4video: ""        # location of video file (only mp4)
17mp4videoImage: ""   # location of poster image
18---
Note: See TracBrowser for help on using the repository browser.