Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Kristoffer Garshol Newcomer
@garshol · Joined 7 years ago · 9 posts · 0 topics · 1 reputation
Badges
Recent posts
-
Reg image optimization as per gtmatrix
· 7 years ago
Not really. Empty cache, reload page, and the temps should repopulate themselves.
-
A (probably) dumb question about the Skeletons and HTML5UP
· 7 years ago
No. You can, however, port the theme yourself.
-
PDF text results from a site search
· 7 years ago
You would have edit your preferred search plugin for this functionality to exist. This is documented fairly well here in regards to pdf-js. https://www.codeproject.com/articles/466362/blend-pdf-with-
-
Permission issue - 777 :-(
· 7 years ago
What is your web server running? If apache, then you have www-data user and group. Use the www-data group with 755 on the folder structure.
-
Search plugins on a 'dynamic' Grav site
· 7 years ago
Even Aura fails to do this? https://github.com/matt-j-m/grav-plugin-aura You can probably write your own plugin that does this. Possibly take the yaml files, and writes them out to markdown. When inpu
-
Reg image optimization as per gtmatrix
· 7 years ago
Optimize the created temp images, and replace the ones that Grav created. The filename MUST be the same. Overwrite the temps with the optimized ones. Should work like a charm. Not sure how to disable
-
Search plugins on a 'dynamic' Grav site
· 7 years ago
I would give Simple Search a try. https://github.com/getgrav/grav-plugin-simplesearch
-
Reg image optimization as per gtmatrix
· 7 years ago
Compress your jpgs here: https://compressjpeg.com/ here is my report and page after compressing with compressjpg. https://gtmetrix.com/reports/porttech.no/YdK4WZID
-
Search plugins on a 'dynamic' Grav site
· 7 years ago
Your cache is not filled with rendered pages? If so, search the cache? If not, the search function only searches through files in /user/pages/*/. I suspect the files searched are the yaml meta files,