diff --git a/newsletters.json b/newsletters.json new file mode 100644 index 0000000..8c0d273 --- /dev/null +++ b/newsletters.json @@ -0,0 +1,40 @@ +{ + "Python": [ + { + "title": "Python", + "link": "https://newsletter.himanshuramchandani.co/some-title" + }, + { + "title": "title 2", + "link": "https://newsletter.himanshuramchandani.co/title-2" + } + ], + "ML": [ + { + "title": "some title", + "link": "https://newsletter.himanshuramchandani.co" + }, + { + "title": "title 2", + "link": "https://newsletter.himanshuramchandani.co" + } + ], + "ML2": [ + { + "title": "some title", + "link": "https://newsletter.himanshuramchandani.co" + }, + { + "title": "title 2", + "link": "https://newsletter.himanshuramchandani.co" + }, + { + "title": "some title", + "link": "https://newsletter.himanshuramchandani.co" + }, + { + "title": "some title", + "link": "https://newsletter.himanshuramchandani.co" + } + ] +}