Skip to content

Commit

Permalink
Render the entire blog on the blog page (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Dec 31, 2023
1 parent 113200c commit a1bc5f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit a1bc5f7

Please sign in to comment.