Package Exports
- docpad-plugin-minicms
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (docpad-plugin-minicms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
miniCMS
Add admin features to Docpad
An admin panel for Docpad?
I know there has been a lot of talk about defining a roadmap to build a docpad GUI, but I needed an admin panel with basic CMS features right now, so I just made one. It is far from being perfect but it works.
Key features
- Configure everything on your docpad.coffee file: admin path, password, lists, filters, forms…
- List and Manage your content with a very easy user interface
- Create forms to edit your content with built-in components: datepicker, wysiwyg, markdown, image upload, tags with autocomplete…
How to use
Run docpad install minicms
Then, you should definitely take a look at the docpad.coffee file of the blog example project in order to know how to configure the plugin.
Demo
To run the demo, download the zip file including a blog example project.
Go to the examples/blog/
directory and run:
npm install
./app run
Then you can try the admin panel by going on http://localhost:9778/cms/ (access: admin/password) and see what it becomes on clicking the "Site" item of the navbar.
Articles listing in admin panel
Editing an article
Blog example resulting main page
Thanks to...
All these projects that were very helpful: