| | |
| | | baseUrl: "quartz.jzhao.xyz", |
| | | ignorePatterns: ["private", "templates", ".obsidian"], |
| | | defaultDateType: "created", |
| | | generateSocialImages: true, |
| | | theme: { |
| | | fontOrigin: "googleFonts", |
| | | cdnCaching: true, |
| | |
| | | transformers: [ |
| | | Plugin.FrontMatter(), |
| | | Plugin.CreatedModifiedDate({ |
| | | priority: ["frontmatter", "filesystem"], |
| | | priority: ["frontmatter", "git", "filesystem"], |
| | | }), |
| | | Plugin.SyntaxHighlighting({ |
| | | theme: { |
| | |
| | | Plugin.Assets(), |
| | | Plugin.Static(), |
| | | Plugin.NotFoundPage(), |
| | | // Comment out CustomOgImages to speed up build time |
| | | Plugin.CustomOgImages(), |
| | | ], |
| | | }, |
| | | } |