pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
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
-
Multiple collection pages and popular tags
· 8 years ago
If you don't mind changing the code of the plugin, you might try the following. As said, when 'children_only: true' is set, the method 'getChildPagesTags()' is called, which only looks at children of
-
Application Insights
· 8 years ago
I have only small sites of max 10 pages and max 10 regular visitors a day and therefor, the free accounts are tempting. However I never actually tried any PaaS hosting because the pricing 'calculators
-
How to include a twig variable in a twig variable ? (on a config yaml file)
· 8 years ago
I found the following in the Twig docs: {{ include(template_from_string("Hello {{ name }}")) }} It seems this is what you are after, but I couldn't get it to work... Prerequisite: The template_from_
-
How to have rss per tag?
· 8 years ago
Hi @jodumont Had a look at the feed plugin for you... TL;DR: Solution is at the bottom. Rationale: NB. I used the Quark based 'Blog Site' skeleton. It seems the issue is not in the feed plugin itself.
-
How to reference hero image in the images file
· 8 years ago
Hi @normawhite, long time no see... Hate so say, but it seems to be working in my environment... In 'One-Page Skeleton' which uses Quark, I did the following: Using $ bin/plugin devtools newtheme I c