Trouble with Gatsy theme/starter #33324
Unanswered
plastikfan
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm having trouble with gatsby starters vs themes! I found a starter I would like to use (gatsby-gitbook-starter). I want to create documentation for multiple projects. However I want to create a common set of customisations to this starter and have them inherited to my child sites, this is clearly so I only have to define and maintain common customisations in 1 place.
So, these are the salient points:
What I tried so far (and failed)
This approach didnt work, because the starting point of the child-site was the default-start not gatsby-gitbook-starter as I intended.
I then tried to create child-site using gatsby-gitbook-starter as a starter, this failed with problems with the graphQL query.
After thinking about this a bit more, I thought perhaps I should do this:
I'm sure that I'm not the first person that wants to do this kind of thing, ie create a common base from an existing starter, but I don't know how to go about this.
Resources I have already read are:
None of them quite seem to hit the nail on the head.
Can anyone assist? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions