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

  • Grav Assets Plugin · 11 years ago

    It goes in the header of the form.md file? Because when I do I get the following error: Symfony \ Component \ Yaml \ Exception \ ParseException Unable to parse at line 10 (near "{assets:inline_js}").

  • Grav Assets Plugin · 11 years ago

    Should be something like this: {assets:inline_js} $(document).ready(function() { $("a.external").attr("target","_blank"); }); {/assets} No <script></script> tags needed.

  • Grav Assets Plugin · 11 years ago

    I have a Registration from that uses some simple javascript code in the head of the page to validate the email address input field. How do I get the code listed below into the head of my form.md fil

  • Use page.md instead of page/template.md? · 11 years ago

    It's pretty much a core concept of Grav. The reasons for this are many, but simply put, it allows for pages to have their own assets (images, videos, files, etc). This provides a lot of flexibilit

  • Use page.md instead of page/template.md? · 11 years ago

    Grav requires a separate directory for each markdown file - how hard-coded is that? I want my grav content dir to be a "Public" folder in my home directory, and would rather organise my files in the n

  • Button in showcase · 11 years ago

    I think a picture is worth a thousand words here. Really you just need to use your inspector in the browser. The source maps from the scss shows you exactly what and where the CSS is coming from: ht

  • Button in showcase · 11 years ago

    Hi there, I did the Inheritance and I am now wondering about, where I can change the design and place of the button in showcase. I tried alot, including changing and compiling the _showcase.scss and c

  • Error using nginx : Undefined index: dirname · 11 years ago

    Strange, the blog skeleton should of been up to date also, i'll double check that later. Glad you got your issue sorted :)

  • Error using nginx : Undefined index: dirname · 11 years ago

    Ah-ha. The blog skelton package is not up to date - I (wrongly) assumed it was. Done a selfupgrade now and all is working fine.

  • Error using nginx : Undefined index: dirname · 11 years ago

    Are you using the latest Grav version. This very issue was fixed recently.