Skip to content

Commit 6b3fd1e

Browse files
feat: add rss, atom, json feeds
1 parent 24e80b8 commit 6b3fd1e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ const config: Config = {
7373
"https://github.com/payjoin/payjoin.org",
7474
blogSidebarTitle: 'All posts',
7575
blogSidebarCount: 'ALL',
76+
feedOptions: {
77+
type: "all",
78+
title: "Payjoin Foundation Blog",
79+
description: "Updates on Payjoin research and integrations.",
80+
language: "en",
81+
},
7682
},
7783
theme: {
7884
customCss: "./src/css/custom.css",

0 commit comments

Comments
 (0)