diff --git a/src/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less.md b/src/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less.md index 244133c6..9f595132 100644 --- a/src/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less.md +++ b/src/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less.md @@ -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'] --- diff --git a/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md b/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md index 45c9a151..42526994 100644 --- a/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md +++ b/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md @@ -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'] --- diff --git a/src/posts/2023/another-eleventy-content-syndication-path.md b/src/posts/2023/another-eleventy-content-syndication-path.md index 7e3bc17c..0d148681 100644 --- a/src/posts/2023/another-eleventy-content-syndication-path.md +++ b/src/posts/2023/another-eleventy-content-syndication-path.md @@ -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'] --- diff --git a/src/posts/2023/automating-and-overengineering-my-now-page.md b/src/posts/2023/automating-and-overengineering-my-now-page.md index c8d984ff..b3f8c4ee 100644 --- a/src/posts/2023/automating-and-overengineering-my-now-page.md +++ b/src/posts/2023/automating-and-overengineering-my-now-page.md @@ -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'] --- diff --git a/src/posts/2023/automating-rss-syndication-with-nextjs-github.md b/src/posts/2023/automating-rss-syndication-with-nextjs-github.md index 09b42dea..bc04d614 100644 --- a/src/posts/2023/automating-rss-syndication-with-nextjs-github.md +++ b/src/posts/2023/automating-rss-syndication-with-nextjs-github.md @@ -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'] ---