chore: page descriptions
This commit is contained in:
parent
9b0a93a156
commit
c2a80aaadc
3 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ permalink: /search.html
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<div id="/search" class="/search"></div>
|
||||
<div id="search" class="search"></div>
|
||||
<script
|
||||
src="https://coryd.dev/_pagefind/pagefind-ui.js"
|
||||
onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
date: '2023-03-18'
|
||||
title: 'Building my /now page using Eleventy'
|
||||
description: "As part of my commitment to writing about things I've written in other frameworks in Eleventy, this is how I re-engineered my /now page in Eleventy."
|
||||
draft: false
|
||||
tags: ['Eleventy', 'JavaScript', 'Last.fm', 'Oku', 'Trakt', 'Letterboxd', 'API']
|
||||
---
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
date: '2023-11-30'
|
||||
title: 'Check in to your personal site'
|
||||
description: "For a while now I've had a line on my homepage displaying the track I'm currently listening to via Last.fm. In the interest of taking things entirely too far I've expanded what it does a fair bit."
|
||||
draft: false
|
||||
tags: ['Eleventy', 'JavaScript', 'Last.fm', 'Trakt', 'NBA', 'API']
|
||||
---
|
||||
|
|
Reference in a new issue