2021-01-29

Rich web elements/Youtube videos - New pelican plugin

A new plugin to embed responsive rich web elements into bootstrap-based pelican themes.

Like in a Jupyter notebook, you can add a videos/figures with:

    YouTubeVideo('videoId')
    Video('filename.mp4')
    Image('filename.png')
    

where videoid is the alphanumerical string after youtube.com/watch?v= and filename the name and path of your local videos/figures

Contact me to get access to the code repository.