Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Can I use custom fields somehow in the admin panel? · 11 years ago

    Let's say I need a header image for a blog post. Apparently the way to do it now is to upload an image to Page Media and then copy/paste the name to the YAML file or to use the Expert setting on the A

  • What's Next? · 11 years ago

    Happy to learn more about some Grav plans for the future! Re: Marketplace, I'd also like to see some sort of area for freelance work/sources to be shared.

  • What's Next? · 11 years ago

    I didn't catch the multisite feature. That would be great!

  • What's Next? · 11 years ago

    Well cloning a site in Grav is a pretty simple process being flat-file based. Just copy all the files, and make your edits :) Also the multisite setup stuff (which I promise to document soon) allows

  • What's Next? · 11 years ago

    Yes, it is. I am already testing a couple different platforms. One feature I need is the ability to clone sites, as we do vertical market sites. Also, I have grown to dislike cPanel hosting in general

  • What's Next? · 11 years ago

    That's also in the cards actually. Would that be something you would be interested in???

  • What's Next? · 11 years ago

    What about a Grav hosting platform?

  • What's Next? · 11 years ago

    Next up is a little buff and polish in order to get Grav 1.0 and Admin Plugin 1.0 released. Along with a new site that is nearly ready! After that we are going to start work on the Pro Admin plugin,

  • What's Next? · 11 years ago

    Now that you have the admin panel released, what's next on the horizon for Grav?

  • 404 not found · 11 years ago

    Can you please confirm that you have headers and rewrite apache modules loaded? Then ensure you have AllowOverride All set in the main Directory block: <Directory /> AllowOverride All Re