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",
|
||||
],
|
||||
info: {
|
||||
title: "Foster Hangdaan's Blog",
|
||||
description: "My thoughts and ideas.",
|
||||
published: new Date(),
|
||||
authorName: "=site.author.name",
|
||||
authorUrl: "=site.author.url",
|
||||
description: "A strange place where I write something other than code.",
|
||||
lang: "en",
|
||||
published: new Date(),
|
||||
title: "Foster Hangdaan's Blog",
|
||||
},
|
||||
items: {
|
||||
title: "=title",
|
||||
authorName: "=author.name",
|
||||
authorUrl: "=author.url",
|
||||
description: "=description",
|
||||
published: "=date",
|
||||
title: "=title",
|
||||
updated: "=updated",
|
||||
},
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue