Quartz sync: Oct 29, 2024, 7:30 PM

This commit is contained in:
Ryan Kes 2024-10-29 19:30:49 +01:00
parent 32d5c48be4
commit 2bbb31f724

View file

@ -19,7 +19,7 @@ const config: QuartzConfig = {
locale: "en-US", locale: "en-US",
baseUrl: "wiki.ryankes.eu", baseUrl: "wiki.ryankes.eu",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "created",
theme: { theme: {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
@ -57,7 +57,9 @@ const config: QuartzConfig = {
plugins: { plugins: {
transformers: [ transformers: [
Plugin.FrontMatter(), Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({}), Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.SyntaxHighlighting({ Plugin.SyntaxHighlighting({
theme: { theme: {
light: "github-light", light: "github-light",