From bb83103c004d311d98a5a6f8f79182c70b779723 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 7 Jul 2021 17:26:46 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0313ac5..a5d9115 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ These scripts poll a peertube instance to return a list of videos and construct a static page for it using jinja2. +See it in action on + ## video-feed.py Utility that returns Peertube videos tagged as `publish` and turns them in to `hugo` page bundles. Videos no longer tagged as `publish` are deleted. @@ -14,7 +16,12 @@ Jinja2 template of a hugo post for use with the above. Returns only livestreams and displays them differently depending on the tags associated with the video. E.g. audio stream or video stream. WIP. -## video-feed-prototype.html -The jinja template. +### video-feed.html +The jinja template for creating video feeds. This is now used in the HUGO theme. + +### video-feed-prototype.html +rendered example of above + +