out of these, I would like to ignore the rendering of service1.html and service2.html as and when I require. To this extent, I have tried various regex options using the ignorefiles options in config toml file. Also, the ignorefiles parameter is just below the theme and title parameter…right at the top…before any other parameter is declared.
I have tried the link that you gave and it seems to be a straightforward solution. So first, thank you for the same.
I have implemented that by putting that in the front matter of the content files that I don’t want to render at the very end, like so
...
title="My Service Page 1"
[_build]
list = false
render = false
+++
Notice that I have converted the YAML format to toml format. I hope that isn’t the issue…but nevertheless the page still renders in spite of marking the render to false
Regis, its a really nice community and you are really a great person. It worked out really nicely. Please do continue this great service as its really a life saver.
Is there a way I can repharase the question so that it becomes useful for others.
Thanks to Devinerites tooo…
Ps : If you still want to take a look, please do send your email to my email ( a test email) and I will take add you to the repo.