From 13199792a7e4c6eabb924b3b83e024e2cf3551ec Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Mon, 9 Sep 2013 00:52:26 +0500 Subject: [PATCH] Add tip on how to add videos to your blog. --- docs/tips.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tips.rst b/docs/tips.rst index 430d6488..1864f0dd 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -83,3 +83,12 @@ that you will add ``CNAME`` file to your ``content``, dir and use the to the ``output`` dir. For example:: FILES_TO_COPY = (('extra/CNAME', 'CNAME'),) + +How to add Youtube or Vimeo Videos +================================== + +The easiest way is to paste embed code of the video from these sites in your +markup file. + +Alternatively, you can also use Pelican plugins like ``liquid_tags`` or ``pelican_youtube`` +or ``pelican_vimeo`` to embed videos in your blog.