--- layout: layouts/base.njk title: "The Stochastic Bletherist | The Personal Blog of Nathan Upchurch" structuredData: none pagination: data: collections.posts generatePageOnEmptyData: true size: 10 reverse: true permalink: "blog/{% if pagination.pageNumber > 0 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html" paginationRootDir: blog --- {% if pagination.pageNumber == 0 %}

The Stochastic Bletherist

The personal blog of Nathan Upchurch, where he writes about everything from personal stories to tech, food, and incense.

What’s New:

{% else %}

The Stochastic Bletherist Blog

Writing about everything from personal stories to tech, food, and incense.

More posts:

{% endif %} {% set postslist = pagination.items %} {% include "postslist.njk" %} {% include "permalinkButtons.njk" %}