Hi, I 'm just trying out Grav for a personal blog site. So far I have got the git commit publishing working and I really like the lightweight feel of Grav.
However, I'm wondering how do I disable plugins on the blog page?
For example, I would like to disable the random plugin in the sidebar.
I found the partial and it checks to see if the plugin is enabled, so I tried adding various lines to my YAML front matter in my blog.md but none of them seems to disable the plugin.
I have tried the following in blog.md:
plugins:
random:
enabled: false
and also:
random:
enabled: false
Do I have to physically delete the random plugin folder or is there a way to disable it in config?
Thanks,
Charles