From 057f2b2e3e4d59e243484511432a6a493258e34e Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:54:06 +0800 Subject: [PATCH] Correct self-hosted assets and add Vivaldi as tested browser --- src/slashes/statements/colophon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slashes/statements/colophon.md b/src/slashes/statements/colophon.md index cf95d30c..1f807f8f 100644 --- a/src/slashes/statements/colophon.md +++ b/src/slashes/statements/colophon.md @@ -1,7 +1,7 @@ --- title: Colophon keyword: colophon page -updated: 2024-10-09T02:31:37+0800 +updated: 2024-11-16T19:53:38+0800 toc: true eleventyNavigation: order: 14 @@ -14,7 +14,7 @@ Information about how this website is built. * JavaScript runtime: [Bun](https://bun.sh) * Templating languages: Nunjucks and Markdown * Code written with Visual Studio Code -* Tested browsers: Mozilla Firefox and Lynx +* Tested browsers: Mozilla Firefox, Vivaldi and Lynx * Source code available on [GitHub](https://github.com/helenclx/leilukin-site) and its [Gitea mirror](https://git.32bit.cafe/Leilukin/leilukin-site) ## Host and Domain @@ -46,7 +46,7 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar ## Self-hosted Assets * [Lexend](https://www.lexend.com/) font family — used as the default font of this site. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts). -* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface — used as the monospaced font of this site. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts). +* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface — used as the monospaced font of this site * Eric Bailey's [a11y-syntax-highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting) CSS dark mode stylesheet for Prism.js ## JavaScript