Обновление конфигурации

This commit is contained in:
2024-09-04 22:06:24 +03:00
parent a95d220f4a
commit d03b7d336c

View File

@@ -11,13 +11,10 @@ const config: QuartzConfig = {
pageTitle: "Struchkov's Garden 🪴",
enableSPA: false,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "ru-RU",
baseUrl: "garden.struchkov.dev",
baseUrl: "garden.struchkov.dev/ru",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
defaultDateType: "modified",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
@@ -56,7 +53,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
priority: ["git", "filesystem", "frontmatter"],
}),
Plugin.SyntaxHighlighting({
theme: {