mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +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",
|
pageTitle: "Ryan's Wiki",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: 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",
|
locale: "en-US",
|
||||||
baseUrl: "wiki.ryankes.eu",
|
baseUrl: "wiki.ryankes.eu",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
|
@ -53,9 +57,7 @@ const config: QuartzConfig = {
|
||||||
plugins: {
|
plugins: {
|
||||||
transformers: [
|
transformers: [
|
||||||
Plugin.FrontMatter(),
|
Plugin.FrontMatter(),
|
||||||
Plugin.CreatedModifiedDate({
|
Plugin.CreatedModifiedDate({}),
|
||||||
priority: ["frontmatter", "filesystem"],
|
|
||||||
}),
|
|
||||||
Plugin.SyntaxHighlighting({
|
Plugin.SyntaxHighlighting({
|
||||||
theme: {
|
theme: {
|
||||||
light: "github-light",
|
light: "github-light",
|
||||||
|
|
Loading…
Reference in a new issue