Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.