-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RSS feeds length and categories fixes (#1516)
Hi guys! Recently I've tried to follow NixOS'es news feed, but faced some issues: 1. There was no publicly available link to the feed (found it [in the issues](#1245)). Also mentioned [in this issue](#1195) 2. When I imported feed url to my reader, it was flooded by ~200 entries from beginning of times (year 2004) unlike other feeds usually having 5-10 entries. And since we're all foss-guys, I've decided to fix issues by myself:) While fixing length of the rss-feed, I've discovered that [trying to apply](https://github.com/NixOS/nixos-homepage/blob/main/src/pages/blog/%5Bid%5D-rss.xml.js#L20) `filter` to `const` variable isn't a way to get some proper results. And after making rss-feeds for different categories really differ, I've added three new links on the Blog page under category blocks. ![image](https://github.com/user-attachments/assets/d1c08a70-8313-4fa9-a645-e85a81787c9b)
- Loading branch information
Showing
3 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters