summaryrefslogtreecommitdiff
path: root/roles/rss-aggregator/templates/rss-aggregator.toml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/rss-aggregator/templates/rss-aggregator.toml')
-rw-r--r--roles/rss-aggregator/templates/rss-aggregator.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/rss-aggregator/templates/rss-aggregator.toml b/roles/rss-aggregator/templates/rss-aggregator.toml
deleted file mode 100644
index 1b408f6..0000000
--- a/roles/rss-aggregator/templates/rss-aggregator.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-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"]
-max_age = 31
-
-[output.html]
-head = "{{ feed_html_head }}"
-header = "{{ feed_html_header }}"