| | |
| | | priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower |
| | | }), |
| | | Plugin.SyntaxHighlighting(), |
| | | Plugin.ObsidianFlavoredMarkdown(), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.GitHubFlavoredMarkdown(), |
| | | Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | |
| | | enableSiteMap: true, |
| | | enableRSS: true, |
| | | }), |
| | | Plugin.Assets({ attachmentsFolder: "attachments" }), |
| | | Plugin.Assets(), |
| | | Plugin.Static(), |
| | | ], |
| | | }, |