chore: page descriptions

This commit is contained in:
Cory Dransfeldt 2023-12-11 15:25:49 -08:00
parent b9cfe88461
commit 776cca373a
No known key found for this signature in database
10 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-02-20' date: '2023-02-20'
title: 'Building a now page using Next.js and social APIs' title: 'Building a now page using Next.js and social APIs'
description: "With my personal site now sitting at Vercel and written in Next.js I decided to rework my now page by leveraging a variety of social APIs."
draft: false draft: false
tags: ['Next.js', 'React', 'API'] tags: ['Next.js', 'React', 'API']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-02-18' date: '2023-02-18'
title: 'Adding client side webmentions to my Next.js blog' title: 'Adding client side webmentions to my Next.js blog'
description: "The latest iteration of my website is built on Next.js, specifically Timothy Lin's wonderful Tailwind/Next.js starter blog.."
draft: false draft: false
tags: ['Next.js', 'React', 'development', 'indie web', 'API'] tags: ['Next.js', 'React', 'development', 'indie web', 'API']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-11-06' date: '2023-11-06'
title: 'My default apps, 2023 edition' title: 'My default apps, 2023 edition'
description: "In the spirit of following a trend, here are my default apps as of now (the end of 2023)."
draft: false draft: false
tags: ['tech', 'macOS'] tags: ['tech', 'macOS']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-06-21' date: '2023-06-21'
title: 'Displaying listening data from Apple Music using MusicKit.js' title: 'Displaying listening data from Apple Music using MusicKit.js'
description: "Up until now my now page has sourced music data from Last.fm (and may well again). But, in the interest in experimenting a bit, I've tried my hand at rewriting that part of the page to leverage data from Apple Music, using MusicKit.js instead."
draft: false draft: false
tags: ['development', 'music', 'Eleventy', 'Apple', 'JavaScript', 'API'] tags: ['development', 'music', 'Eleventy', 'Apple', 'JavaScript', 'API']
image: https://cdn.coryd.dev/blog/albums-artists.jpg image: https://cdn.coryd.dev/blog/albums-artists.jpg

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-05-26' date: '2023-05-26'
title: 'Domain names as discoverable personal identifiers for the web' title: 'Domain names as discoverable personal identifiers for the web'
description: "What if — and hear me out here — instead of using email or a platform-owned account, we leveraged individual domain names as personal identifiers for the web?"
draft: false draft: false
tags: ['tech', 'privacy'] tags: ['tech', 'privacy']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-09-03' date: '2023-09-03'
title: Drying up now page templates and normalizing data in Eleventy title: Drying up now page templates and normalizing data in Eleventy
description: "My now page consists of a number of similar sections — some bespoke text, a number of media grids and lists. The text is repeated once, the lists are easily templated out in Liquid.js and the media grids are all quite similar."
draft: false draft: false
tags: tags:
- Eleventy - Eleventy

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-07-05' date: '2023-07-05'
title: 'Embrace, extend, enshittify' title: 'Embrace, extend, enshittify'
description: "Meta launched Threads and it'll support ActivityPub soon. You should federate with the app since, well, all your posts are accessible to them anyways should they make the effort to obtain them."
draft: false draft: false
tags: ['privacy', 'tech'] tags: ['privacy', 'tech']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-03-24' date: '2023-03-24'
title: '.env files in Eleventy' title: '.env files in Eleventy'
description: "The Eleventy docs recommend the dotenv package for working with .env files, but I've found dotenv-flow to be a bit more useful inasmuch as support for .env* file patterns make development more convenient."
draft: false draft: false
tags: ['env', 'Eleventy'] tags: ['env', 'Eleventy']
--- ---

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-02-17' date: '2023-02-17'
title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)' title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)'
description: "I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged)."
draft: false draft: false
tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT'] tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT']
image: https://cdn.coryd.dev/blog/fastmail-workflow.jpg image: https://cdn.coryd.dev/blog/fastmail-workflow.jpg

View file

@ -1,6 +1,7 @@
--- ---
date: '2023-06-08' date: '2023-06-08'
title: 'From ICS to JSON: surfacing anticipated albums' title: 'From ICS to JSON: surfacing anticipated albums'
description: "I use MusicHarbor by Marcos Tanaka to track upcoming albums from my favorite artists (typically by syncing my last.fm data with the app.) When I see something new that I want to add to my collection I throw it on a calendar creatively titled Albums."
draft: false draft: false
tags: ['development', 'music', 'automation', 'API'] tags: ['development', 'music', 'automation', 'API']
image: https://cdn.coryd.dev/blog/album-releases.jpg image: https://cdn.coryd.dev/blog/album-releases.jpg