From 693d9cb2274e148ecafce5fded3b7c9c6b1d979f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 11 Dec 2023 15:29:14 -0800 Subject: [PATCH] chore: page descriptions --- src/posts/2021/2021-reading-list.md | 3 ++- src/posts/2021/a-brief-intro-to-git.md | 3 ++- src/posts/2021/apple-music-a-tale-of-woe.md | 3 ++- src/posts/2021/digital-privacy-tools.md | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/posts/2021/2021-reading-list.md b/src/posts/2021/2021-reading-list.md index 11263a9d..ed4e3770 100644 --- a/src/posts/2021/2021-reading-list.md +++ b/src/posts/2021/2021-reading-list.md @@ -1,6 +1,7 @@ --- -title: 2021 reading list date: '2021-03-21' +title: 2021 reading list +description: "I've been working on making reading a habit again for the past few years (my streak in books is currently 383 days)." draft: false tags: ['books'] --- diff --git a/src/posts/2021/a-brief-intro-to-git.md b/src/posts/2021/a-brief-intro-to-git.md index 34590f98..7bd0d9cf 100644 --- a/src/posts/2021/a-brief-intro-to-git.md +++ b/src/posts/2021/a-brief-intro-to-git.md @@ -1,6 +1,7 @@ --- -title: A brief intro to git date: '2021-06-07' +title: A brief intro to git +description: "As a developer, a version control system is a critical part of your toolkit, no matter the size of the project or team you may find yourself working on." draft: false tags: ['Git', 'development'] --- diff --git a/src/posts/2021/apple-music-a-tale-of-woe.md b/src/posts/2021/apple-music-a-tale-of-woe.md index 12ad7f53..e87542fb 100644 --- a/src/posts/2021/apple-music-a-tale-of-woe.md +++ b/src/posts/2021/apple-music-a-tale-of-woe.md @@ -1,6 +1,7 @@ --- -title: 'Apple Music: a tale of woe' date: '2022-02-15' +title: 'Apple Music: a tale of woe' +description: "Last week my Apple Music collection, in as far as I can tell, become corrupted or otherwise unmanageable. This isn't the first issue I've had with the service nor is it the most severe — I gave Apple Music a try right after it launched, remnants of Beats Music and all." draft: false tags: ['music', 'Apple', 'services'] --- diff --git a/src/posts/2021/digital-privacy-tools.md b/src/posts/2021/digital-privacy-tools.md index e06b6a7e..f1227fa3 100644 --- a/src/posts/2021/digital-privacy-tools.md +++ b/src/posts/2021/digital-privacy-tools.md @@ -1,6 +1,7 @@ --- date: '2021-04-01' title: 'Digital privacy tools' +description: "This is a helpful, albeit basic, guide to online privacy tools." draft: false tags: ['tech', 'privacy'] ---