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.
The theme (adapted from Minima) will allow developing and testing API endpoints for editing layouts (and in future includes) via the front end. Having a fixture theme instead of using...
Simplifies the implementation logic. @mertkahyaoglu Was there a reason why you originally chose to go with the current implementation instead of using the `'path'` package?
layout is almost required for every page/post, but still needs to be added manually with JekyllAdmin Instead, layout should be present as a dedicated field for all pages/posts, similar to...
### Description: This is a very interesting plugin but I as a developer would never use locally because I have my own editor. I would rather deploy it somewhere for...
### Description: I have set `baseurl: /wiki` in `_config.yml` and expected to get admin available on `/wiki/admin/`, but it doesn't work. Jekyll-Admin doesn't respect the setted `baseurl`. Especially when serving...
Hello I cannot access /admin url after having launched the "serve" command (error 500) and I get this message : ` Errno::ENOENT - No such file or directory @ rb_sysopen...
(Contains diff from #344 as well) Front-end support to easily **view** templates within theme-gems via the interface. -- @benbalter I'm proposing a set of front-end code to **demonstrate** my intention...
Depends on #329 Scaffold the front-end for Admin Dashboard
Fixes #321 When you provide an array of config files via the `--config` switch, we'll read and write to the first of such files. - [x] add code - [x]...