Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.25 KB

⛔️DEPRECATED⛔️

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!