feat(glance): add this week in rust rss feed
This commit is contained in:
parent
1561628255
commit
8651f93403
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
glancePort = 8080;
|
glancePort = 1227;
|
||||||
homeColumn = {
|
homeColumn = {
|
||||||
size = "full";
|
size = "full";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
@ -30,6 +30,10 @@ let
|
||||||
title = "selfh.st";
|
title = "selfh.st";
|
||||||
url = "https://selfh.st/rss/";
|
url = "https://selfh.st/rss/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "This Week in Rust";
|
||||||
|
url = "https://this-week-in-rust.org/rss.xml";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue