From a13d8e84b250a0e0bcb5d34e52f161e796e3a2fb Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 04 Mar 2024 20:54:21 +0000
Subject: [PATCH] chore(deps): bump lightningcss from 1.23.0 to 1.24.0 (#961)
---
quartz.config.ts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index 8c479ac..a2eb605 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -1,6 +1,11 @@
import { QuartzConfig } from "./quartz/cfg"
import * as Plugin from "./quartz/plugins"
+/**
+ * Quartz 4.0 Configuration
+ *
+ * See https://quartz.jzhao.xyz/configuration for more information.
+ */
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
@@ -48,22 +53,17 @@
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
- // you can add 'git' here for last modified from Git
- // if you do rely on git for dates, ensure defaultDateType is 'modified'
priority: ["frontmatter", "filesystem"],
}),
+ Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting({
- // uses themes bundled with Shikiji, see https://shikiji.netlify.app/themes
theme: {
light: "github-light",
dark: "github-dark",
},
- // set this to 'true' to use the background color of the Shikiji theme
- // if set to 'false', will use Quartz theme colors for background
keepBackground: false,
}),
- Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
--
Gitblit v1.10.0