mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
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:
parent
08a893a2eb
commit
7be1feaa0a
37 changed files with 3224 additions and 113 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue