chore: page descriptions

This commit is contained in:
Cory Dransfeldt 2023-12-11 13:26:36 -08:00
parent 6ffc4e650b
commit 5da3b45341
No known key found for this signature in database
6 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,7 @@
---
date: '2023-03-27'
title: 'Lazy select-based pagination in Eleventy'
description: 'I've relaunched, rebuilt and rewritten my personal blog more times than I can count, and I've had a trail of posts I've never fully migrated at each turn. This weekend, while relaxing and watching movies I ported them into Eleventy and, in doing so, found that the pagination implementation I was using didn't scale well with the number of pages I added.'
draft: false
tags: ['Eleventy', 'JavaScript', 'development']
---