mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -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/
|
||||
.replit
|
||||
replit.nix
|
||||
.got/
|
||||
.vscode/
|
||||
@ -1,5 +1,5 @@
|
||||
import { QuartzConfig } from "./quartz/cfg"
|
||||
import * as Plugin from "./quartz/plugins"
|
||||
import { QuartzConfig } from "./quartz/cfg";
|
||||
import * as Plugin from "./quartz/plugins";
|
||||
|
||||
/**
|
||||
* Quartz 4.0 Configuration
|
||||
@ -15,8 +15,22 @@ const config: QuartzConfig = {
|
||||
provider: "plausible",
|
||||
},
|
||||
locale: "en-US",
|
||||
baseUrl: "quartz.jzhao.xyz",
|
||||
ignorePatterns: ["private", "templates", ".obsidian", "Hidden", "My Calendar", "My Social Circle", "USV", "My Goals", "My Projects", "My Files", "My Input Collections", "My Kanbans", "My Views"],
|
||||
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",
|
||||
],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
fontOrigin: "googleFonts",
|
||||
@ -86,6 +100,6 @@ const config: QuartzConfig = {
|
||||
Plugin.NotFoundPage(),
|
||||
],
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export default config
|
||||
export default config;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user