diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-06-03 22:56:39 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-06-03 22:56:39 +0200 |
| commit | 85acfaa92cbc470c377eebeb2fd82d7686e3189d (patch) | |
| tree | ae69a6d8422c83172ad33a5e1567b9321b0082dc /.config/rsspls/feeds.toml | |
| parent | a0a7920d39e250e60b122e285985131b1bb2fa31 (diff) | |
rsspls: add Renode blog
Diffstat (limited to '.config/rsspls/feeds.toml')
| -rw-r--r-- | .config/rsspls/feeds.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/rsspls/feeds.toml b/.config/rsspls/feeds.toml index 247af33..26099b2 100644 --- a/.config/rsspls/feeds.toml +++ b/.config/rsspls/feeds.toml @@ -12,3 +12,15 @@ heading = "h2" link = "h2 a" summary = "p" date = "time" + +[[feed]] +title = "Renode blog" +filename = "renode_blog.rss" + +[feed.config] +url = "https://renode.io/news/" +item = "article" +heading = "h4" +link = "h4 a" +summary = ".note__tease" +date = ".note__date" |
