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

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 400 posts · 30 topics · 211 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Creator of Grav CMS + other things...

Recent posts

  • Changes of $core-accent not applied: · 9 years ago

    $core-accent variable is the primary color correct. Change it in this one place, and your SCSS compiler should pick up the changes and recompile, therefore fixing the color throughout the resulting CS

  • How to align images(and text) · 9 years ago

    That only works if you have markdown extra enabled, and that is a bit buggy for my liking, you can do it without the extra {.right}, with this: ![YamiFrankc](defaultyami.png?resize=400,400&classes

  • Changes of $core-accent not applied: · 9 years ago

    Once you are used to SCSS, it's very hard to go back to regular CSS. There' just so many improvements in SCSS that you get used to using on a day-to-day basis.

  • Can't launch comment plugin / linonberry theme · 9 years ago

    OK, I see the problem. This theme requires JSComments plugin that is not provided in the skeleton. I think you need to install it via gpm: $ bin/gpm install jscomments Then follow the instructions to

  • Discuss Grav 1.3 and Admin 1.5 releases · 9 years ago

    The blog has been a bit quieter than normal lately, but that's only because we've been busy working on a new Grav release that contains a plethora of goodies, a variety of user requested improvements,

  • About the Releases category · 9 years ago

    This category is used to discuss specific releases/versions for Grav and its associated plugins.

  • Gantry Helium based multilingual site · 9 years ago

    Gantry is not fully multi-language compatible with Grav. This is a capability that needs to happen in Gantry framework itself. It's something that is clearly needed and is on the roadmap for Gantry

  • KUDOS to Grav Team and Markdown · 9 years ago

    Thanks for the kudos!

  • Feature Request - More granular info and documentation on plugins · 9 years ago

    Sometimes its hard to be able to say that X plugin does not work with Y plugin. This would require the author to test their plugin with every other plugin available. That gets harder and harder with

  • HOWTO- Install Grav on local machine using Nginx on Ubuntu 16.04 · 9 years ago

    Thanks for that guide. I'm just curious if you followed our guides in the the Grav docs?