feat(blog): add feed xlst options to render beautiful RSS and Atom feeds (#9252)

Co-authored-by: ozakione <29860391+OzakIOne@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Rohan Thakur 2024-08-02 22:20:48 +05:30 committed by GitHub
parent 08a893a2eb
commit 7be1feaa0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 3224 additions and 113 deletions

View file

@ -487,7 +487,10 @@ export default async function createConfigAsync() {
postsPerPage: 5,
feedOptions: {
type: 'all',
description:
'Keep up to date with upcoming Docusaurus releases and articles by following our feed!',
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
xslt: true,
},
blogTitle: 'Docusaurus blog',
blogDescription: 'Read blog posts about Docusaurus from the team',