Skip to content

Latest commit

 

History

History
 
 

jekyll-strapi-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.