Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
For not working with external yaml file
· 11 years ago
It works! Thank you very much :)
-
For not working with external yaml file
· 11 years ago
Hey, thanks! I'll try this and write back :) Have a nice weekend!
-
For not working with external yaml file
· 11 years ago
BTW had a typo on that first image example :) email.image should obviously been author.image. Waited too long to fix.
-
For not working with external yaml file
· 11 years ago
Actually you can use the format you originally had also as long as only authors are in the file: kaladan: name: kaladan email: kaladan@mail image: kaladan.png bio: simple bio joeblow: name:
-
For not working with external yaml file
· 11 years ago
First off you want to change your format of authors.yaml to something like this: authors: - name: kaladan email: kaladan@mail image: kaladan.png bio: simple bio - name: Joe Blow
-
For not working with external yaml file
· 11 years ago
I have activated the debug panel and it looks that the yaml file works ok: array:2 [ "kaladan" => array:4 [ "name" => "kaladan" "email" => "kaladan@mail" "image" => "kaladan
-
For not working with external yaml file
· 11 years ago
Need to move to a computer can't write code on an iPad :)
-
For not working with external yaml file
· 11 years ago
That looks right. Oh!!!! Hold on
-
For not working with external yaml file
· 11 years ago
Thanks, this is the content of the yaml in proper format: kaladan: name: kaladan email: kaladan@mail image: kaladan.png bio: simple bio ---
-
For not working with external yaml file
· 11 years ago
Try turning on the debug panel then putting {{ dump(config.authors) }} in the page. Then check the messages panel and expand the results. I have a hunch you just have poorly formatted yaml. You would