initial commit

This commit is contained in:
yggverse 2024-04-19 16:53:12 +03:00
parent ba2d31fb51
commit a09f941a55
5 changed files with 210 additions and 1 deletions

23
example/config.json Normal file
View file

@ -0,0 +1,23 @@
{
"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
}
}
]
}