Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
What is best way to handle multiple *sub* sites?
· 11 years ago
found the answer! Grav can handle only one single theme for site. So, i will have to create another full installation (basic a directory copy) and work on that, i will try now :-)
-
What is best way to handle multiple *sub* sites?
· 11 years ago
i'm still stuck on this. i've tried everything to use multiple theme, but nothing, i'm unable to make it work. For example, i have in the same structure learn template and antimatter template and i'm
-
What is best way to handle multiple *sub* sites?
· 11 years ago
i have got this website structure: Homepage (template 1) How it works (template 1) API (template 2) Documentation (template 3) Forum (template 4) so i need different system.yaml and site.yaml for ma
-
Image actions applied to theme images?
· 11 years ago
I understand. No worries. We'll probably end up running them through that specific page so we can apply actions (as suggested). Thanks so much!
-
Image actions applied to theme images?
· 11 years ago
The reason for this is because these images associated with pages are sort of pre-processed during the page processing, and wrapped up in a Grav object that can do many things. When you reference an
-
Image actions applied to theme images?
· 11 years ago
Thanks for the info. Bummer on not being able to apply actions to theme images.
-
Image actions applied to theme images?
· 11 years ago
An image usually needs to be associated with page for it to be treated as page media and therefore, have the media functions work correctly. That said, you can put my_image.png under user/pages/images
-
Image actions applied to theme images?
· 11 years ago
Is it possible to apply image actions (ie: grayscale, resize, crop) to images from the theme directory? Something like this: <img src="{{ url('theme://images', true) }}/my_image.png?grayscale">
-
Can't create a new user
· 11 years ago
Thanks, got it working! But still, strange thing with the script.
-
Can't create a new user
· 11 years ago
You put the password in plaintext, then when you login, it is hashed and updated in the yaml file.