jekyll-youtube

By dommmel

A Liquid tag that takes a YouTube URL and generates a responsive html snippet to embed the video into your site

To install, add this to your Gemfile:

gem "jekyll-youtube"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code