21 lines
696 B
Plaintext
21 lines
696 B
Plaintext
---
|
||
layout: layouts/base.njk
|
||
title: "The Stochastic Bletherist | The Personal Blog of Nathan Upchurch"
|
||
structuredData: none
|
||
postlistHeaderText: "What’s New:"
|
||
---
|
||
<h1>The Stochastic Bletherist</h1>
|
||
|
||
<p class="page-block nodropcap">
|
||
The personal blog of Nathan Upchurch, where he writes about everything from <a href="/tags/storytime">personal stories</a> to <a href="/tags/gnu-linux">tech</a>, <a href="/tags/vegan-cooking">food</a>, and <a href="/tags/incense">incense</a>.<br />
|
||
|
||
<a href="/tags/">
|
||
<button type="button">Topics »</button>
|
||
</a>
|
||
<a href="../blogroll/">
|
||
<button type="button">Blogroll »</button>
|
||
</a>
|
||
</p>
|
||
{% set postslist = collections.posts %}
|
||
{% include "postslist.njk" %}
|