From ced7722c5fba246a67cce4fd47fccf94cd572754 Mon Sep 17 00:00:00 2001 From: cade Date: Sat, 3 Feb 2024 11:44:11 -0800 Subject: [PATCH] add subreddit suggestions --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index adb5060..261d724 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,19 @@ ['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }], ['n', { name: 'Notion', url: 'https://www.notion.so' }], ['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz' }], - ['r', { name: 'Reddit', url: 'https://reddit.com' }], + [ + 'r', + { + name: 'Reddit', + suggestions: [ + 'r/r/webdev', + 'r/r/dataisbeautiful', + 'r/r/fujix', + 'r/r/leetcode', + ], + url: 'https://reddit.com', + }, + ], ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], ['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],