mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
Quartz sync: Oct 29, 2024, 6:54 PM
This commit is contained in:
parent
47aa263206
commit
9105e3ed21
1 changed files with 7 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue