summaryrefslogtreecommitdiff
path: root/roles/scag/templates/scag.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-24 08:24:32 +0100
committerJoe Carstairs <me@joeac.net>2026-09-24 08:24:32 +0100
commit54bbd2e9d716a18542431e04c3f829a39146dfce (patch)
treea55101338ed397240884fde96d90f253415d3c09 /roles/scag/templates/scag.toml
parent55207ffd187fc703edfea2a40d118073678c813f (diff)
update rss-aggregator config (now 'scag')HEADmain
Diffstat (limited to 'roles/scag/templates/scag.toml')
-rw-r--r--roles/scag/templates/scag.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/scag/templates/scag.toml b/roles/scag/templates/scag.toml
new file mode 100644
index 0000000..9eafa6c
--- /dev/null
+++ b/roles/scag/templates/scag.toml
@@ -0,0 +1,16 @@
+subscriptions_path = "subscriptions.txt"
+
+[feed]
+title = "Stuff that Joe Carstairs wants to read"
+description = "Stuff that Joe Carstairs wants to read"
+url = "https://joeac.net/feed"
+
+[output]
+outfile_rss = "{{ http_files_dir }}/feed/{{ feed_rss_path }}"
+outfile_html = "{{ http_files_dir }}/feed/{{ feed_html_path }}"
+produce_formats = ["html", "rss"]
+max_age = 31
+
+[output.html]
+head = "{{ feed_html_head }}"
+header = "{{ feed_html_header }}"