aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Aggrofile b/Aggrofile
index cd6b539..429d214 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -9,12 +9,20 @@
"title_filter": {
"plugin": "FilterPlugin",
"trigger_type": "input_change",
- "filter_expr": "'Guarding against any-typed values in TypeScript' in item.title"
+ "filter_expr": "'TypeScript' in item.title"
+ },
+ "output_feed": {
+ "plugin": "FeedSinkPlugin",
+ "trigger_type": "input_change",
+ "feed_name": "test_feed"
}
},
"graph": {
"juusomikkonen_blog_rss": [
"title_filter"
+ ],
+ "title_filter": [
+ "output_feed"
]
}
} \ No newline at end of file