Skip to content

Commit

Permalink
feat(blog): authors page (#10216)
Browse files Browse the repository at this point in the history
Co-authored-by: OzakIOne <[email protected]>
Co-authored-by: sebastien <[email protected]>
Co-authored-by: slorber <[email protected]>
  • Loading branch information
4 people authored Aug 1, 2024
1 parent 50f9fce commit f356e29
Show file tree
Hide file tree
Showing 56 changed files with 1,667 additions and 703 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ exports[`paginateBlogPosts generates a single page 1`] = `
]
`;

exports[`paginateBlogPosts generates pages - 0 blog post 1`] = `
[
{
"items": [],
"metadata": {
"blogDescription": "Blog Description",
"blogTitle": "Blog Title",
"nextPage": undefined,
"page": 1,
"permalink": "/blog",
"postsPerPage": 2,
"previousPage": undefined,
"totalCount": 0,
"totalPages": 1,
},
},
]
`;

exports[`paginateBlogPosts generates pages 1`] = `
[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ exports[`blog plugin process blog posts load content 2`] = `
"authors": [
{
"imageURL": undefined,
"key": null,
"name": "Sébastien Lorber",
"page": null,
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
},
Expand Down
Loading

0 comments on commit f356e29

Please sign in to comment.