mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
add title
This commit is contained in:
parent
a32a16fc09
commit
22547c4303
3083
package-lock.json
generated
3083
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,15 +8,16 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "Quartz 4",
|
pageTitle: "崔小毛's Blog",
|
||||||
pageTitleSuffix: "",
|
pageTitleSuffix: "",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
provider: "plausible",
|
provider: "plausible",
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "zh-CN",
|
||||||
baseUrl: "quartz.jzhao.xyz",
|
// 💡 这里必须改成你的在线子路径,否则图片和样式会失效
|
||||||
|
baseUrl: "witty-hamster.github.io/quartz",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user