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