creating a form on a private page. There are several ways to capture the blog post form data and make it render on the front end.
Looking into this, unless I am missing something, it’s something you need to put together to requirements and there is very little available out of the box. Grav’s Skeletons are supposed to provide this kind of quick start functionality. Unfortunately, searching for blog in the list reveals lots that seem to be simply sites using blog themes, or aimed at a single editing user. Might be worth having a proper look at them, I have only skimmed. Ideally this is where you find something ready to go to your requirements.
I agree this is a common requirement. I think the reason it doesn’t exist is that Grav is more a toolbox of parts that it empowers you to put together to your specifications to do useful things. It’s not like Wordpress, for example.
Hope that helps, or that someone else can be more useful
Thanks for your help. I already looked to skeletons but unfortunately they didn’t embed the admin panel and with the instalation of the one I tested (Blog Site), I can’t execute the commands of gpm by ssh login to my server…
I manage to execute gpm commands with the installation package grav+admin, maybe a priviledge mater.
I will work on this point. Skeletons seems to be a good basis to start with.