From a1bc5f7f48629a778089d184c1fba3007164141a Mon Sep 17 00:00:00 2001 From: Josh Cannon Date: Sat, 30 Dec 2023 20:00:17 -0600 Subject: [PATCH] Render the entire blog on the blog page (#24) --- docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6596ff4f9..1091399f7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -92,6 +92,9 @@ const config = { showReadingTime: true, editUrl: "https://github.com/pantsbuild/pantsbuild.org/edit/main/", remarkPlugins: [captionedCode], + blogSidebarTitle: "All posts", + blogSidebarCount: "ALL", + postsPerPage: "ALL", }, theme: { customCss: require.resolve("./src/css/custom.css"),