Upgraded to v 0.16, really like the automatic page generation feature. Makes it trivial to add lots of auto-generated pages.
But if I generate a page in a non-English language, it's a bit annoying to have the automatic index page forced.
Would it be possible to add option to set an index page name, like "__index.md" or similar ? That way the logic from json file is continued, and it can be used or left out as desired.
I did try something like
"Mylooptest" {
"__index" : "loopdir/**"
}
.. but it created an undesired result.
Alternatively - I could design my own auto-index-page, but I guess that would open a whole can of worms.
Thanks for a great product!
Upgraded to v 0.16, really like the automatic page generation feature. Makes it trivial to add lots of auto-generated pages.
But if I generate a page in a non-English language, it's a bit annoying to have the automatic index page forced.
Would it be possible to add option to set an index page name, like "__index.md" or similar ? That way the logic from json file is continued, and it can be used or left out as desired.
I did try something like
"Mylooptest" {
"__index" : "loopdir/**"
}
.. but it created an undesired result.
Alternatively - I could design my own auto-index-page, but I guess that would open a whole can of worms.
Thanks for a great product!