feat: add journix.dev to glance feed
This commit is contained in:
parent
dda7a4599a
commit
0646d775c4
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ let
|
||||||
title = "Newsletters";
|
title = "Newsletters";
|
||||||
type = "rss";
|
type = "rss";
|
||||||
style = "detailed-list";
|
style = "detailed-list";
|
||||||
|
limit = 100000;
|
||||||
feeds = [
|
feeds = [
|
||||||
{
|
{
|
||||||
title = "selfh.st";
|
title = "selfh.st";
|
||||||
|
@ -40,6 +41,7 @@ let
|
||||||
title = "Blogs";
|
title = "Blogs";
|
||||||
type = "rss";
|
type = "rss";
|
||||||
style = "detailed-list";
|
style = "detailed-list";
|
||||||
|
limit = 100000;
|
||||||
feeds = [
|
feeds = [
|
||||||
{
|
{
|
||||||
title = "Makefile.feld";
|
title = "Makefile.feld";
|
||||||
|
@ -53,6 +55,10 @@ let
|
||||||
title = "Alex Haydock";
|
title = "Alex Haydock";
|
||||||
url = "https://blog.infected.systems/posts/index.xml";
|
url = "https://blog.infected.systems/posts/index.xml";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "journix.dev";
|
||||||
|
url = "https://journix.dev/feed.xml";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue