From e9b17c57ef4fb5d85512b719afdf5b447d69325c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 13 Jun 2024 17:06:38 -0500 Subject: [PATCH] update colophon --- content/colophon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/colophon.md b/content/colophon.md index 3398b44..52f78e1 100644 --- a/content/colophon.md +++ b/content/colophon.md @@ -1,7 +1,7 @@ --- title: "/colophon" date: "2024-05-26T22:30:58Z" -lastmod: "2024-06-06" +lastmod: "2024-06-13T22:06:26Z" description: "There's a lot that goes into this site. Let me tell you how it works." featured: false toc: true @@ -17,7 +17,7 @@ categories: slashes - provides site search with [lunr](https://lunrjs.com/) based on an implementation detailed by [Victoria Drake](https://victoria.dev/blog/add-search-to-hugo-static-sites-with-lunr/). - leverages [tinylytics](https://tinylytics.app/) for privacy-friendly analytics and cute kudos buttons. - resolves via [Bunny DNS](https://bunny.net/dns/). -- is published to / hosted by [Bunny CDN](https://bunny.net/cdn/) with a GitHub Actions workflow. +- is published to / hosted on [Bunny Storage](https://bunny.net/storage/) and [Bunny CDN](https://bunny.net/cdn/) with a [GitHub Actions workflow](//further-down-the-bunny-hole/) - has a [Gemini](https://geminiprotocol.net) mirror at `gemini://gmi.runtimeterror.dev`. This is generated from a [Hugo gemtext post layout](https://github.com/jbowdre/runtimeterror/blob/main/layouts/_default/single.gmi), deployed to a [Vultr](https://www.vultr.com/) VPS through a GitHub Actions workflow, and served with [Agate](https://github.com/mbrubeck/agate).