jekyll-admin
jekyll-admin copied to clipboard
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
This is a work in progress, so that we can discuss it Closes #471 Working * set baseurl to `/example` in _config => api and UI served from `/example/admin` and...
This PR allows for default content to be set when creating a new document. This information get set in the config file and is defined based upon collection name. i.e....
Hello guys, Yet another PR to augment API -- support editing template files via the admin interface. (Had to redefine / delegate many existing methods to reach this state. Would...
- Support for `baseurl` in `production` mode. - ***Copies entire front end bundle for admin interface to `/admin/`*** - API is still mounted at `/_api/`
In certain situations, for instance, when you want to use the Google Chrome plugin from Grammarly.com, the use of editors based on `contenteditable` is not supported. Therefore, I'd like Jekyll...
### Description: Performing the undo action, such as with keyboard shortcut `Ctrl+Z` will clear the editor text field if no other actions are on the undo stack. I have had...
I thought it would be neat if jekyll-admin supported [Micropub](https://indieweb.org/Micropub), a W3C Recommendation that lets authors post to their websites with a variety of clients in a standardized way. I...
### Description: When I write anything with the interface, it's written with root:root ownership on the server, which overrides what it actually should be. ### Tell us a bit about...
Hi, I would like to know if you can add the ability to customize the AceEditor component in `src/components/Editor.js` e.g. (on JekyllAdmin-0.1.1, Windows-7) This is the default view:  And...
If not – it would be great to have the option of setting an image as the default type for collection item – currently it seems a it's only possible...