mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
Update quartz.config.ts
This commit is contained in:
parent
c187ff39d3
commit
2b339d9665
@ -19,7 +19,6 @@ const config: QuartzConfig = {
|
|||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
generateSocialImages: {
|
generateSocialImages: {
|
||||||
colorScheme: "darkMode",
|
colorScheme: "darkMode",
|
||||||
//image: "cover.png",
|
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
@ -76,8 +75,6 @@ const config: QuartzConfig = {
|
|||||||
Plugin.Latex({ renderEngine: "katex" }),
|
Plugin.Latex({ renderEngine: "katex" }),
|
||||||
// Adds image caption support. Syntax:
|
// Adds image caption support. Syntax:
|
||||||
Plugin.FigureCaptions(),
|
Plugin.FigureCaptions(),
|
||||||
// 启动中文斜体转楷体插件
|
|
||||||
//Plugin.ChineseItalic(),
|
|
||||||
],
|
],
|
||||||
filters: [
|
filters: [
|
||||||
//Plugin.RemoveDrafts(),
|
//Plugin.RemoveDrafts(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user