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

  • Blank page to the installation of Gav · 11 years ago

    Hello ! I just installed Grav on my web server, but I get a blank page. I tried to look in the documentation, without success. So I think the problem is with the php configuration of my server. Can yo

  • Disqus Comments help · 11 years ago

    cool :)

  • Disqus Comments help · 11 years ago

    No it's not jscomments one it's another one I found on Github called disqus comments. I'm using the the Gravtastic blog skeleton. Thanks alot! it worked http://prntscr.com/6od71f !

  • Disqus Comments help · 11 years ago

    based on your last screenshot, you just change the wrong part of the twig, should be: var disqus_shortname = {{ page.header.disqus_comments.shortname|default('trueplaynetblog') }}'; You change the var

  • Disqus Comments help · 11 years ago

    Oh is this coded into some theme/skeleton? It does not look like the jscomments plugin...

  • Disqus Comments help · 11 years ago

    Did you install the jscomments plugin? Have you created a Disqus account and setup a 'site' on https://disqus.com/ ? https://github.com/nunopress/grav-plugin-jscomments Instructions are on GitHub ther

  • Disqus Comments help · 11 years ago

    Very new here, been loving Grav so far but I'm having an issue installing Disqus comment onto my website. I get it to the point where I can see text at the bottom of the page "blog comments powered by

  • Image magick not found · 11 years ago

    Well, this is just an error with your CLI version of PHP on your hosting provider. It's not a Grav requirement at all. You will need to contact your provider because it will probably do this with an

  • Image magick not found · 11 years ago

    Linux CentOS 6.7 VPS on inMotionHosting. Running GPM, get: Whoops\Exception\ErrorException: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/imagick

  • Navigation Links returns NginX 404? · 11 years ago

    A very minimal but functional nginx.conf is: server { #listen 80 default_server; index index.html index.php; root /home/pi/www/blog; server_name localhost; lo