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

Blogroll

Here are some blogs and independent news outlets I like to read. 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.

Skip to category: {% for category in blogroll.categories %} {{ category.name }}{% if loop.last %}.{% else %},{% endif %} {% endfor %}

{% for category in blogroll.categories %}

{{ category.name }}:#

{% for blog in category.blogs %}

{{ blog.title }}

RSS feed for {{ blog.url }}

{{ blog.description | safe }}

{% endfor %}
{% endfor %}