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

  • CeeVee theme resume section · 10 years ago

    Hi people Someone can explain me how customize resume section in CeeVee theme? It's almost intuitive the "about" section: in backend I can modify the text while the resume section in backend is empty.

  • Find page by frontmatter item · 10 years ago

    By having a frontmatter setting, you would have to loop over every post and check if header.featured == true. Something like: <h1>Featured Posts:</h1> <ul> {% for p in page.find('/b

  • Find page by frontmatter item · 10 years ago

    I have a blog and I have a field in my frontmatter where I define whether a post is features or not "featured: true/false". I'm looking for a way to find the posts where featured is true and can't see

  • Error.html.twig in new theme · 10 years ago

    It was the problem, thank you.

  • Error.html.twig in new theme · 10 years ago

    If you look at the content of the error.html.twig file from the Antimatter theme it looks like this: {% extends 'partials/base.html.twig' %} {% block content %} <div id="error"> &lt

  • Error.html.twig in new theme · 10 years ago

    Hello, I followed the tutoriel to create a personalized theme and I meet a problem with the page error. I have no contents for the moment, Antimatter theme show "Error 404 Woops. Looks like this page

  • Is there a most basic of the basic theme? · 10 years ago

    Antimatter is probably your best theme to use as it covers most of the common page types.

  • Is there a most basic of the basic theme? · 10 years ago

    Hi @annaelaine, some other really basic themes are Sidewalk and the Cacti theme. Both ships with just one css and have everything to get a blog site. Cacti theme further has the advantage, that it sup

  • Is there a most basic of the basic theme? · 10 years ago

    The Blog Site Skeleton is a basic iteration, and as close to the core as you will get without starting with just the core itself. It uses Antimatter, but you can easily just keep that as the base and

  • Is there a most basic of the basic theme? · 10 years ago

    Hellooo. I'm new to Grav, very new. But I'm a coder, and I love making my own themes. Usually the easiest way for me to learn a new system is to pick apart the code that's already there and make somet