Correct self-hosted assets and add Vivaldi as tested browser
This commit is contained in:
parent
5a4746a8e5
commit
057f2b2e3e
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Colophon
|
title: Colophon
|
||||||
keyword: colophon page
|
keyword: colophon page
|
||||||
updated: 2024-10-09T02:31:37+0800
|
updated: 2024-11-16T19:53:38+0800
|
||||||
toc: true
|
toc: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 14
|
order: 14
|
||||||
|
@ -14,7 +14,7 @@ Information about how this website is built.
|
||||||
* JavaScript runtime: [Bun](https://bun.sh)
|
* JavaScript runtime: [Bun](https://bun.sh)
|
||||||
* Templating languages: Nunjucks and Markdown
|
* Templating languages: Nunjucks and Markdown
|
||||||
* Code written with Visual Studio Code
|
* 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)
|
* 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
|
## Host and Domain
|
||||||
|
@ -46,7 +46,7 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar
|
||||||
|
|
||||||
## Self-hosted Assets
|
## 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).
|
* [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
|
* Eric Bailey's [a11y-syntax-highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting) CSS dark mode stylesheet for Prism.js
|
||||||
|
|
||||||
## JavaScript
|
## JavaScript
|
||||||
|
|
Loading…
Reference in New Issue