mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
Update quartz.config.ts
This commit is contained in:
parent
279e57e0c1
commit
683998a9d6
@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "🌲是話說 Bolog",
|
pageTitle: "是話說 Bolog",
|
||||||
pageTitleSuffix: " | 是話說 Bolog",
|
pageTitleSuffix: " | 是話說 Bolog",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
@ -66,7 +66,11 @@ const config: QuartzConfig = {
|
|||||||
},
|
},
|
||||||
keepBackground: false,
|
keepBackground: false,
|
||||||
}),
|
}),
|
||||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
Plugin.ObsidianFlavoredMarkdown({
|
||||||
|
enableInHtmlEmbed: true,
|
||||||
|
enableCheckbox: true,
|
||||||
|
disableBrokenWikilinks: true,
|
||||||
|
}),
|
||||||
Plugin.GitHubFlavoredMarkdown(),
|
Plugin.GitHubFlavoredMarkdown(),
|
||||||
Plugin.TableOfContents(),
|
Plugin.TableOfContents(),
|
||||||
Plugin.CrawlLinks({
|
Plugin.CrawlLinks({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user