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

  • Mouseover effect · 11 years ago

    Hello everyone, I'm a newbie using Grav. Usally I play arround with wordpress, but Grav seems to be interesting too. So my mainly question is, can I make an mouseover effect for a image? I mean the im

  • Sidebar menu that doesn't change after page selection · 11 years ago

    There's probably a better way to do this, but this is what I have that creates the menu how I want it based on a series of directories. {% macro loop(page) %} {% for p in page.children %} {% if

  • Sidebar menu that doesn't change after page selection · 11 years ago

    This has been plaguing me for a while, and while I'm sure it's something simple, I'm stuck. I'm trying to create a sidebar menu that lists only what is inside a specific folder. This code: ---html &lt

  • Can't access /admin · 11 years ago

    Check all the items in these 404 troubleshooting docs. 99% of the time the solution is one of these items.

  • Can't access /admin · 11 years ago

    Hi, i've downloaded the core + admin plugin and i've created a user account but mysite.com/admin gives me an 404 error . how can i fix this problem ?

  • Show some kind of dynamic content · 11 years ago

    I don't know how to do that. I suppose custom code could be written to change the way Grav routes pages. At least the way I understand that Grav routes pages.

  • Show some kind of dynamic content · 11 years ago

    but this is the requirement, the URL has to be www.mySite.com/doc/myHTML.html Within the loaded html, there are of course more links, which then has to be loaded too.

  • Show some kind of dynamic content · 11 years ago

    If you point your browser to www.mySite.com/doc, Grav will use the Markdown file it finds there (default.md) as the page and render it with the template default.html.twig. So the code to include myHTM

  • Show some kind of dynamic content · 11 years ago

    when I load this URL: www.mySite.com/doc/myHTML.html grav will load the error.html.twig Which is of course not what I want.

  • Show some kind of dynamic content · 11 years ago

    Which file does Grav load immediately? For a user going to www.mySite.com/doc, Grav will use the file www.mySite.com/doc/default.md to open and render the template named default.html.twig.