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