851 B
851 B
| title | subtitle | tags | author | ||
|---|---|---|---|---|---|
| Video lightbox boxes section | Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. |
|
evan |
Add videos in _data/videos.yml:
- title: Jekyll Introduction
desc: Overview of the most popular static generator
url: https://youtu.be/T1itpPvFWHI
- title: Creating a post
desc: Lean how to publish your first post in Jekyll
url: https://youtu.be/gsYqPL9EFwQ
Video sources can be YouTube, Vimeo or local:
video.mp4
https://www.youtube.com/watch?v=YE7VzlLtp-4
https://vimeo.com/1084537
Then add the following to a page to display video lightbox boxes: {% raw %}
{% include videos.html columns="2" title="Video Tutorials" subtitle="Watch screencasts to get you started fast with Jekyll" %}
{% endraw %}