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

  • Bin/gpm and bin/grav not working · 11 years ago

    Also check that it's executable by the user.

  • Bin/gpm and bin/grav not working · 11 years ago

    check who owns the files, as opposed to the logged in user. I got this error before adding my user account to the www-data group. I would get permission denied running it with my account, and your er

  • Bin/gpm and bin/grav not working · 11 years ago

    A directory called Development inside home/alex. I'm using a version of Ubuntu.

  • Bin/gpm and bin/grav not working · 11 years ago

    what directory are you running the command from?

  • Bin/gpm and bin/grav not working · 11 years ago

    For some reason when I try to run either bin/gpm or bin/grav on some sites on my local server, I get this error: : No such file or directory I tried setting the permissions to 755 for the both files,

  • Derivative size for responsive images · 11 years ago

    Feel free to edit the documentation (via the github link) if you feel like this information would be helpful to others. Thanks!

  • Derivative size for responsive images · 11 years ago

    Thanks a lot. For the record, the three arguments for derivatives are min width, max width and step, so if we put 1000, 3000, 1000, Grav will create images for 1000w, 2000w and 3000w.

  • Derivative size for responsive images · 11 years ago

    BTW markdown format is not working in latest release but is working in Develop branch. Twig version works in current release though.

  • Derivative size for responsive images · 11 years ago

    Yup -> Sizes with media queries

  • Derivative size for responsive images · 11 years ago

    In the announcement of Grav 0.9.43, we can read: Also Responsive Images have been improved to support configurable derivative sizes. Is there documentation about this new feature?