From f33a710d163eb6f342cbc1d10d0797c680c63370 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 26 Apr 2025 20:05:37 -0400 Subject: content/articles/site-backend.md: document png favicon --- content/articles/site-backend.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/articles/site-backend.md') diff --git a/content/articles/site-backend.md b/content/articles/site-backend.md index 62f5947..bb9c76f 100644 --- a/content/articles/site-backend.md +++ b/content/articles/site-backend.md @@ -132,6 +132,7 @@ Images are created as follows: Other notes: - The animated site logo is an [SVG][] generated by [this Ruby script][gen-logo.rb]. +- [Favicon][] is a 907 byte [PNG][] instead of a 4k [ICO][]. - Menubar icons are borrowed from [Bootstrap Icons][]. - I reviewed several [PNG][] compressors in [this post][post-png-compressors]. @@ -595,6 +596,7 @@ published. black box. - 2025-01-30: Added [robots.txt][] info to [Other](#other). - 2025-03-31: Update wording to reflect the following changes: default to dark mode and remove [`prefers-color-scheme`][prefers-color-scheme] detection. +- 2025-04-26: Document [PNG][] [favicon][]. [s-hugo-configuration]: #hugo-configuration "Hugo Configuration" @@ -816,3 +818,7 @@ published. "Large Language Model" [minified]: https://en.wikipedia.org/wiki/Minification_(programming) "Minification (Wikipedia)" +[favicon]: https://en.wikipedia.org/wiki/Favicon + "favorite icon" +[ico]: https://en.wikipedia.org/wiki/ICO_(file_format) + "ICO icon file format (ICO)" -- cgit v1.2.3