I have seen something like this below on several support topics in here. How do people do this? a Hugo flag? What I mean is generating a structure of the site as below (I copy-pasted this)
├── assets
├── config
├── content/
│ ├── home/
│ └── post/
│ ├── _index.md
│ ├── post1/
│ │ └── index.md
│ ├── post2/
│ │ └── index.md
│ └── other-posts
├── data
├── layouts/
├── other-folders-and-files
└── themes