执行 `build-docker.sh` 之前 先 `nano quartz.config.ts`, 使用 Ctrl+W 搜索:`CustomOgImages`,找到这一行将它注释,可以解决文章中包含emoji的情况下,quartz构建报错的问题 ```ts emitters: [ Plugin.AliasRedirects(), Plugin.ComponentResources(), Plugin.ContentPage(), Plugin.FolderPage(), Plugin.TagPage(), Plugin.ContentIndex({ enableSiteMap: true, enableRSS: true, }), Plugin.Assets(), Plugin.Static(), Plugin.Favicon(), Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time // Plugin.CustomOgImages(), ], ``` 然后 ``` wget https://gist.doracoin.cc/doracoin/a19a32883be04fa5a0a24c5d902bf158/download/HEAD/build-docker.sh && chmod +x build-docker.sh && ./build-docker.sh ```