Skip to content

Commit

Permalink
Add more links to linkroll
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Nov 13, 2024
1 parent 81ac06b commit e002e62
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions src/slashes/headerlinks/linkroll.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ eleventyNavigation:
order: 4
---

<p>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.</p>
<p>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.</p>

{%- macro linkRoll(siteName, siteUrl, feedUrl) -%}
<li>
Expand Down Expand Up @@ -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"
) }}
Expand All @@ -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"
) }}
Expand All @@ -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"
) }}
Expand Down

0 comments on commit e002e62

Please sign in to comment.