Skip to content

Commit

Permalink
docs: config tweak (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung4242 authored Jun 20, 2024
1 parent 903dfab commit 2e99252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/excaliburjs/Excalibur/tree/main/site/blog/',
rehypePlugins: [[rehypeRaw, rehypeRawOptions]]
rehypePlugins: [[rehypeRaw, rehypeRawOptions]],
postsPerPage: 'ALL',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',

},
theme: {
customCss: require.resolve('./src/css/custom.css')
Expand Down

0 comments on commit 2e99252

Please sign in to comment.