Update configuration of feed
plugin
This commit is contained in:
parent
780e1380e2
commit
8b984ffe6a
1 changed files with 8 additions and 4 deletions
12
_config.ts
12
_config.ts
|
@ -42,15 +42,19 @@ site.use(feed({
|
||||||
"/blog/feed.json",
|
"/blog/feed.json",
|
||||||
],
|
],
|
||||||
info: {
|
info: {
|
||||||
title: "Foster Hangdaan's Blog",
|
authorName: "=site.author.name",
|
||||||
description: "My thoughts and ideas.",
|
authorUrl: "=site.author.url",
|
||||||
published: new Date(),
|
description: "A strange place where I write something other than code.",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
|
published: new Date(),
|
||||||
|
title: "Foster Hangdaan's Blog",
|
||||||
},
|
},
|
||||||
items: {
|
items: {
|
||||||
title: "=title",
|
authorName: "=author.name",
|
||||||
|
authorUrl: "=author.url",
|
||||||
description: "=description",
|
description: "=description",
|
||||||
published: "=date",
|
published: "=date",
|
||||||
|
title: "=title",
|
||||||
updated: "=updated",
|
updated: "=updated",
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Reference in a new issue