From b7f129b29b8b8103336bfae265b3d5a0bc5ea03a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Sep 2023 19:17:17 +0300 Subject: Initial commit --- Aggrofile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Aggrofile (limited to 'Aggrofile') diff --git a/Aggrofile b/Aggrofile new file mode 100644 index 0000000..cd6b539 --- /dev/null +++ b/Aggrofile @@ -0,0 +1,20 @@ +{ + "plugins": { + "juusomikkonen_blog_rss": { + "plugin": "FeedSourcePlugin", + "trigger_type": "schedule", + "schedule_expr": "schedule.every(10).seconds", + "feed_url": "https://juusomikkonen.com/feed.xml" + }, + "title_filter": { + "plugin": "FilterPlugin", + "trigger_type": "input_change", + "filter_expr": "'Guarding against any-typed values in TypeScript' in item.title" + } + }, + "graph": { + "juusomikkonen_blog_rss": [ + "title_filter" + ] + } +} \ No newline at end of file -- cgit v1.3