diff --git a/_config.ts b/_config.ts index ac9c120..bc4922b 100644 --- a/_config.ts +++ b/_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", }, }));