mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 09:27:57 -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.
5 lines
53 B
YAML
5 lines
53 B
YAML
- name: sugar
|
|
price: 5.3
|
|
- name: salt
|
|
price: 2.5
|