Skip to content

Commit

Permalink
show all posts in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamume committed Sep 4, 2024
1 parent fc2aaca commit fecb9f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ const config: Config = {
showReadingTime: true,
path: '../blogs',
routeBasePath: 'blog',
blogTitle: 'nakam blog',
blogDescription: 'All things nakam',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
feedOptions: {
xslt: true,
type: ['rss'],
Expand Down Expand Up @@ -76,6 +80,8 @@ const config: Config = {
blogDescription: 'Daily journal',
routeBasePath: 'journal',
path: '../journal',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
feedOptions: {
xslt: true,
type: ['rss'],
Expand Down

0 comments on commit fecb9f9

Please sign in to comment.