feat(glance): add this week in rust rss feed

This commit is contained in:
Mohammad Rafiq 2025-04-17 21:48:03 +08:00
parent 1561628255
commit 8651f93403
No known key found for this signature in database

View file

@ -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";
}
];
}
];