excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.77k stars 189 forks source link

doc config tweak #3105

Closed jyoung4242 closed 3 months ago

jyoung4242 commented 3 months ago

Tweaking the docusaurus configuration file, adding

blog: {
          showReadingTime: true,
          // 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]],
          postsPerPage: 'ALL',     //-----------------------------------------new
          blogSidebarTitle: 'All posts',//-----------------------------------------new
          blogSidebarCount: 'ALL',//-----------------------------------------new

        },
cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying excaliburjs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 143b39c
Status: ✅  Deploy successful!
Preview URL: https://f04b5717.excaliburjs.pages.dev
Branch Preview URL: https://docusarusconfig.excaliburjs.pages.dev

View logs