From 290adb94991212332cca9a87a15b0e3f500aff3a 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.