From dfeed072d487766d9a6a7c713f45b10a82f0aff4 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 18 Aug 2021 21:47:54 +0200 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 857335e..906dade 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -#lumbung feed aggregator +# lumbung feed aggregator -This does the following: * Grab feeds listed in `feeds_list.txt` * Parse feed for blogpost entries * * Download images linked in blogposts * Turn blogpost entries into HUGO posts + +#TODO/FIXME + +* only include posts with a certain tag +* way to update posts +* way to delete posts \ No newline at end of file From ce7b74a41632f7400dcb2ae2556e7ab53cf63e85 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 18 Aug 2021 21:48:04 +0200 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 906dade..a77a24c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * * Download images linked in blogposts * Turn blogpost entries into HUGO posts -#TODO/FIXME +# TODO/FIXME * only include posts with a certain tag * way to update posts