scttcper / gatsby-casper

A Casper blog starter for Gatsby

Home Page:https://gatsby-casper.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not pulling my content (from local install) - just seeing the starter content

acollien opened this issue · comments

I moved from the ghost official gatsby stater repo (all worked fine with netlify and my custom domain etc.)

With is one, I can't seem to get it to display my content. I updated the siteMetadata section with my url. Netlify is setup correctly - webhook rebuilds are successful without errors.

With the ghost gatsby starter, I had to add my content api in the package.json file, but I can't see/find an equivalent in this repo? is this my issue? Or what/where do I need to edit to pull content from my db instead of using the repo default content?

This starter does not integrate with ghost currently.

Well, that explains my issues. Hope it's on the road map?

commented

@scttcper if I managed to implement Ghost integration, would you be open to merging it in?

The point of this repo is that you don't need ghost and I think once you have ghost, you'll notice other shortcomings of the starter. However, it does seem super useful... Ghost is an excellent product. Is there any way to use ghost with a flag or something? @badrihippo

commented

After playing round a bit, I realised adding Ghost is not as straightforward as I thought. It might be possible to use it with a flag if we adjust some of the data structure to match. I'm still figuring it out (first time I'm using Gatsby!), but I'll let you know if I come up with something