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

  • Knowledge base theme? · 10 years ago

    A basic version has been submitted: Theme Skeleton

  • Knowledge base theme? · 10 years ago

    Yeah I'm not much of a front-end developer but I'll probably give it a shot.

  • Knowledge base theme? · 10 years ago

    I can't think of one like that specifically, but would be easy to do!

  • Knowledge base theme? · 10 years ago

    Not that I know of, but that's a nice theme. One day I need to start diving into theme development.

  • Knowledge base theme? · 10 years ago

    Anyone working on a knowledge base theme for Grav? I'm looking for something like this: http://demo.herothemes.com/#knowhow I was going to use the Learn2 theme, but I think it is going to end up bein

  • Displaying `category:X` results · 10 years ago

    Basically those param-based filters will filter any page that defines a page collection (like blog.md). So you can use them on any page that has a collection defined in it's frontmatter.

  • Displaying `category:X` results · 10 years ago

    With the default blog themes, requesting /category:X gets a page showing the various pages that match that category. I'm creating a new theme (blog-like, but not really a blog) and I want to do the sa

  • GRAV One-Page Antimatter Theme · 10 years ago

    For future reference, I found out why the link was not working: It's the singlePageNav.js Plugin that is being used (https://github.com/ChrisWojcik/single-page-nav), that causes links away from the si

  • GRAV One-Page Antimatter Theme · 10 years ago

    Hey, I have the same issue. I added a menu item using site.yaml, the item is being rendered and the href is correct but the link does't work when clicked. I tried clearing the cache and refreshing mul

  • GRAV One-Page Antimatter Theme · 10 years ago

    The page order sets the order of the menu items, see the learn site