Quartz sync: Oct 29, 2024, 6:54 PM

This commit is contained in:
Ryan Kes 2024-10-29 18:54:51 +01:00
parent 47aa263206
commit 9105e3ed21

View file

@ -11,11 +11,15 @@ const config: QuartzConfig = {
pageTitle: "Ryan's Wiki",
enableSPA: true,
enablePopovers: true,
analytics: { provider: "umami", host: "https://stats2.ryankes.eu", websiteId: "51db2647-3a2a-4147-844e-7da7140972bd" },
analytics: {
provider: "umami",
host: "https://stats2.ryankes.eu",
websiteId: "51db2647-3a2a-4147-844e-7da7140972bd",
},
locale: "en-US",
baseUrl: "wiki.ryankes.eu",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
defaultDateType: "modified",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
@ -53,9 +57,7 @@ const config: QuartzConfig = {
plugins: {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.CreatedModifiedDate({}),
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",