51 lines
1.9 KiB
Plaintext
51 lines
1.9 KiB
Plaintext
---
|
||
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 you’re 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. There’s 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 you’re 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. There’s something for everyone here.
|
||
</p>
|
||
|
||
<h2 class="postlist-header">More posts:</h2>
|
||
{% endif %}
|
||
|
||
|
||
{% set postslist = pagination.items %}
|
||
{% include "postslist.njk" %}
|
||
{% include "permalinkButtons.njk" %}
|