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

  • Doesn't Update to 0.9.4? · 12 years ago

    Dang! I just now did a manual update. I'll try that the next time. I hope you're feeling better.

  • Doesn't Update to 0.9.4? · 12 years ago

    Try: bin/grav clear-cache --all Then try the upgrade again.

  • Doesn't Update to 0.9.4? · 12 years ago

    When I run bin/gpm selfupgrade I get: RockBox:www.grav.dev bob$ bin/gpm selfupgrade You are already running the latest version of Grav (v0.9.3) released on Fri Oct 10 22:17:44 2014 RockBox:www.grav.de

  • Grav's Flavor Of Markdown? · 12 years ago

    I did it that way ![Aperture Icon](/assets/img/blog/apps/aperture.png class="image-right image-25") which looks ugly when I see how it should be done :-S

  • Grav's Flavor Of Markdown? · 12 years ago

    Yup or you can enable it per page in the page headers if you prefer.

  • Grav's Flavor Of Markdown? · 12 years ago

    Yep. I missed a configuration. There should be markdown_extra: true in system.yaml.

  • Grav's Flavor Of Markdown? · 12 years ago

    Grav does not appear to have a flavor of Markdown that can handle an image reference with classes like this: ![Aperture Icon](/assets/img/blog/apps/aperture.png){.image-right .image-25} Or did I miss

  • Converting Blog Posts · 12 years ago

    Well your the first person to ask about a Statamic to Grav convertor so we don't have anything in the toolbox yet to do this. However, both are markdown and both have 'similar' structure so it should

  • Converting Blog Posts · 12 years ago

    I have a blog now running the Statamic CMS. It uses Markdown files for content and no database; so it's similar in concept to Grav. But its blog posts aren't arranged the same way. Each post is in a f

  • Missing css · 12 years ago

    Awesome....that was it. Completely forgot about clearing the cache! Didn't think it would be that simple. Thanks for your help rhukster - Love your work!