From 4109af4a469c47f6d991935a19b8065cd8434057 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 12 Jun 2024 23:07:39 -0700 Subject: [PATCH] List all favicon files --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2bcfe93..27f40e86 100644 --- a/README.md +++ b/README.md @@ -858,8 +858,43 @@ replace the use of `paige/article.html` in `single.html` with the use of `paige/metadata.html`, `paige/toc.html`, and `paige/content.html`, then replace that use of `paige/metadata.html` with your own design. -There are default favicon files in the static directory that were [generated](https://realfavicongenerator.net). -To override them, put your favicon files in the same places. +To change the favicon, override these files: + +- `static/android-chrome-192x192.png` +- `static/android-chrome-512x512.png` +- `static/apple-touch-icon-114x114-precomposed.png` +- `static/apple-touch-icon-114x114.png` +- `static/apple-touch-icon-120x120-precomposed.png` +- `static/apple-touch-icon-120x120.png` +- `static/apple-touch-icon-144x144-precomposed.png` +- `static/apple-touch-icon-144x144.png` +- `static/apple-touch-icon-152x152-precomposed.png` +- `static/apple-touch-icon-152x152.png` +- `static/apple-touch-icon-180x180-precomposed.png` +- `static/apple-touch-icon-180x180.png` +- `static/apple-touch-icon-57x57-precomposed.png` +- `static/apple-touch-icon-57x57.png` +- `static/apple-touch-icon-60x60-precomposed.png` +- `static/apple-touch-icon-60x60.png` +- `static/apple-touch-icon-72x72-precomposed.png` +- `static/apple-touch-icon-72x72.png` +- `static/apple-touch-icon-76x76-precomposed.png` +- `static/apple-touch-icon-76x76.png` +- `static/apple-touch-icon-precomposed.png` +- `static/apple-touch-icon.png` +- `static/favicon-16x16.png` +- `static/favicon-32x32.png` +- `static/favicon.ico` +- `static/favicon.png` +- `static/favicon.svg` +- `static/mstile-144x144.png` +- `static/mstile-150x150.png` +- `static/mstile-310x150.png` +- `static/mstile-310x310.png` +- `static/mstile-70x70.png` +- `static/safari-pinned-tab.svg` + +You can [generate](https://realfavicongenerator.net) favicon files. To change the syntax highlighting style, override these files: