Jacky Zhao
2025-03-13 d9159e0ac9bfc22e584c78bc8aa04ecd82c14eea
refs
author Jacky Zhao <j.zhao2k19@gmail.com>
Thursday, March 13, 2025 17:27 +0000
committer GitHub <noreply@github.com>
Thursday, March 13, 2025 17:27 +0000
commitd9159e0ac9bfc22e584c78bc8aa04ecd82c14eea
tree 27b8c1e884b42962aaef5a93c704078de116677b tree | zip | gz
parent c005fe440895c3533e6a263d8ad4c63df5a1ad2b view | diff
feat: make og images an emitter to properly await image generation (#1826)

* checkpoint

* make emitters async generators

* fix

* custom font spec

* replace spinner, use disk cache for fonts

* use readline instead

* make og images look nice
2 files added
28 files modified
1788 ■■■■ changed files
docs/advanced/making plugins.md 5 ●●●●● diff | view | raw | blame | history
docs/features/social images.md 394 ●●●●● diff | view | raw | blame | history
docs/plugins/CustomOgImages.md 360 ●●●●● diff | view | raw | blame | history
package-lock.json 10 ●●●●● diff | view | raw | blame | history
package.json 1 ●●●● diff | view | raw | blame | history
quartz.config.ts 2 ●●● diff | view | raw | blame | history
quartz/build.ts 45 ●●●● diff | view | raw | blame | history
quartz/cfg.ts 4 ●●●● diff | view | raw | blame | history
quartz/components/Breadcrumbs.tsx 2 ●●● diff | view | raw | blame | history
quartz/components/Head.tsx 178 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/404.tsx 16 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/aliases.ts 9 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/assets.ts 7 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/cname.ts 4 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/componentResources.ts 111 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/contentIndex.tsx 47 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/contentPage.tsx 9 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/folderPage.tsx 8 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/helpers.ts 3 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/index.ts 1 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/ogImage.tsx 134 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/static.ts 17 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/tagPage.tsx 8 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/frontmatter.ts 1 ●●●● diff | view | raw | blame | history
quartz/plugins/types.ts 6 ●●●● diff | view | raw | blame | history
quartz/processors/emit.ts 41 ●●●● diff | view | raw | blame | history
quartz/util/log.ts 31 ●●●● diff | view | raw | blame | history
quartz/util/og.tsx 294 ●●●● diff | view | raw | blame | history
quartz/util/path.ts 8 ●●●● diff | view | raw | blame | history
quartz/util/theme.ts 32 ●●●●● diff | view | raw | blame | history