mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
Quartz sync: Oct 29, 2024, 7:30 PM
This commit is contained in:
parent
32d5c48be4
commit
2bbb31f724
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ const config: QuartzConfig = {
|
|||
locale: "en-US",
|
||||
baseUrl: "wiki.ryankes.eu",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "modified",
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
fontOrigin: "googleFonts",
|
||||
cdnCaching: true,
|
||||
|
@ -57,7 +57,9 @@ const config: QuartzConfig = {
|
|||
plugins: {
|
||||
transformers: [
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.CreatedModifiedDate({}),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: ["frontmatter", "filesystem"],
|
||||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
light: "github-light",
|
||||
|
|
Loading…
Reference in a new issue