Joost Jansky
Joost Jansky
Also added it to the headless CMS section as Blogody can be used both in "no-code" and "headless" mode.
@Mrtenz I no longer actively maintain this repo, because I now do everything with Next.js. However, If you want to submit a PR to fix the issue, you are most...
@Kerumen I no longer actively maintain this repo, because I now do everything with Next.js. However, If you want to submit a PR to fix the issue, you are most...
Generally USB is working with this script (pen drives etc.) However, iphone is not detected in itunes or xcode. This is broken since macOS 10.12.4. Does anyone has a solution?
Is this enhancement still of interest or did you find a better approach in the meantime?
See my [casper-v3 fork](https://github.com/styxlab/gatsby-starter-ghost/tree/casper-v3) for a solution. The trick is to use grapghql queries in [post.js](https://github.com/styxlab/gatsby-starter-ghost/blob/casper-v3/src/templates/post.js) like so: ``` post: ghostPost(slug: { eq: $slug }) { ...GhostPostFields } prev: ghostPost(slug:...
I have no development capacity myself, but if someone wants to write a theme plugin for gatsby-theme-try-ghost, I can act as a sparring partner for making the right design decisions.
I ran into the same issue and was able to solve it by adding a `@@unique` command to the failing schema. Not a solution, but something to experiment with.
Thanks for this thorough analysis and your willingness to look into reducing the bundle size. In the meantime, however, I switched to using the endpoints directly utilizing `js-fetch`. Maybe this...
Note: 1. the action in `root.tsx` is triggered, when you remove the pathless layout route structure 2. the console error message is misleading because actions in pathless routes are not...