We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d729a0b commit ec5f756Copy full SHA for ec5f756
src/data/feeds.ts
@@ -41,6 +41,11 @@ export const feedList: FeedListEntry[] = [
41
title: 'isabel roses',
42
avatar: 'https://github.com/isabelroses.png',
43
},
44
+ {
45
+ url: 'https://jakearchibald.com/posts.rss',
46
+ title: 'Jake Archibald',
47
+ avatar: 'https://github.com/jakearchibald.png',
48
+ },
49
{
50
url: 'https://vriska.dev/atom.xml',
51
title: 'leo homestuck',
0 commit comments