brouilleursdeblanc/_posts/articles/2013-06-25-video-post.md
Michael Rose e711f8b839 Update theme to support Jekyll 2.x newness
- Cleanup _config.yml
- Move navigation and author info to data files
- Convert .less stylesheets to .scss
- Update documentation
- Include Octopress gem for new post/page creation
2014-08-08 16:07:20 -04:00

852 B

layout title excerpt categories tags comments share
post A Post with a Video Custom written post descriptions are the way to go... if you're not lazy. articles
sample-post
video
true true

Video embeds are responsive and scale with the width of the main content block with the help of FitVids.

Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the <iframe> tags and remove allowfullscreen. Example below:

{% highlight html %}

{% endhighlight %}