diff --git a/src/slashes/headerlinks/linkroll.njk b/src/slashes/headerlinks/linkroll.njk
index 367cc74f..5ffe86af 100644
--- a/src/slashes/headerlinks/linkroll.njk
+++ b/src/slashes/headerlinks/linkroll.njk
@@ -6,7 +6,7 @@ eleventyNavigation:
order: 4
---
-
Throughout my developer journey, I have been inspired by many other developers with their works and words. Here is my curated list of websites, blogs and podcasts related to tech and software development that I follow.
+Throughout my developer journey, I have been inspired by many other developers and tech people with their works and words. Here is my curated list of websites, blogs and podcasts related to tech and software development that I follow.
{%- macro linkRoll(siteName, siteUrl, feedUrl) -%}
@@ -41,6 +41,9 @@ eleventyNavigation:
{{ linkRoll("Andy Bell", "https://andy-bell.co.uk/",
"https://andy-bell.co.uk/feed.xml"
) }}
+ {{ linkRoll("Ben Myers", "https://benmyers.dev/",
+ "https://benmyers.dev/feed.xml"
+ ) }}
{{ linkRoll("Blake Watson", "https://blakewatson.com/",
"https://blakewatson.com/feed.xml"
) }}
@@ -59,18 +62,33 @@ eleventyNavigation:
{{ linkRoll("Cory Dransfeldt", "https://coryd.dev/",
"https://feedpress.me/coryd-all"
) }}
+ {{ linkRoll("Elly Loel", "https://ellyloel.com/",
+ "https://www.ellyloel.com/feed.atom"
+ ) }}
{{ linkRoll("Eric Bailey", "https://ericwbailey.website/",
"https://ericwbailey.website/feed/feed.xml"
) }}
- {{ linkRoll("Fynn Becker", "https://fynn.be",
+ {{ linkRoll("Fynn Becker", "https://fynn.be/",
"https://fynn.be/feed.xml"
) }}
+ {{ linkRoll("Heather Buchel", "https://heather-buchel.com/",
+ "https://heather-buchel.com/feed/feed.xml"
+ ) }}
{{ linkRoll("Heydon Pickering", "https://heydonworks.com/",
"https://heydonworks.com/feed.xml"
) }}
{{ linkRoll("Hidde de Vries", "https://hidde.blog/",
"https://hidde.blog/feed"
) }}
+ {{ linkRoll("Jens Oliver Meiert", "https://meiert.com/en/",
+ "https://meiert.com/en/feed/"
+ ) }}
+ {{ linkRoll("Josh Collinsworth", "https://joshcollinsworth.com/",
+ "https://joshcollinsworth.com/api/rss.xml"
+ ) }}
+ {{ linkRoll("Josh W. Comeau", "https://www.joshwcomeau.com/",
+ "https://www.joshwcomeau.com/rss.xml"
+ ) }}
{{ linkRoll("Kitty Giraudel", "https://kittygiraudel.com/",
"https://kittygiraudel.com/rss/index.xml"
) }}
@@ -86,9 +104,18 @@ eleventyNavigation:
{{ linkRoll("Melanie Kat", "https://melkat.blog/",
"https://melkat.blog/rss.xml"
) }}
+ {{ linkRoll("Mayank", "https://www.mayank.co/",
+ "https://mayank.co/blog/rss.xml"
+ ) }}
+ {{ linkRoll("Miriam Eric Suzanne", "https://www.miriamsuzanne.com/",
+ "https://www.miriamsuzanne.com/feed.xml"
+ ) }}
{{ linkRoll("Nic Chan", "https://www.nicchan.me/",
"https://www.nicchan.me/feed.xml"
) }}
+ {{ linkRoll("Olu Niyi-Awosusi", "https://olu.online/",
+ "https://olu.online/feed/"
+ ) }}
{{ linkRoll("Robb Knight", "https://rknight.me/",
"https://rknight.me/subscribe/everything/atom.xml"
) }}