Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 439 Bytes

File metadata and controls

9 lines (5 loc) · 439 Bytes

Jekyll Strapi Tutorial

Introduction

This example is the result of the tutorial "Building a static blog using Jekyll and Strapi".

Setup

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.