To create an albums collection, add the following to your config.yml file:
collections:
- albums
Create a corresponding folder at the root of your Jekyll install, named exactly what you put in your config.yml file with an additional prepended underscore; in our example, <source>/_albums....