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
|
||||
glancePort = 8080;
|
||||
glancePort = 1227;
|
||||
homeColumn = {
|
||||
size = "full";
|
||||
widgets = [
|
||||
|
@ -30,6 +30,10 @@ let
|
|||
title = "selfh.st";
|
||||
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