|
|
|
|
|
by r3bl
2813 days ago
|
|
Jekyll has most of what you're looking for as a plug in: jekyll-admin[0]. It doesn't handle authentication, so you'll need to put /admin under authentication on the web server level, but it allows you to edit and write pages, save them to drafts, view them as drafts, publish them, modify their metadata... The only downside is image hosting, where the friction is still a bit too high. [0] https://jekyll.github.io/jekyll-admin/ |
|