Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Found a tiny bug
· 12 years ago
And fixed. Was my mistake.
-
Found a tiny bug
· 12 years ago
Done.
-
Found a tiny bug
· 12 years ago
Can you please add an issue here: https://github.com/getgrav/grav/issues And i will investigate. Thanks.
-
Found a tiny bug
· 12 years ago
In site.yaml, when I replaced the word "Grav" with my site name I use an apostrophe. For instance, "Fred's Blog". Grav changes that to "Fred\'s Blog" every time.
-
Media in Twig template
· 12 years ago
This is what I ended up doing... using symbolic links. I also symlinked pages/, config/ and templates/ so I didn't have to drill down to subdirectories as much.
-
Media in Twig template
· 12 years ago
one option is to softlink media files from distant to local directory. have fun!
-
Media in Twig template
· 12 years ago
Not if you want to have access to the media functions, as those are specific to Grav pages.
-
Media in Twig template
· 12 years ago
This seems to require images to be under /user/pages/ -- any way to do this with an arbitrary directory?
-
Media in Twig template
· 12 years ago
You are correct! I'm going to go through the media section and fix it up. It's not been updated in a while and need clearer directions.
-
Media in Twig template
· 12 years ago
Looks like the color value needs to be quoted: .resize(300,394,'0x990000') instead of .resize(300,394,0x990000)