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 · 337 posts · 28 topics · 184 reputation

Badges

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

Recent posts

  • Print image in blog template · 9 years ago

    shortcut is: {{ header_image_media.cropZoom(header_image_width, header_image_height).classes('foo').html }} notice the .classes('foo') part...

  • Git & Gantry - How? · 9 years ago

    Really you can do it anyway you like, but you can push the whole user/ folder into git. You might want to add a few things to .gitignore like accounts/ if you don't want that info in a public repo. A

  • Google Star Rating · 9 years ago

    Actually this is supported in the star-ratings plugin: https://github.com/getgrav/grav-plugin-star-ratings#aggregate-rating

  • IntelliJ Plugin for Grav · 9 years ago

    IntelliJ is specifically written for Java development. PhpStorm is for PHP development. You need the later version.

  • Float an image left · 9 years ago

    You don't need markdown extra, in fact I would recommend not using it as it causes some other markdown bugs.

  • Twig dynamic translation · 9 years ago

    If you have made an improvement, please consider creating a pull request on the core Grav repo: https://github.com/getgrav/grav/

  • Admin missing in download · 9 years ago

    The official statement goes something like this: "Grav is a flat-file CMS built for speed and flexibility. Grav only requires a file editor to build and maintain sites. The admin plugin is a powerful

  • Using parallax with a modular template · 9 years ago

    better than disabling the cache completely, you should use: never_cache_twig: true : https://learn.getgrav.org/content/headers#never-cache-twig

  • Asset collections in system.yaml bug? · 9 years ago

    Confirmed its a bug, and requires a special field that is flexible enough to handle nested elements. I've replied on the github issue.

  • Best way to put small icons inline with text? · 9 years ago

    I also would recommend creating a little shortcode plugin that lets you easily use any of the fontawesome icons