From 9f83c818c903caeb0af448777dca74821adbfacf Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 12 Jul 2024 20:51:07 -0700 Subject: [PATCH] chore: colophon + uses --- package-lock.json | 10 +++++----- package.json | 2 +- src/pages/secondary/colophon.md | 2 +- src/pages/secondary/uses.md | 2 ++ 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8603eae6..6a99c4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "20.3.1", + "version": "20.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "20.3.1", + "version": "20.3.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", @@ -572,9 +572,9 @@ "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "version": "8.5.11", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.11.tgz", + "integrity": "sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 22299f27..f7a66d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.3.1", + "version": "20.3.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/secondary/colophon.md b/src/pages/secondary/colophon.md index 1b4ea393..2078e124 100644 --- a/src/pages/secondary/colophon.md +++ b/src/pages/secondary/colophon.md @@ -10,7 +10,7 @@ This site is built and maintained using a number of tools. - The frontend of the site is built using [11ty](https://www.11ty.dev) and the source for that is openly available on [GitHub](https://github.com/cdransf/coryd.dev). - The frontend is hosted on [Cloudflare Pages](https://pages.cloudflare.com) and rebuilds hourly. -- Posts, links and media data (music, watching and books) are stored various tables at [Supabase](https://supabase.com) and managed via a [Directus](https://directus.io) instance hosted at DigitalOcean. +- Posts, links and media data (music, watching and books) are stored at [Supabase](https://supabase.com) and managed via a [Directus](https://directus.io) instance hosted at DigitalOcean. - My contact form is submitted to [Supabase](https://supabase.com) using a Cloudflare worker and entries are available to read in [Directus](https://directus.io). - Posts are composed in [Obsidian](https://obsidian.md) before being saved in [Directus](https://directus.io). - Images are hosted on [Backblaze](https://backblaze.com) B2 and served by bunny.net. diff --git a/src/pages/secondary/uses.md b/src/pages/secondary/uses.md index cf748233..9b05c852 100644 --- a/src/pages/secondary/uses.md +++ b/src/pages/secondary/uses.md @@ -60,6 +60,8 @@ Software and services that I use for work and my own enjoyment. - NextDNS: a privacy-focused, set it and forget it DNS service. I use their security features on my home network and a profile with strict ad-blocking rules on all of my devices. - DNSimple: a robust, user-friendly DNS provider and registrar. I moved my domains here after my old provider was acquired. - [Cloudflare](https://cloudfllare.com): I use their pages hosting, workers and myriad other features. +- [Supabase](https://supabase.com): an easy to use and robust database platform built on postgres. +- [Directus](https://directus.io): an extremely flexible backend application that I use as the content management system for this site. - bunny.net: an affordable and altogether user-friendly CDN. I host the images for my site with them and use their optimizer/transforms heavily. - [Plausible](https://plausible.io): lightweight, privacy-friendly analytics. - Feedpress: they've been around for a while now and don't change much (nor do they need to), but look no further for reliable, helpful feed analytics.