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

  • Markdown extra · 11 years ago

    For example if the editor saves using tabs, Grav (well, the yaml parser) fails as the yaml file must be indented using spaces

  • Markdown extra · 11 years ago

    Is that specific change that triggers the 404, or any change to user/config/system.yaml?

  • Markdown extra · 11 years ago

    @Karol, that works when put on an individual page. That's the way thast works for me. markdown_extra: true in system.yaml just doesnt work here. the whole site stops working with 404. then i find syst

  • Markdown extra · 11 years ago

    correct me if i'm wrong but correct way to use markdown extra is now: markdown: extra: true

  • Markdown extra · 11 years ago

    I don't see any problem with markdown_extra: true, just tested, which error did you get? Spaces in YAML is part of the YAML standard, it's expected.

  • Markdown extra · 11 years ago

    for some reason my version goes really bad if i change system.yaml, markdown_extra to true. If i change it on a page basis, it works. Possible some sort of conflict in other pages maybe. one other thi

  • Request · 11 years ago

    By default user/config/themes/ does not exist, it's normal. But adding your theme file there should not be ignored (just tested changing the dropdown param value, was applied)

  • Request · 11 years ago

    user/config/themes/ didnt exit. i created it, put the file there, which was ignored.

  • Request · 11 years ago

    Not everyone needs a dropdown menu enabled. How to enable it is written in the theme readme file: https://github.com/getgrav/grav-theme-antimatter#menu-features P.S: Put your customized antimatter.yam

  • Request · 11 years ago

    fix of the day. change antimatter.yaml, dropdown to true Can this be the default please. it took me ages to find this.