--- layout: layouts/base.njk title: Nathan Upchurch | Blogroll structuredData: none ---

Blogroll

Here are some of the blogs I subscribe to. You can click the RSS icon next to each to subscribe using your newsreader, or import all of them at once by downloading and importing this convenient .opml file.

{% for category in blogroll.categories %}

{{ category.name }}:

{% for blog in category.blogs %}

{{ blog.title }}

RSS feed for {{ blog.url }}

{{ blog.description | safe }}

{% endfor %}
{% endfor %}