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

  • Add own classes in markdown/html tags? · 10 years ago

    in .md's header classes: - h1: main-heading - h2: secondary-heading in your TWIG template: <h1 class="{{ header.classes.h1 }} ">This is main heading to be processed with magic</h1>

  • Add own classes in markdown/html tags? · 10 years ago

    Is it possible to add own classes in h1–h6 and p tags with yaml? Example: # This is main heading to be processed with magic And I would like to have all h1 tags adapted with custom class "main-heading

  • Image slideshow theme · 10 years ago

    looks really sweet! I love that background blur effect.

  • Image slideshow theme · 10 years ago

    A simple image slideshow based on the idea of using a blurry version of the image as a background. I also wanted this to be very easy to setup and use. Each page loops through all of its images. Setti

  • Remove elements from base.html.twig · 10 years ago

    Ok, can I override it inside modular part, not just in modular.html.twig? For example if I have _jumbotron starting the modular home page, I would like to put it inside jumbotron.html.twig. !Update -&

  • Remove elements from base.html.twig · 10 years ago

    Sure, it is. For example Antimatter overrides the navigation in the modular page. See https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/base.html.twig#L54-L56 and https:

  • Remove elements from base.html.twig · 10 years ago

    Is there a way to replace/remove blocks from base.html.twig when using modular pages? For example, remove navigation partial from base.html.twig and include it inside specific modular page. I would li

  • Change logo in learn2 / grav rtfm skeleton · 10 years ago

    Also great for Retina displays which are becoming more and more common.

  • Change logo in learn2 / grav rtfm skeleton · 10 years ago

    svg is better as it is not bitmap based. Vector won't loose it's quality when zoomed in or out.

  • Change logo in learn2 / grav rtfm skeleton · 10 years ago

    Thanks I didn't realise that file was the code for an svg. I've never used an svg for a logo before!