Skip to content

Commit 1e13d7f

Browse files
Add a second button in nav bar to test atom feed.
1 parent a3fc0f4 commit 1e13d7f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docusaurus.config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ const config: Config = {
7272
href: '/rss.xml',
7373
},
7474
},
75+
{
76+
tagName: 'link',
77+
attributes: {
78+
rel: 'alternate',
79+
type: 'application/atom+xml',
80+
title: 'Atom Feed',
81+
href: '/atom.xml',
82+
},
83+
},
7584
],
7685
navbar: {
7786
title: "",
@@ -155,6 +164,13 @@ const config: Config = {
155164
target: "_blank",
156165
className: "rss-circle-icon",
157166
},
167+
{
168+
to: "atom.xml",
169+
title: "Atom",
170+
position: "right",
171+
target: "_blank",
172+
className: "rss-circle-icon",
173+
},
158174
],
159175
},
160176

static/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>https://quantstack.net/</id>
44
<title>Recent blog posts featured by QuantStack team</title>
5-
<updated>2025-07-29T13:01:23.478Z</updated>
5+
<updated>2025-07-29T13:22:53.411Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>QuantStack Team</name>

static/rss.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/rss_all.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)