13 lines
No EOL
281 B
Text
13 lines
No EOL
281 B
Text
|
|
|
|
rss_feeds = [
|
|
"https://jeffmackinnon.com/feeds/all.rss.xml",
|
|
"https://www.cbc.ca/webfeed/rss/rss-canada-novascotia",
|
|
|
|
]
|
|
|
|
post_age_limit = 30 # posts older than 30 days are not published (marked as previously published)
|
|
|
|
[mastodon]
|
|
base_url = ""
|
|
api_token = "the api here" |