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

  • Medium website, is grav the right choice? · 10 years ago

    Yes, you can even display them by department/category. and allow searches of people in all categories or just one by using filters in category. The only problem I have is filters restrict to 3 or so

  • Medium website, is grav the right choice? · 10 years ago

    Grav would be excellent, because you would by default get the /SITE/people/PERSON-structure, which is an very logical setup as compared to how many other sites organizes person directories.

  • Medium website, is grav the right choice? · 10 years ago

    Yes, I think so!

  • Medium website, is grav the right choice? · 10 years ago

    Hi! I need to build a website that will have a "people" category, for each person there will be a page displaying some text and videos. There will be around 100 people, probably not more than 500. W

  • Filtering the gallery of Photographer · 10 years ago

    I don't have an answer, but I see what you mean. Hoping to see a fix.

  • Filtering the gallery of Photographer · 10 years ago

    Hi! If you take a look at the of 'photographer' theme among the skeletons in the downloads section of this fine site. If you go there navigate to the gallery and filter out the images tagged 'nature'

  • If statement based on frontmatter · 10 years ago

    Don't wrap the page.header.look with parens. It should be: {% if page.header.look == 'Shadow-left' %} some HTML {% else %} other HTML {% endif %} The other way you could do it is make it a boole

  • If statement based on frontmatter · 10 years ago

    I have added an extra input in the page blueprint so the user can choose what look she wants the blogpost to have. Now I would like to do an if statement based on this user input. I tried it like this

  • How can I create shortcodes? · 10 years ago

    Take a look at the shortcode-core plugin. In that there are several shortcode examples contained in the shortcodes/ folder. Then take a look at the shortcode-ui plugin. This takes advantage of the

  • How can I create shortcodes? · 10 years ago

    Forgot about those advanced options, all I need is simple shortcodes as I mentioned in the first post.