A way to organize files in "blog" folder? #8713
-
Is there a way to better organize large number of files in the blog folder? At the moment I have about 100 files in the folder. I was wondering it will become really unwieldy when that number really becomes large. Creating a subfolder inside blog (e.g. blog/archives) does not work because it changes the slug (e.g. instead of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You can use the We do this on Docusaurus blog: https://github.com/facebook/docusaurus/tree/main/website/blog
|
Beta Was this translation helpful? Give feedback.
You can use the
slug
frontmatter explicitly to decouple the FS structure from the slug: this makes it possible to use the FS structure that you prefers.We do this on Docusaurus blog: https://github.com/facebook/docusaurus/tree/main/website/blog
./releases
subfolder