Data Files
In this episode of Building Web Sites With Middleman we are going to look at how this static site generator handles data files.
You can think of data files in static site generators similar to databases. They are files that are going to hold some sort of structured data that you can display on your site. In this episode first we are going to do a basic example of data files, and after that we are going to make more complex example to make a list of movies.