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",
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",