mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add tip on how to add videos to your blog.
This commit is contained in:
parent
bc26cde436
commit
13199792a7
1 changed files with 9 additions and 0 deletions
|
|
@ -83,3 +83,12 @@ that you will add ``CNAME`` file to your ``content``, dir and use the
|
||||||
to the ``output`` dir. For example::
|
to the ``output`` dir. For example::
|
||||||
|
|
||||||
FILES_TO_COPY = (('extra/CNAME', 'CNAME'),)
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue