You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Michael Currin
MichaelCurrin
Backend Software Engineer in Amsterdam. I love Python, building websites, and playing with graphs and data.
This short guides shows you how to setup a new skeleton Jekyll project, using the Jekyll CLI to generate the files for you.
This guide does not require Jekyll to be installed globally. Rather, it takes you through installing Jekyll in a new project that only has one file in it, then uses that project Jekyll to create all the Jekyll base files in the same directory.
Under Jekyll docs, you can see the Installation page. That provides links to install for each OS. These are covered in some detail here.
See also New under my Jekyll recipes for a few ways to set up a new Jekyll site.
Render content for all Jekyll pages as a single JSON endpoint
Make a REST API with Jekyll
Render content for all your Jekyll pages as a single JSON endpoint
Usecase
You have the content of your site stored as Markdown pages, but you want to load each page as structured data. Such as for building a SPA (with React or Vue) or a mobile app.