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

  • Links that open in new window or tab? · 11 years ago

    Thanks Andy. Would I be correct in thinking that one workaround to having to use HTML within the md files would be to include links and title text in a page header, and then through my Twig template d

  • Links that open in new window or tab? · 11 years ago

    No, that's not support in markdown syntax and it's generally frowned upon to use target anyway. However if you need to do so, you can simply use HTML: <a href="http://www.google.com" target="_blank

  • Links that open in new window or tab? · 11 years ago

    Is there anything within Grav to support links within a markdown file to be opened in a new window or tab? I know I could include chunks of HTML, but I was hoping for something I could use with just M

  • Using a Bootstrap dropdown menu to jump to modular page sections? · 11 years ago

    Thanks very much Andy, I will further review and try to digest it all. Awesome to hear that the Bootstrap theme is getting more love with some updated functionality! With Bootstrap being open source,

  • Using a Bootstrap dropdown menu to jump to modular page sections? · 11 years ago

    You can look at Antimatter's modular.html.twig file to see how this is being done in the OnePage Skeleton: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/modular.html.twig Dem

  • Using a Bootstrap dropdown menu to jump to modular page sections? · 11 years ago

    I have a page called "Resources", which is a modular page contain a rather large number of modular items (folders). I'd like to utilize a dropdown menu in the navigation bar which includes the page ti

  • Migrating from another CMS · 11 years ago

    400 to 500 articles is quite a bit! It's doable with Grav, but is going to require some tweaking. Probably turning off the page checking and only clearing the cache manually. Maybe even using the st

  • Migrating from another CMS · 11 years ago

    Hi, First of all, I would like to thank you for this new CMS with amazing approach and totally different philosophy from other traditional and well-known CMS. I am quite impressed by this innovative a

  • Modular page content chunks · 11 years ago

    WOW - that is fantastic! I was able to get it working as well by including the underscore (I read elsewhere not to when referencing a page). I also had to create a default.html.twig file under "templ

  • Modular page content chunks · 11 years ago

    Actually you can do this with modular content too: {% include 'resource-render.html.twig' with {'page': page.find('/test/modular/_callout')} %} Just tested it. http://polydeon.com/monosnap/Resources_