From 7fc20a5636bca9c6cf46ff1752c3f0e5322f1555 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 14 Sep 2026 09:11:27 +0100 Subject: update rss-aggregator to use new HTML output feature --- roles/rss-aggregator/templates/rss-aggregator.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roles/rss-aggregator/templates/rss-aggregator.toml') diff --git a/roles/rss-aggregator/templates/rss-aggregator.toml b/roles/rss-aggregator/templates/rss-aggregator.toml index 22a8f72..2812605 100644 --- a/roles/rss-aggregator/templates/rss-aggregator.toml +++ b/roles/rss-aggregator/templates/rss-aggregator.toml @@ -1,3 +1,15 @@ +subscriptions_path = "subscriptions.txt" + +[channel] title = "Stuff that Joe Carstairs wants to read" description = "Stuff that Joe Carstairs wants to read" link = "https://joeac.net/{{ feed_rss_path }}" + +[output] +outfile_rss = "{{ http_files_dir }}/feed/{{ feed_rss_path }}" +outfile_html = "{{ http_files_dir }}/feed/{{ feed_html_path }}" +produce_formats = ["html", "rss"] + +[output.html] +head = "{{ feed_html_head }}" +header = "{{ feed_html_header }}" -- cgit v1.2.3