From f5d455b487dee31a1e3bbbd8ac0899e4c1d55d22 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 7 Jul 2021 17:22:53 +0200 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dac57a..0313ac5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ These scripts poll a peertube instance to return a list of videos and construct ## video-feed.py -Returns the latest six local videos. +Utility that returns Peertube videos tagged as `publish` and turns them in to `hugo` page bundles. Videos no longer tagged as `publish` are deleted. + +### index-template.md + +Jinja2 template of a hugo post for use with the above. ## streams-feed.py