From ab98604ec24cc5941da9cba1e3756171519a08f4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 26 May 2024 17:34:14 -0500 Subject: [PATCH] add colophon --- content/colophon.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/colophon.md diff --git a/content/colophon.md b/content/colophon.md new file mode 100644 index 0000000..72d15a2 --- /dev/null +++ b/content/colophon.md @@ -0,0 +1,19 @@ +--- +title: "Colophon" +date: "2024-05-26T22:30:58Z" +# lastmod: 2024-05-24 +description: "There's a lot that goes into this site. Let me tell you how it works." +featured: false +toc: true +timeless: true +--- + +### This site... +- is built with [Hugo](https://gohugo.io/) using the [risotto](https://github.com/joeroe/risotto) theme with many, many customizations. +- uses the font face [Berkeley Mono](https://berkeleygraphics.com/typefaces/berkeley-mono/) ([details](/using-custom-font-hugo/)). +- performs syntax highlighting with [Torchlight](https://torchlight.dev) ([details](/spotlight-on-torchlight/)). +- 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. +- is published to and hosted by [Neocities](https://neocities.org) with a GitHub Actions workflow ([details](/deploy-hugo-neocities-github-actions/)). +- has a [Gemini](https://geminiprotocol.net) mirror at `gemini://gmi.runtimeterror.dev`, which is deployed to a [Vultr](https://www.vultr.com/) VPS through a GitHub Actions workflow and served with [Agate](https://github.com/mbrubeck/agate). +- uses [bunny.net](https://bunny.net) for DNS and CDN services.