mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Quartz sync: Jun 2, 2024, 6:55 PM
This commit is contained in:
parent
e067bbf287
commit
cd175bd016
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ tsconfig.tsbuildinfo
|
|||||||
private/
|
private/
|
||||||
.replit
|
.replit
|
||||||
replit.nix
|
replit.nix
|
||||||
|
.got/
|
||||||
|
.vscode/
|
||||||
@ -1,5 +1,5 @@
|
|||||||
import { QuartzConfig } from "./quartz/cfg"
|
import { QuartzConfig } from "./quartz/cfg";
|
||||||
import * as Plugin from "./quartz/plugins"
|
import * as Plugin from "./quartz/plugins";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Quartz 4.0 Configuration
|
* Quartz 4.0 Configuration
|
||||||
@ -15,8 +15,22 @@ const config: QuartzConfig = {
|
|||||||
provider: "plausible",
|
provider: "plausible",
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "quartz.jzhao.xyz",
|
baseUrl: "",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian", "Hidden", "My Calendar", "My Social Circle", "USV", "My Goals", "My Projects", "My Files", "My Input Collections", "My Kanbans", "My Views"],
|
ignorePatterns: [
|
||||||
|
"private",
|
||||||
|
"templates",
|
||||||
|
".obsidian",
|
||||||
|
"Hidden",
|
||||||
|
"My Calendar",
|
||||||
|
"My Social Circle",
|
||||||
|
"USV",
|
||||||
|
"My Goals",
|
||||||
|
"My Projects",
|
||||||
|
"My Files",
|
||||||
|
"My Input Collections",
|
||||||
|
"My Kanbans",
|
||||||
|
"My Views",
|
||||||
|
],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
@ -86,6 +100,6 @@ const config: QuartzConfig = {
|
|||||||
Plugin.NotFoundPage(),
|
Plugin.NotFoundPage(),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
};
|
||||||
|
|
||||||
export default config
|
export default config;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user