styxlab / gatsby-theme-try-ghost

A Gatsby theme to build flaring fast blogs from headless Ghost CMS
MIT License
136 stars 56 forks source link

Integrate Handlebar Templating #264

Closed anudit closed 3 years ago

anudit commented 3 years ago

Is it possible to compile Ghost's handlebar templates using Gatsby? This would mean I can directly integrate Ghost's templates like https://github.com/TryGhost/Casper and compile them using this Gatsby theme, pulling the content from a Ghost CMS using contentApiKey.

anudit commented 3 years ago

Ah I guess this isn't really possible. https://forum.ghost.org/t/gatsby-ghost-starter-adding-a-theme/16475/2

styxlab commented 3 years ago

This is neither possible nor desired. This repository gives you a react-frontend that fully replicates the Casper theme, effectively replacing the handlebar templates (which only work as part of the ghost core nodejs server).