aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-04-26 20:05:37 -0400
committerPaul Duncan <pabs@pablotron.org>2025-04-26 20:05:37 -0400
commitf33a710d163eb6f342cbc1d10d0797c680c63370 (patch)
treeac22dc86117ad944020701212a0c2bf050f19859
parent72a2a3499a6eae3eff8301b7a9952d0e121f3a9c (diff)
downloadpablotron.org-f33a710d163eb6f342cbc1d10d0797c680c63370.tar.xz
pablotron.org-f33a710d163eb6f342cbc1d10d0797c680c63370.zip
content/articles/site-backend.md: document png faviconHEADmain
-rw-r--r--content/articles/site-backend.md6
1 files changed, 6 insertions, 0 deletions
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)"