pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Wordpress migration to Grav
· 8 years ago
Since I migrated a few websites from Wordpress myself a few months ago, this post triggers me to explore some options. I was thinking of creating a Grav plugin with a cli interface using the WP restfu
-
How to rename images for multi-language website and should I use cyrillic?
· 8 years ago
@Krassie I've tried a few things for you, but haven't been able to come up with a good solution with respect to unique filenames. Filenames: A descriptive filename for an image is indeed valuable for
-
Creating dynamic content with JS tools: any recommendations?
· 8 years ago
Have you tried to enclose the parameters in brackets instead of curly braces? According the API docs on Assets: addJs( mixed $asset , int $priority=null , bool $pipeline=true , string $loa
-
Cache-busting and assets
· 8 years ago
@mathmax I may be mistaken, but it seems that server side caching by Grav and client side caching by the browser are a bit mixed-up in the discussion. TL;DR: Enabling Grav's Assets pipelines leads to
-
How to set a new default frontmatter on Admin plugin
· 8 years ago
When you edit a page in 'Expert' mode, there is no blueprint, you just edit the frontmatter manually. You can 'extend' an existing blueprint and add fields to tabs, you can override fields and you can
-
How to set a new default frontmatter on Admin plugin
· 8 years ago
I presume you would like to set some defaults to Page fields in the Admin plugin when adding a new page to your blog? Maybe the docs on Example: Page Blueprints and Advanced Blueprint Features might g
-
Is it possible to assign the creation date to the folder of the sub-page?
· 8 years ago
Sorry, I'm afraid I wasn't clear when I asked about the problem you are trying to solve. Hope this brings a bit more clarity: Is it you always want to see the last created blog item on top of the li
-
Is it possible to assign the creation date to the folder of the sub-page?
· 8 years ago
@dydaevskiy I have tried to move blog pages into a folder structure like `/user/pages/blog/2018/09/mytitle/item.md, but it appears not to be that easy... What problem exactly are you trying to solve?
-
How to include a twig variable in a twig variable ? (on a config yaml file)
· 8 years ago
It depends on your decisive selection criteria of the solution. Only then can be decided which solution fits best. I don't know yours, but I could think of criteria like: ease of implementation ease
-
How to include a twig variable in a twig variable ? (on a config yaml file)
· 8 years ago
@nicolasG Did some more research and managed to get the suggestion I made above working... I'm using the Quark theme for convenience, but an inherited theme should be used for production. These are th