diff options
Diffstat (limited to 'roles/scag/templates/scag.toml')
| -rw-r--r-- | roles/scag/templates/scag.toml | 16 |
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 }}" |
