feat(glance): add an rss feed

This commit is contained in:
Mohammad Rafiq 2025-04-20 21:34:57 +08:00
parent 48dbe2a581
commit 7cd1f6e172
No known key found for this signature in database

View file

@ -34,6 +34,10 @@ let
title = "This Week in Rust";
url = "https://this-week-in-rust.org/rss.xml";
}
{
title = "Makefile.feld";
url = "https://blog.feld.me/feeds/all.atom.xml";
}
];
}
];