Обновление конфигурации
This commit is contained in:
parent
a95d220f4a
commit
d03b7d336c
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user