Hello,
in my content/ folder i have files in my various subfolders/categories that look like this:
– accessories
— cat_1
---- article_1
----- index.en.md
----- index.en.md
---- article_2
----- index.en.md
----- index.en.md
— cat_2
---- article_1
----- index.en.md
----- index.en.md
and my folder structure (public/) should later look like this:
– zubehoer
— kategorie_1
---- artikel_1
----- index.html
---- artikel_2
----- index.html
— kategorie_2
---- artikel_1
----- index.html
– en
— category_1
---- article_1
----- index.html
etc…
Is this possible? How can i achive this?