push my changes to new repo

This commit is contained in:
N-Upchurch
2023-07-05 11:06:31 -05:00
parent 4f0a64d781
commit 5e0eb0cdcf
118 changed files with 1696 additions and 358 deletions

View File

@ -1,10 +1,14 @@
---
layout: layouts/home.njk
layout: layouts/base.njk
eleventyNavigation:
key: Archive
key: Blog
order: 2
---
<h1>Archive</h1>
<h1>Nathan Upchurchs Personal Blog: Latest Posts.</h1>
<p class="page-block nodropcap">
Looking for something in particular? Have a look at <a href="/tags/">this convenient list of post categories</a> to filter results by topic.
</p>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}