Correct self-hosted assets and add Vivaldi as tested browser

This commit is contained in:
Helen Chong 2024-11-16 19:54:06 +08:00
parent 5a4746a8e5
commit 057f2b2e3e
1 changed files with 3 additions and 3 deletions

View File

@ -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