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

  • Hiding a page · 9 years ago

    Hi, We have a site which we brand using site variables in different site.yaml files. However, certain brands should not publish certain pages. I have tried to set the published flag in the page front

  • Add settings for a theme · 9 years ago

    Hi, it's working. Adding a colorpicker :-) Thema Bootstrap 4 base WEBKUST

  • Add settings for a theme · 9 years ago

    Hi flaviocopes, Oh okay. Ik try it. Tonight.

  • Add settings for a theme · 9 years ago

    It's the blueprints.yaml file that holds the theme/plugin configuration. See for example Antimatter: https://github.com/getgrav/grav-theme-antimatter/blob/develop/blueprints.yaml and the blueprints gu

  • Add settings for a theme · 9 years ago

    Is it possible add a (global) settings form (blueprint) for a specific theme? I mean, when i change the background color for the whole theme instead in pages. What is the most practice way to do this?

  • Center a picture with Grav · 9 years ago

    Awesome, thank you @flavioscopes! That did the trick :-)

  • Center a picture with Grav · 9 years ago

    pages.markdown_extra has been deprecated, set pages.markdown.extra instead.

  • Center a picture with Grav · 9 years ago

    Hmm, perhaps you could double-check my (wrong)doings? In user/config/system.yaml: pages: theme: antimatter markdown_extra: true process: markdown: true twig: false In user/themes/antimatter/css/custom

  • Center a picture with Grav · 9 years ago

    The first reply is for sure working. Just remember to enable markdown extra in your grav system config. The markdown you want a css class followed by eg. { .text-center .text-blue } # Article title {

  • Center a picture with Grav · 9 years ago

    After upgrading to 1.2.4 none of the methods suggested here is working for me. The container method worked on 1.0.x. Would greatly appreciate a solution/explanation if someone has cracked this problem