Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

David Douglass Member

@dpdoug · Joined 4 years ago · 42 posts · 20 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Running Grav build-in webserver: "No such file or directory" · 3 years ago

    I'm at Step 3 of installing the Grav Server: Now you can navigate to the root of your Grav installation in your terminal and then run: bin/grav server So I run this in the terminal, and I get: [david

  • Reserved Words in Grav · 3 years ago

    So we have this directory structure with config files in them: /user/accounts /user/blueprints /user/config /user/data /user/images /user/languages /user/pages /user/plugins /user/themes So "config.pl

  • Reserved Words in Grav · 3 years ago

    I'm studying the documentation and trying to learn Grav and Twig. Please bear with me, there are some things I'm not able to figure out on my own. One thing I'm having difficulty with is that I come f

  • Which config file is used for plugins? · 3 years ago

    I'm still working on understanding the basics of Grav... What is the file where it's defined "config.plugins.simplesearch.enabled"? I know it's a yaml configuration file, but how do I know which one i

  • Two Horizontal dropdowns only at Top of Page · 3 years ago

    This is a newby question, so please bear with me. In the navigation template (I think) exists this code: <div class = "navbar-collapse collapse"> <ul class = "nav navbar-nav navbar-right"

  • Order of Processing Files · 3 years ago

    Is there some way to know the order that twig files are processed and which ones they are and where the processing starts? I have a programming background and I'm used to being able to use a debugger

  • Invalid input in "Folder Name" · 3 years ago

    For some reason the dash was missing, so I renamed it manually, directly in the folder, and it stopped complaining.

  • Invalid input in "Folder Name" · 3 years ago

    Actually: folder: about-me, file: default.md

  • Invalid input in "Folder Name" · 3 years ago

    The name of the file it complained about was: About Me (about-me) Is that name not allowed?

  • Folder Structure · 4 years ago

    I changed the setting to true and got a dropdown! That was the issue all along. It was a funky light red color, but at least it did drop down. A little progress for today... yey! Thanks pamtbaau!