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

Paul Hibbitts Regular

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Trouble creating a new theme on MAMP on iMAC · 8 years ago

    Hi @normawhite, if I am reading things right the templates folder should be at the same level as your pnhbtheme.yaml. Here is another example inherited theme to look at re: structure https://github.co

  • How to import html theme to grav? · 8 years ago

    Welcome @starfoxik. I've not built a theme from scratch myself, but have you come across this tutorial? https://learn.getgrav.org/themes/theme-tutorial

  • SITE.TITLE, SITE.DESCRIPTION and SEARCH_FIELD · 8 years ago

    Hi @Nik, not sure about the search issue but perhaps the example site.yaml file in the skeleton for that theme might be a helpful reference? https://github.com/getgrav/grav-skeleton-receptar-site/blob

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

    Glad you got things going @AquaL1te! As you develop be sure to clear the cache when testing changes or just turn off the cache (both) during development via the system.yaml file https://learn.getgrav.

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

    Hi @AquaL1te, is this for Quark? I ask because I see antimatter in the stream rather than quark...

  • Custom blueprints in themes—is this the right way to get it work? · 8 years ago

    Hi @AmauryCarrade, that location for the Blueprint does not look right to me. Try moving the blueprint to /my-theme/blueprints/default.yaml and let me know if it works. You can see a working example o

  • Using Blog: Is there a way to exclude pages from a listing (but keep them published)? · 8 years ago

    Hi @gushi, I've done something like this to hide posts in a blog listing page in my Open Course Hub Bootstrap theme using a bit of custom Twig and a page frontmatter variable called hide_from_post_lis

  • Hide Blog Header Image · 8 years ago

    Ok, I guess the most simple way would be to remove the hero_image: item in a posts front matter. If you are using the Admin Panel, you would just remove any file reference there and then save that pag

  • The best way to provide site-wide data? · 8 years ago

    Hi @punchfighter, I use the site.yaml file to this in my Open Course Hub theme, perhaps that might be an option for you too? Many example in that repo, but here is one for reference: https://github.co

  • Hide Blog Header Image · 8 years ago

    Hi @Jeff, what theme are you using? Are you referring to the header image shown on specific blog posts?