Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any GUI/WYSIWYG CMS editor based on Jekyll?

Tags:

I find Jekyll to be very easy and useful to maintain static html sites and blogs, especially along with GitHub pages. Wanted to know if there are any Static site generators or CMS which helps in maintaining Jekyll sites with live preview, inline editing, layout management, file management etc.

like image 794
rmchndrng Avatar asked Nov 03 '15 14:11

rmchndrng


1 Answers

There's an emerging market of "headless CMS" services that let you (or other writers) edit content through a web interface, and then access this content via an API. Most have webhooks that could be used to trigger regeneration of the static site when the content stored in the CMS is changed. Libraries for jekyll integrations already exist for these platforms.

List of headless CMSes:

  • Prismic (jekyll library)
  • Contentful (jekyll library)
  • Osmek
  • Storyblok (jekyll integration)
  • others
like image 56
Patrick Steadman Avatar answered Sep 28 '22 10:09

Patrick Steadman