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

  • Admin cant login · 9 years ago

    Probably you mistyped the password when you created the account. Simply delete the user/accounts/admin.yaml file and it will prompt you to recreate the account.

  • Admin cant login · 9 years ago

    i've clear cookie and cache too

  • Admin cant login · 9 years ago

    all installation is correct, but why i cant login ?

  • How to Change Grav Font · 9 years ago

    Yes, Thanks alot i will try it

  • How to Change Grav Font · 9 years ago

    I assume you are talking about the Antimtatter theme. You would need to edit the template/_fonts.scss(https://github.com/getgrav/grav-theme-antimatter/blob/develop/scss/template/_fonts.scss), configu

  • How to Change Grav Font · 9 years ago

    Hello all, Kindly assist me. I want to change the font for my grav site to another google font. How can i change it? Deeply appreciate your response

  • How do I sort taxonomy in taxonomy list? · 9 years ago

    Thanks, I missed that section.

  • How do I sort taxonomy in taxonomy list? · 9 years ago

    Have you looked at the |sort_by_key filter? Docs Here

  • How do I sort taxonomy in taxonomy list? · 9 years ago

    Using the taxonomylist plugin. How would I sort these alphabetically by tag? {% set taxlist = taxonomylist.get() %} {% if taxlist %} <span class="tags"> {% for tax,value in taxlist[taxono

  • Shortcode Owl Carousel Image Descriptions · 9 years ago

    You mean text over the image? The docs have a sample: [owl-carousel items=2 margin=10 loop=true] <div style="background: url({{ page.media['image-1.jpg'].url }}) 50% 50%;background-size: cover;col