diff options
| -rw-r--r-- | .config/rsspls/feeds.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/rsspls/feeds.toml b/.config/rsspls/feeds.toml new file mode 100644 index 0000000..247af33 --- /dev/null +++ b/.config/rsspls/feeds.toml @@ -0,0 +1,14 @@ +[rsspls] +output = "~/.local/share/rsspls/" + +[[feed]] +title = "Antmicro blog" +filename = "antmicro_blog.rss" + +[feed.config] +url = "https://www.antmicro.com/blog/" +item = "article" +heading = "h2" +link = "h2 a" +summary = "p" +date = "time" |
