Badges
Creator of Grav CMS + other things...
Recent posts
-
No CLI, is Grav still good for shared hosting?
· 9 years ago
if you can access via SSH, then you probably can use PHP from the command line, it's just a matter of finding the right executable and adding it to your path. Here's an example of how to do it on Cru
-
Markdown in form label to add page link
· 9 years ago
and commited for next release of forms plugin.
-
Is there a way to render a remote/external markdown file?
· 9 years ago
It's possible, but not out-of-the-box. 1) Create a custom twig function to pull a remote URL into a string, then use the |markdown filter on that string. The problem here is that there's no caching,
-
Markdown in form label to add page link
· 9 years ago
I think this is a limiation of the current form plugin. Perhaps you can add an issue here: https://github.com/getgrav/grav-plugin-form/issues
-
My Account Was Deleted
· 9 years ago
No one's account was deleted but we don't use Gitter anymore, we use Slack for chatting: https://chat.getgrav.org/
-
Infinite Scroll Page Collection/Posts
· 9 years ago
The infinite.html.twig from getgrav.org is actually pretty simple: {% set collection = page.collection %} {% set pagination = collection.params.pagination %} {% set blog_url = base_url~'/blog' %} {%
-
Future Grav.CMS
· 9 years ago
Grav development is actually very active. I'm just super busy at the moment and trying to balance time between all my obligations. As @hugoaf mentioned, Grav 1.4beta is in active development and so
-
Theme Inheritance with Quark theme and 1.4.0-beta.3
· 9 years ago
It 'should' work, but this has not been tested yet. I'll make sure I test it before the official release.
-
Use other Framework CSS
· 9 years ago
As long as you have created a new theme from Antimatter (see docs on customizing themes),so you don't overwrite your changes with updates, you should be able to simple copy the new pure CSS files into
-
Strict https site behind SSL Offloader - Grav not always using https urls
· 9 years ago
Could do with some more information about which bits exactly are not https. Also which version of Grav and assocaited plugins?