how to include video in jekyll markdown blog

后端 未结 6 2028
日久生厌
日久生厌 2020-12-23 16:00

I just started blogging using jekyll. I write my posts in markdown. Now, I want to include a youtube video in my post. How can I do this?

Also, I dont really like t

6条回答
  •  春和景丽
    2020-12-23 16:55

    The html code to insert a youtube video can be produced in Jekyll using a simple plugin as described in https://gist.github.com/1805814.

    The syntax becomes as simple as:

    {% youtube oHg5SJYRHA0 %}
    

提交回复
热议问题