Обновление конфигурации
This commit is contained in:
parent
a95d220f4a
commit
d03b7d336c
@ -11,13 +11,10 @@ const config: QuartzConfig = {
|
|||||||
pageTitle: "Struchkov's Garden 🪴",
|
pageTitle: "Struchkov's Garden 🪴",
|
||||||
enableSPA: false,
|
enableSPA: false,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
|
||||||
provider: "plausible",
|
|
||||||
},
|
|
||||||
locale: "ru-RU",
|
locale: "ru-RU",
|
||||||
baseUrl: "garden.struchkov.dev",
|
baseUrl: "garden.struchkov.dev/ru",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
@ -56,7 +53,7 @@ const config: QuartzConfig = {
|
|||||||
transformers: [
|
transformers: [
|
||||||
Plugin.FrontMatter(),
|
Plugin.FrontMatter(),
|
||||||
Plugin.CreatedModifiedDate({
|
Plugin.CreatedModifiedDate({
|
||||||
priority: ["frontmatter", "filesystem"],
|
priority: ["git", "filesystem", "frontmatter"],
|
||||||
}),
|
}),
|
||||||
Plugin.SyntaxHighlighting({
|
Plugin.SyntaxHighlighting({
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
Reference in New Issue
Block a user