I\'m trying to learn how to use Jekyll along with Bootstrap; while studying them, I decided that I\'d like to have an image carousel on my homepage.
Since I\'m real
Refer to docs you can list files in _post, _data as long there is its name in front matter. For images we need to put them first by _collection
{% for file_hash in site.post %} {% assign file = file_hash[1] %} {{ file.name }} {% endfor %}