Skip to content

Commit d2a4f3a

Browse files
Merge pull request #108 from thebrandonlucas/rss-feed
Add rss, atom, json feeds
2 parents ec5817e + 092d771 commit d2a4f3a

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
@@ -75,6 +75,12 @@ const config: Config = {
7575
"https://github.com/payjoin/payjoin.org/blob/master",
7676
blogSidebarTitle: 'All posts',
7777
blogSidebarCount: 'ALL',
78+
feedOptions: {
79+
type: "all",
80+
title: "Payjoin Foundation Blog",
81+
description: "Updates on Payjoin research and integrations.",
82+
language: "en",
83+
},
7884
},
7985
theme: {
8086
customCss: "./src/css/custom.css",

0 commit comments

Comments
 (0)