Inline GUI Plugin for DocPad
Adds the Web Write Inline GUI/CMS to your DocPad project
docpad install restapi inlinegui
Output the elements that you want to edit:
<%- @editable(item: @document, attribute: 'title', element: 'h1') %>
<%- @editable(item: @document, attribute: 'content', value: @content) %>
Edit them by accessing /inlinegui/
on your server.
Discover the change history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
- Neil Taylor [email protected] (https://github.com/neilbaylorrulez)
- Benjamin Lupton [email protected] (https://github.com/balupton)
These amazing people have contributed finances to this project:
- Myplanet Digital [email protected] (http://www.myplanetdigital.com)
Become a sponsor!
These amazing people have contributed code to this project:
- Benjamin Lupton [email protected] — view contributions
- Neil Taylor [email protected] — view contributions
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd [email protected] (http://bevry.me)
and licensed under:
- The incredibly permissive MIT License