quartz/quartz
Sohum Mendon ce3a547112 feat(head): allow extra customization of favicons
This commit adds a new "options" parameter into components/Head.tsx.
Its design is inspired from the components/Footer.tsx.

This allows us to:
- Specify multiple icons.
- Change the location of the icon's storage.
- Signal the correct MIME type and, optionally, upload non-PNG files.

This otherwise requires manual customization of components/Head.tsx.

An example of configuration with this new parameter is in
quartz.layout.ts.
2024-10-13 17:37:44 -07:00
..
cli fix(cli): use shell on win32 for update (#1503) (#1504) 2024-10-13 10:46:51 -07:00
components feat(head): allow extra customization of favicons 2024-10-13 17:37:44 -07:00
i18n i18n: add Czech translation (#1477) 2024-10-04 09:10:40 -07:00
plugins feat(ofm): Allow for dashes in custom callout label (#1493) 2024-10-10 07:15:23 -04:00
processors fix: pass buildId to worker 2024-08-08 19:33:27 -07:00
static Revert "feat: Making Quartz available offline by making it a PWA (#465)" 2023-09-20 13:52:45 -07:00
styles fix(layout): restore footer to the proper position (#1470) 2024-10-01 08:49:13 -07:00
util fix: unmemoize explorer on rebuild (closes #1077) 2024-08-08 19:17:20 -07:00
bootstrap-cli.mjs cleanup: rework cli to allow invoking create and build outside of cli (#428) 2023-08-27 15:59:51 -07:00
bootstrap-worker.mjs run prettier 2023-07-22 17:27:41 -07:00
build.ts docs: clarify prod hosting 2024-09-15 16:47:11 -07:00
cfg.ts feat(analytics): clarity (#1446) 2024-09-30 10:06:37 -07:00
depgraph.test.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
depgraph.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
worker.ts fix: pass buildId to worker 2024-08-08 19:33:27 -07:00