From 90c9a340fbcc1ea40024f253b439b6831d50f73d Mon Sep 17 00:00:00 2001 From: Una Kravets Date: Wed, 29 Apr 2020 15:35:50 -0400 Subject: [PATCH 1/2] Updating dev web feed with una.im Adding my personal blog to the list. cc @PaulKinlan @surma --- public/shared.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/shared.mjs b/public/shared.mjs index b8559ce..8213b0a 100644 --- a/public/shared.mjs +++ b/public/shared.mjs @@ -68,6 +68,7 @@ export const FEEDS = [ 'https://paulbakaus.com/feed/', 'https://blog.tomayac.com/feed/feed.xml', 'https://petelepage.com/feed/', + 'https://una.im/feed.xml', // Github releases. 'https://github.com/googlechrome/lighthouse/releases.atom', @@ -105,6 +106,7 @@ export const BLOG_TO_AUTHOR = [ {urlMatcher: 'paulbakaus.com', author: 'Paul Bakaus', twitter: 'pbakaus', github: 'pbakaus'}, {urlMatcher: 'rowan_m', author: 'Rowan Merewood', twitter: 'rowan_m', github: 'rowan-m'}, {urlMatcher: 'petelepage', author: 'Pete LePage', twitter: 'petele', github: 'petele'}, + {urlMatcher: 'una.im', author: 'Una Kravets', twitter: 'una', github: 'una'}, ]; export const YOUTUBE_TO_AUTHOR = [ From 159cca26ffc23ac270503b6b6bd3bf98500536e5 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Tue, 9 Jun 2020 15:57:05 +0100 Subject: [PATCH 2/2] Add RReverser's blog to the feed --- public/shared.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/shared.mjs b/public/shared.mjs index 8213b0a..586ec09 100644 --- a/public/shared.mjs +++ b/public/shared.mjs @@ -69,6 +69,7 @@ export const FEEDS = [ 'https://blog.tomayac.com/feed/feed.xml', 'https://petelepage.com/feed/', 'https://una.im/feed.xml', + 'https://rreverser.com/rss/', // Github releases. 'https://github.com/googlechrome/lighthouse/releases.atom', @@ -107,6 +108,7 @@ export const BLOG_TO_AUTHOR = [ {urlMatcher: 'rowan_m', author: 'Rowan Merewood', twitter: 'rowan_m', github: 'rowan-m'}, {urlMatcher: 'petelepage', author: 'Pete LePage', twitter: 'petele', github: 'petele'}, {urlMatcher: 'una.im', author: 'Una Kravets', twitter: 'una', github: 'una'}, + {urlMatcher: 'rreverser', author: 'Ingvar Stepanyan', twitter: 'rreverser', github: 'rreverser'}, ]; export const YOUTUBE_TO_AUTHOR = [