From 09038f160444a9dee2004a3fe6fc22d30114aefd Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 04 Jun 2024 22:16:18 +0000
Subject: [PATCH] chore(deps): bump rehype-pretty-code from 0.13.0 to 0.13.2 (#1184)
---
quartz.config.ts | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index a2eb605..fa08723 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -19,6 +19,7 @@
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
+ fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
@@ -55,8 +56,6 @@
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
- Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
- Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",
@@ -64,15 +63,17 @@
},
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(),
--
Gitblit v1.10.0