Badges
Creator of Grav CMS + other things...
Recent posts
-
How to query pages with no taxonomy
· 9 years ago
That's not really possible currently. It's something we hope to improve in future versions of Grav as it really needs an advanced query language to be able to perform queries of this sort.
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 9 years ago
@stewag: /?searchfield=bla shouldn't it be: /search?query=bla
-
Grav Deploy Best Practice
· 9 years ago
Actually no the .dependencies file is actually a hold over from early development of Grav, it runs through there and actually clones things directly from github. It doesn't even use GPM, but it after
-
Login issue on admin panel
· 9 years ago
Shouldn't be cache related as the cache is disabled in the admin. It's more likely related to sessions. Please create an issue on admin issue tracker if it happens again, https://github.com/getgrav/
-
Grav Deploy Best Practice
· 9 years ago
My usually approach is to commit the user directory but have a .gitignore for anything that is a 3rd party extension (plugins and themes). If i have a custom theme or a custom plugin, i'll commit tha
-
Trouble with LinkedIn and Wayback Machine page indexing
· 9 years ago
Please create an issue here: https://github.com/getgrav/grav/issues so i can take a look at this when i get a chance. thanks.
-
Markdown and Twig for Layout
· 9 years ago
One of the great things about markdown is it doesn't provide all the HTML tags that are potentially dangerous in the hands of users. It just provides enough to create content, and the layout can be c
-
Store and read data in grav
· 9 years ago
Check out flex-directory plugin: https://github.com/trilbymedia/grav-plugin-flex-directory
-
Contact Form error mailbox given [] does not comply with RFC 2822, 3.6.2
· 9 years ago
What does the whole page frontmatter look like?
-
IntelliJ Plugin for Grav
· 9 years ago
Nice work @picobeat!