diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 018a61fd41..4f9be64c2a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -198,12 +198,12 @@ export default { editLocalizedFiles: false, blogTitle: "Feed of Tailcall blogs", blogDescription: "List of blog posts on Tailcall blog", - blogSidebarCount: 5, + blogSidebarCount: 10, blogSidebarTitle: "Recent Blog Posts", routeBasePath: "blog", include: ["**/*.{md,mdx}"], exclude: ["**/_*.{js,jsx,ts,tsx,md,mdx}", "**/_*/**", "**/*.test.{js,jsx,ts,tsx}", "**/__tests__/**"], - postsPerPage: 5, + postsPerPage: 10, blogListComponent: "@theme/BlogListPage", blogPostComponent: "@theme/BlogPostPage", blogTagsListComponent: "@theme/BlogTagsListPage", @@ -214,10 +214,8 @@ export default { truncateMarker: //, showReadingTime: true, feedOptions: { - type: "atom", - title: "Blog title", - description: "Blog", - copyright: "Copyright © 2024 Tailcall, Inc.", + type: "all", + copyright: `Copyright © ${new Date().getFullYear()} Tailcall, Inc.`, }, }, ],