It is now possible to include image carousels in posts!
To accomplish this you have to add images to the front matter like this:

images:
  - image_path: images/nemo.jpg
    caption: Add caption here...
  - image_path: images/wally.jpg
    caption: Green mountains
  - image_path: images/web.jpg
    caption: Abstract weblike thingy

Then just put this where you want the carousel:
{% include carousel.html %}

As you can see, it works best when all images have the same dimensions

Images from DyosEL on flickr.

License: CC Attribution 2.0