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

  • Bin/gpm permission denied · 11 years ago

    hello everyone i can't get gpm to work... i have set the permission for bin/gpm and grav to 774 when i type bin/gpm i get this error message RuntimeException: Opening file for writing failed on error

  • Markdown Extra breaks Twig · 10 years ago

    That's pretty strange. Please create an issue here: https://github.com/getgrav/grav/issues

  • Markdown Extra breaks Twig · 10 years ago

    On a Twig-enabled page I use the following code: <a href="{{ page.url }}">{{ page.title }}</a> Which outputs something like <a href="my-page">My page</a> Which works fine, unt

  • Best way to add a post's date to the URL slug · 10 years ago

    You can simply structure the page folders with dates. However instead of the blog listing page using @page.children, you'll need to use @page.descendants or @taxonomy as the pages wont be direct chil

  • Best way to add a post's date to the URL slug · 10 years ago

    Hello, Great work with Grav—it's my favorite system I've tried by far—and I've tried them all. I've been racking my brain for the last hour trying to figure out how to add a post's date to the slug us

  • How to set homepage to example.com or example.com/home? · 10 years ago

    Nvm got it working it was just add /grav/ in the directory path in the sites-enabled apache2 conf files

  • How to set homepage to example.com or example.com/home? · 10 years ago

    Hi I'm new CMS and my current homepage is set to example.com/grav Where would I got about changing it to just example.com or example.com/home Whenever I type in example.com it just brings it to an ind

  • Mass creation of pages from a csv file · 10 years ago

    ok i'll do that, thank you!

  • Mass creation of pages from a csv file · 10 years ago

    it's definitely related to the weird quoting you have in the frontmatter of each page. You have some quotes escaped \ like in \'@taxonomy\': or \'twitter:card\'. I also saw some occasional trailing

  • Mass creation of pages from a csv file · 10 years ago

    HI, thanks. I uploaded the folder with the examples. the link to gist is : gist 1 Github example folder