Following up on a fedi post, I made a website shell to display random article summaries/links.
https://gitlab.com/eroosenmaallen/towne-crier
Articles are input as text files, the a build script compiles them into JSON and puts them into the site; the repo includes a gitlab-ci script to publish the output to GitLab Pages.
I hope it might be useful to somebody.