middleman-csv

Middleman extension for generating CSV from blog posts.

Source

You can find the sourcecode for this gem on Github: https://github.com/yurikoval/middleman-csv

The following fields are exported:

  • title
  • summary
  • slug
  • locale
  • body
  • published_on

Installation

Add gem to your Gemfile

gem "middleman-csv"

Activate it in your config.rb:

activate :csv

After your website is built, you can access all your posts in CSV format at: /posts.csv

License

Licensed under MIT