Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Adding a Theme to ul Output
· 10 years ago
I'm using Google's MDL framework in my website's theme. There ul and li objects require css classes to be applied to display properly. At this point I haven't found a way to override the markdown rend
-
Grav Update 1.1.10 in Admin: undefined-index?
· 10 years ago
My fault, gpm-releases was set to testing. changed to stable, update worked.
-
Grav Update 1.1.10 in Admin: undefined-index?
· 10 years ago
I think this was a GPM issue as that was updating it's index while we were adding packages. It has sorted itself out now. try: bin/gpm -f selfupgrade Or just clear all your cache and try again.
-
Grav Update 1.1.10 in Admin: undefined-index?
· 10 years ago
Tried to update to Grav 1.1.10 in Admin: Grav-update ???
-
How can I 'include' a static outside of the templates directory?
· 10 years ago
Twig's include directive is for processing other template files. Do you actually want to process your SVG file with Twig? If so, store it with the rest of the templates. Why store them separately from
-
How can I 'include' a static outside of the templates directory?
· 10 years ago
Hi all, thanks in advance for any help! I'm looking to include some svgs using Twig include {% include '../statics/svg/whatever.svg.twig %} but it appears that you can't navigate back directories in
-
Social publishing
· 10 years ago
Not natively. It could be done with plugin. Better is to have IFTTT or other service monitor your RSS feed and publish new posts. I personally gave up on automated posting because of the problem of ei
-
Social publishing
· 10 years ago
Can grav publish art posts accross addobe portfolio, twitter, instagram, tumblr and pinterest? I'd like to increase the reach of each post by publishing in multiple places.
-
Where to override plugin blueprints?
· 10 years ago
To override plugins/admin/blueprints/admin/pages/new.yaml make a file user/blueprints/admin/pages/new.yaml
-
Where to override plugin blueprints?
· 10 years ago
I'm also trying to figure this out. I'd like to constrain the options for new parent pages so that people can't accidentally put pages where they shouldn't go.