Add Support for HTML5 Video Tag to a Jekyll Blog
Leonel Elimpe
by Leonel Elimpe
~1 min read

Tags

  • Jekyll

You can use one of the below approaches:

  1. Use the Octopress plugin as described in this Stackoverflow answer.
  2. Use the approach in this pull request to the Jekyll So Simple Theme. You may have to update the code to match your video storage path.

If you know of any other approach, please leave a comment. Preferably not a plugin.