blob: 9eafa6cda93abdea3bed4e3090488fa882a4c79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 }}"
|