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 panel not showing · 11 years ago

    it should be just your Grav URL with /admin. If that is not working then you have a server setup issue, so please look at this 404 help page in the docs.

  • Admin panel not showing · 11 years ago

    Hello, I just installed the newest Grav, but I can't see the admin panel. I tried mywebsite/admin, and servral other variants, inluding just the IP: But the admin panel just wont show. I tried both

  • Beginner question · 11 years ago

    I do recommend taking look at twig documentation though: http://twig.sensiolabs.org/documentation Once you start using it, you will fall in love immediately. That's one of the easiest and most flexibl

  • Beginner question · 11 years ago

    Symfony knowledge is definitely not needed to start using Grav. To start using Grav you just need some basic Markdown knowledge to write the content. The rest is combining the building blocks. Writing

  • Beginner question · 11 years ago

    You could build a website just with a litle knowledge of Markdown language, the best way to start is downloading a pre-built example site called skelleton. The configuration can be changed using a v

  • Beginner question · 11 years ago

    Hello Grav community, I've just discovered Grav by a Twitt yesterday, rapidly read the documentation and to my opinion, it seems promising. I'm come from the WordPress community so I develop with PHP

  • Second navigation? · 11 years ago

    Great, it works. Thank you!

  • Second navigation? · 11 years ago

    I think the best way is to put something like that in your site.yaml: footer_menu: - url: "your_url_here" text: facebook - url: "your_url_here" text: twitter Then create footer_menu.html.twig in t

  • Second navigation? · 11 years ago

    Hello everybody, while developing my first site with GRAV, I'd like to set up a second navigation (footer). For this second navigation, I created a new folder in /user/ and tried to get the base.twig.

  • Twig help: to test for YAML variable in META file · 11 years ago

    @ritchiedalto If nothing works, you may try accessing the meta media attribute a bit differently using the get method like {% if image.get('media') %} <div>{{ image.get('media') }}</div&gt