Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aaron Dalton Regular
@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation
Badges
Recent posts
-
Set Date format for blog posts to standard American mm/dd/yyyy
· 8 years ago
"Pages" section of system.yaml: https://learn.getgrav.org/basics/grav-configuration#pages
-
Best way to add services in ePrivacy Plugin
· 8 years ago
If you store them as template/partials, then they can simply customize by moving them from the plugin folder to their theme and customizing. Then you can update the plugin, but the customized file wil
-
Best way to add services in ePrivacy Plugin
· 8 years ago
Sure there is. A literal scalar, marked by a pipe. My theme uses this to include HTML snippets. Here's the spec: http://yaml.org/spec/1.2/spec.html#id2795688. And to be clear, I was thinking the site-
-
Best way to add services in ePrivacy Plugin
· 8 years ago
I'd want to avoid user/data if I could. Can't you just use the plugin config file? If I'm not mistaken, Grav merges the site-specific config file with the default file. So the default file could have
-
Get current full link or anchor link with twig
· 8 years ago
The URL fragment is never sent to the server, so Grav can't know it. You need client-side JS to access it. This is by design.
-
Randomize Page Slug
· 8 years ago
To my knowledge there's no native way. You'd need a plugin. See the slug() function in the Grav Lifecycle. I don't for sure it's possible, but it seems reasonable. Security through obscurity, though,
-
Struggling with simple redirect in user/config/site.yaml
· 8 years ago
Is Grav running at the root of your site? Or is it only handling files under /blog? Unless it's processing your entire site, then your redirects won't do anything. I don't use redirects myself, so I c
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 8 years ago
I had this same thing happen to me using the Twentyfifteen theme. As soon as I created a fresh theme, it worked fine.
-
Is grav the right solution for a heaily tag-reliant website?
· 8 years ago
You are right that Grav gives you direct and transparent control of the theme. But you do have to be willing to get your hands a little dirty. And don't forget to inherit the theme before customizing.
-
Is grav the right solution for a heaily tag-reliant website?
· 8 years ago
I can tell you that Grav will not be your primary bottleneck. Are you running into performance issues in testing? The amount of content you're describing is tiny. Flat-file will be faster almost by de