mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Quartz sync: Jul 4, 2024, 11:59 AM
This commit is contained in:
parent
837749c447
commit
f1216d4eb9
2
content
2
content
@ -1 +1 @@
|
||||
Subproject commit 8697beaffd5e0a4429ddae35601b926ef4e090f2
|
||||
Subproject commit 1e3603f92bb76685d6d2a9c27e91ba03047a8503
|
||||
@ -1,4 +1,4 @@
|
||||
import { QuartzConfig } from "./quartz/cfg";
|
||||
import type { QuartzConfig } from "./quartz/cfg";
|
||||
import * as Plugin from "./quartz/plugins";
|
||||
|
||||
/**
|
||||
@ -66,9 +66,9 @@ const config: QuartzConfig = {
|
||||
},
|
||||
plugins: {
|
||||
transformers: [
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.FrontMatter({}),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: ["frontmatter", "filesystem"],
|
||||
priority: ["filesystem", "frontmatter"],
|
||||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user