chugging away, no i am not splitting this into fine-grained commits

This commit is contained in:
2026-02-18 10:58:36 -08:00
parent e4342e764f
commit 42ce6ceb6f
25 changed files with 844 additions and 13 deletions

16
src/pages/reference.njk Normal file
View File

@ -0,0 +1,16 @@
---
pagination:
data: collections["reference"]
size: 13
reverse: true
alias: postlist
eleventyNavigation:
key: reference
order: 2
title: reference
icon: fa-regular fa-folder-open
label: read reference posts
---
<p>the reference page is for informational posts</p>
{% include "postlist.njk" %}