chore: remove draft frontmatter

This commit is contained in:
Cory Dransfeldt 2024-01-13 11:59:58 -08:00
parent a9352d5404
commit 65a962615a
No known key found for this signature in database
244 changed files with 2 additions and 246 deletions

View file

@ -2,7 +2,6 @@
date: '2022-04-03'
title: '2022 reading list'
description: "I'm still plugging away with my reading habit and my streak is now at 772 days."
draft: false
tags: ['books']
---

View file

@ -2,7 +2,6 @@
date: '2022-05-31'
title: 'Apple-centric digital privacy tools'
description: "A rundown of privacy tools that work well with Apple's technology ecosystem."
draft: false
tags: ['Apple', 'privacy', 'iOS', 'macOS', 'tech']
---

View file

@ -2,7 +2,6 @@
date: '2022-04-06'
title: 'Apple Messages: a tale of woe OR how to fix sync, a crash loop and accept data loss'
description: "Apple's Messages app recently started crashing in a loop on my Mac Mini — it would happen every time the app was opened after a 5-10 second delay. Deleting conversations from other devices and letting that change sync over didn't appear to help."
draft: false
tags: ['Apple', 'services']
---

View file

@ -2,7 +2,6 @@
date: '2022-03-28'
title: 'Automating email cleanup in Gmail'
description: "Lately I've been leaning into automating the cleanup of email I receive in Gmail using a combination of Inbox-era categories that the application still exposes via search and Google Apps Script."
draft: false
tags: ['Gmail', 'automation']
---

View file

@ -2,7 +2,6 @@
date: '2022-05-28'
title: 'Fixing Safari iCloud syncing'
description: "I've been having an intermittent issue with Safari failing to sync any data via iCloud that you would normally expect — history, tabs, bookmarks and the landing page were all behaving independently despite iCloud syncing being enabled."
draft: false
tags: [Apple, iOS, macOS]
---

View file

@ -2,7 +2,6 @@
date: '2022-04-13'
title: 'Migrating to Fastmail'
description: "So you want to migrate over to Fastmail for your email — here's how you can go about doing so as seamlessly as possible."
draft: false
tags: ['Email', 'Fastmail', 'Gmail']
---

View file

@ -2,7 +2,6 @@
date: '2022-05-23'
title: 'Simple data fetching with custom React hooks and SWR'
description: "My site was scaffolded out using Timothy Lin's tailwind-nextjs-starter-blog project (which I highly recommend checking out). As part of the build out I wanted to display the books I'm currently reading and the song I most recently listened to, data available from Oku and Last.fm, respectively."
draft: false
tags: [SWR, API, fetch, React, Next.js]
---