mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 01:18:13 -05:00
The jekyll engine will autoload all yaml files(ends with .yml or .yaml) under _data. If there's a file members.yml under the directory, then user can access contents of the file through site.members.
8 lines
111 B
YAML
8 lines
111 B
YAML
- name: Jack
|
|
age: 27
|
|
blog: http://example.com/jack
|
|
|
|
- name: John
|
|
age: 32
|
|
blog: http://example.com/john
|