Pulsar/example/config.json
2024-04-19 16:53:12 +03:00

23 lines
No EOL
568 B
JSON

{
"feed":
[
{
"source":"https://www.omglinux.com/feed",
"target":"data/omglinux.com/feed.gmi",
"item":
{
"template":"=> {link} {title}{nl}{nl}{description}",
"limit":20
}
},
{
"source":"https://omgubuntu.co.uk/feed",
"target":"data/omgubuntu.co.uk/feed.gmi",
"item":
{
"template":"=> {link} {title}{nl}{nl}{description}",
"limit":20
}
}
]
}