This example is the result of the tutorial "Building a static blog using Jekyll and Strapi".
To see it live, clone the repository, run cd api && npm install && npm start
to start the Strapi server and, in an other tab, run cd blog && bundle install && bundle exec jekyll serve
to start the Jekyll server.