Browse Source

update readme

pull/1/head
rra 3 years ago
parent
commit
bb83103c00
  1. 11
      README.md

11
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. 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 <https://roelof.info/lumbung/>
## video-feed.py ## 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. 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. 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 ### video-feed.html
The jinja template. The jinja template for creating video feeds. This is now used in the HUGO theme.
### video-feed-prototype.html
rendered example of above

Loading…
Cancel
Save