chore: page descriptions

This commit is contained in:
Cory Dransfeldt 2023-12-11 13:30:48 -08:00
parent 81c12443ac
commit 9b0a93a156
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
---
date: '2023-05-01'
title: 'A Safari-specific guide to making the modern web suck less'
description: 'Take a second, turn off all of your browser extensions, go to a popular website that comes to mind and take a look at how bad the default experience is. Bonus points — pull up the dev tools, go to the network tab, filter for JavaScript and see how many analytics suites load.'
description: "Take a second, turn off all of your browser extensions, go to a popular website that comes to mind and take a look at how bad the default experience is. Bonus points — pull up the dev tools, go to the network tab, filter for JavaScript and see how many analytics suites load."
draft: false
tags: ['iOS', 'macOS', 'Apple', 'privacy', 'tech']
---

View file

@ -1,7 +1,7 @@
---
date: '2023-02-09'
title: 'Adding client-side rendered webmentions to my blog'
description: 'My blog is currently hosted on weblog.lol which allows for a simple and configurable weblog managed in git with posts formatted in markdown.'
description: "My blog is currently hosted on weblog.lol which allows for a simple and configurable weblog managed in git with posts formatted in markdown."
draft: false
tags: ['webmentions', 'development', 'JavaScript', 'API']
---

View file

@ -1,7 +1,7 @@
---
date: '2023-03-28'
title: 'Another Eleventy content syndication path'
description: 'After posting and discussing my post from yesterday with Nicolas Hoizey I decided to explore his suggested path and explore using a GitHub action to handle posts to Mastodon, rather than Make.'
description: "After posting and discussing my post from yesterday with Nicolas Hoizey I decided to explore his suggested path and explore using a GitHub action to handle posts to Mastodon, rather than Make."
draft: false
tags: ['Eleventy', 'Mastodon', 'JSON', 'RSS']
---

View file

@ -1,7 +1,7 @@
---
date: '2023-02-06'
title: 'Automating (and probably overengineering) my /now page'
description: 'omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages.'
description: "omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages."
draft: false
tags: ['automation', 'development', 'Next.js', 'JavaScript']
---

View file

@ -1,7 +1,7 @@
---
date: '2023-02-23'
title: 'Automating RSS syndication and sharing with Next.js and GitHub'
description: 'I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when initialized and posts new items on an hourly basis.'
description: "I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when initialized and posts new items on an hourly basis."
draft: false
tags: ['Next.js', 'RSS', 'automation', 'GitHub']
---