Hi!
Sorry if I can’t describe it well.
Does anyone having this problem. Let say I have the following content structure:
Content
–|blog
----|post01.md
----|post02.md
For some reason I got the following output
–blog
----|index.html
----|post01
--------|index.html
----|post02
--------|index.html
–blogpage1
----:index.html
Index.html in blogpage1 contain html redirect script to blog section.
All the section got this sectiontitlepage1.
All the tags got this tagstagtitlepage1
Basically Hugo is generating unnecessary files. Is this Hugo default behavior. Or I mess up my config or something?
Thank you.