DatoCMS extension for Middleman

Coverage Status Build Status Gem Version

Middleman Dato is a Middleman extension to use the Middleman static site generator together with the API-driven DatoCMS, a fully customizable administrative backend for your static websites.

This gem works for Middleman v4.

Documentation

To learn more about DatoCMS and how you can use it with your Middleman website, head over to our complete documentation.

Submitting a Pull Request

  1. Fork it.
  2. Create a branch (git checkout -b some_bufix)
  3. Commit your changes (git commit -am "Fix typos")
  4. Push to the branch (git push origin some_bugfix)
  5. Open a Pull Request
  6. Enjoy a refreshing Diet Coke and wait

Testing

To run the tests:

$ rake

If nothing complains, congratulations!