| | |
| | | ignorePatterns: ["private", "templates", ".obsidian"], |
| | | defaultDateType: "created", |
| | | theme: { |
| | | fontOrigin: "googleFonts", |
| | | cdnCaching: true, |
| | | typography: { |
| | | header: "Schibsted Grotesk", |
| | |
| | | Plugin.CreatedModifiedDate({ |
| | | priority: ["frontmatter", "filesystem"], |
| | | }), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | | Plugin.SyntaxHighlighting({ |
| | | theme: { |
| | | light: "github-light", |
| | |
| | | }, |
| | | keepBackground: false, |
| | | }), |
| | | Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), |
| | | Plugin.GitHubFlavoredMarkdown(), |
| | | Plugin.TableOfContents(), |
| | | Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), |
| | | Plugin.Description(), |
| | | Plugin.Latex({ renderEngine: "katex" }), |
| | | ], |
| | | filters: [Plugin.RemoveDrafts()], |
| | | emitters: [ |
| | | Plugin.AliasRedirects(), |
| | | Plugin.ComponentResources({ fontOrigin: "googleFonts" }), |
| | | Plugin.ComponentResources(), |
| | | Plugin.ContentPage(), |
| | | Plugin.FolderPage(), |
| | | Plugin.TagPage(), |