Files
nathanupchurch.com/content/blog/index.njk
2026-06-28 20:18:03 -05:00

51 lines
1.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
eleventyExcludeFromCollections: true
layout: layouts/base.njk
hideBlogTitleFromHeader: true
title: "The Stochastic Bletherist | The Personal Blog of Nathan Upchurch"
tags:
- metadata
- postList
- tagList
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 %}
<h1>The Stochastic Bletherist</h1>
<p class="page-block nodropcap">
<em>The Stochastic Bletherist</em> is the personal blog of Nathan Upchurch, where he writes about whatever he fancies at the time. <a href="/feed/feed.xml">Subscribe</a> if youre interested in musings on life, music, and technology, weird and wonderful incense reviews, the occasional bit of spicy discourse, or learning how to make things like vegan ranch dressing or incense sticks. Theres something for everyone here.
<span class="buttonContainer">
<a href="../blogroll/">
<button type="button">Blogroll</button>
</a>
<a href="/search/">
<button type="button">Search</button>
</a>
<a href="/tags/">
<button type="button">Topics</button>
</a>
</div>
</p>
{% else %}
<h1>The Stochastic Bletherist</h1>
<p class="page-block nodropcap">
<em>The Stochastic Bletherist</em> is the personal blog of Nathan Upchurch, where he writes about whatever he fancies at the time. <a href="/feed/feed.xml">Subscribe</a> if youre interested in musings on life, music, and technology, weird and wonderful incense reviews, the occasional bit of spicy discourse, or learning how to make things like vegan ranch dressing or incense sticks. Theres something for everyone here.
</p>
<h2 class="postlist-header">More posts:</h2>
{% endif %}
{% set postslist = pagination.items %}
{% include "postslist.njk" %}
{% include "permalinkButtons.njk" %}