summaryrefslogtreecommitdiff
path: root/roles/rss-aggregator/templates/rss-aggregator.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-14 09:11:27 +0100
committerJoe Carstairs <me@joeac.net>2026-09-14 09:26:52 +0100
commit7fc20a5636bca9c6cf46ff1752c3f0e5322f1555 (patch)
treecb9ff5ba8afafd6edec4e0d276d43429f2b5f11d /roles/rss-aggregator/templates/rss-aggregator.toml
parent8aba55f1517810cb4eedf2cd0255eb2bea3b8173 (diff)
update rss-aggregator to use new HTML output feature
Diffstat (limited to 'roles/rss-aggregator/templates/rss-aggregator.toml')
-rw-r--r--roles/rss-aggregator/templates/rss-aggregator.toml12
1 files changed, 12 insertions, 0 deletions
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 }}"