generated from osmoscraft/osmosfeed-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosmosfeed.yaml
27 lines (23 loc) · 1.26 KB
/
osmosfeed.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#########################
# Full reference
# https://github.com/osmoscraft/osmosfeed/blob/master/docs/osmosfeed-yaml-reference.md
#########################
cacheUrl: https://jacquesfunk.github.io/cache.json
sources:
- href: https://www.fangraphs.com/blogs/category/teams/royals/feed/
- href: https://www.linuxlinks.com/feed/
- href: http://xkcd.com/rss.xml
- href: https://defector.com/feed
- href: http://fox4kc.com/category/weather/weather-blog/feed/
- href: https://www.mlbtraderumors.com/kansas-city-royals/feed
- href: https://www.kcur.org/tags/local-food.rss
- href: https://www.flowstate.fm/feed
- href: https://www.thepitchkc.com/category/food-drink/feed/
# `siteTitle`: Title to use in the browser tab and the machine readable feed output. (optional)
siteTitle: "Fake News Site"
# `timezone`: Specify your local timezone so server can group content by weekday
# Find yours from the "TZ database name" column of this page: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# Examples: America/Los_Angeles, America/New_York, Asia/Shanghai, Asia/Tokyo
timezone: America/Chicago
# `cacheMaxDays` Max number of days to keep the feed content in cache. A very large value can increase the initial load time of the site. (optional)
cacheMaxDays: 5