How to make a blog with 11ty and GhostCMS
Nov 10, 2020 · 2 min read · 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...
Join discussion