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.

Paul Hibbitts Regular

@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to create default FrontMatter for my Docs pages · 8 years ago

    Still working on this, thought I had a solution... BTW, I am a educator/interaction designer so my dev skills are quite limited but thanks for the kind thoughts! If you are ever looking for dev help w

  • How to create default FrontMatter for my Docs pages · 8 years ago

    Hi @1GoodCall, welcome to Grav🙂 Yes you are on the right track (but no 'frontmatter:' item) but I myself should also be setting that taxonomy by default but I am not... yet! Give me a bit of time and

  • How to create default FrontMatter for my Docs pages · 8 years ago

    Hi @1GoodCall, I do this type of thing in my Open Course Hub Skeleton. Here is an earlier response to a very similar question, /forum/support/new-pages-with-default-frontmatter-t6863 You may also want

  • Manual frontmatter in skeletons · 8 years ago

    Hi @K3vin, I use a lot of custom blueprints with my Open Course Hub skeleton if more examples might be of help https://getgrav.org/downloads/skeletons https://github.com/hibbitts-design/grav-theme-cou

  • Overwrite site.yaml · 8 years ago

    Actually, you need to put that file in your /user/blueprints/config folder (see https://learn.getgrav.org/forms/blueprints/example-config-blueprints) - please give that a go and let me know if that w

  • Overwrite site.yaml · 8 years ago

    Hi @finrik, I use this technique in my Open Course Hub skeleton, perhaps another example might help you? https://github.com/hibbitts-design/grav-skeleton-course-hub/blob/master/blueprints/config/site.

  • New pages with default frontmatter · 8 years ago

    Hi @dcrobertson, one option is to add default data into the blueprint for that page type in the theme in question. For example, here is how I do this in my Grav Open Course Hub project: https://github

  • Theme Inheritance with Quark theme and 1.4.0-beta.3 · 8 years ago

    Hi @dezbat, I just tried this and the error seems to be avoided if you use the Quark as the named theme to extend in your mytheme.php file: <?php namespace Grav\Theme; use Grav\Common\Theme; clas

  • Can one have some anchor links included in the menu? · 8 years ago

    Glad you got something working @zoof ! I myself do not know a better way that that, maybe someone else here might??

  • Can one have some anchor links included in the menu? · 8 years ago

    Hi @zoof, what theme are you using? One option with some themes is to add custom menu entries to the site.yaml file, here is an example: https://github.com/hibbitts-design/grav-skeleton-course-hub/blo