You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Frans, did not mean to say that English does not. Sorry if it came out that way.
But since the English text "Please select one of the topics in this section:" is hardcoded, it will match English content, and look incorrect in other languages.
I ask this because I prefer to have the section name for subpages point to a page with content, and not just an index page with static layout. And unfortunately this is not possible on auto-generated content.
It's nothing urgent, or a big problem, just a "nice to have" extension of the auto-generation feature.
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!
The text was updated successfully, but these errors were encountered: