mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
Quartz sync: Oct 1, 2023, 12:51 AM
This commit is contained in:
parent
593c7ab788
commit
f2bf62289e
@ -4,7 +4,7 @@ import * as Plugin from "./quartz/plugins"
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
defaultDateType: "modified",
|
||||
pageTitle: "🌱 Projects and Privacy",
|
||||
pageTitle: "🌱 Projects & Privacy",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: null,
|
||||
|
||||
@ -69,7 +69,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex, limit?: nu
|
||||
<title>${escapeHTML(cfg.pageTitle)}</title>
|
||||
<link>${root}</link>
|
||||
<description>${!!limit ? `Last ${limit} notes` : "Recent notes"} on ${
|
||||
cfg.pageTitle
|
||||
escapeHTML(cfg.pageTitle)
|
||||
}</description>
|
||||
<generator>Quartz -- quartz.jzhao.xyz</generator>
|
||||
${items}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user