How to make a blog with 11ty and GhostCMS
This is a pretty easy task considering we are not using the file system, but using JSON from an external source.
Install the packages that we need
npm install @tryghost/content-api @11ty/eleventy --save
That's it.
Getting the data from Ghost
In _da...
blog.aboutdavid.me2 min read