Closed sekoyo closed 4 years ago
Will close as I got it working by cloning a Codesandbox example
This error was caused by not having a siteName
which is not in your gatsby-config.js
snippet in the README.md but it's required and the site crashes without it. Adding siteName
in siteMetadata
seemed to get passed the issue but it was still crashing but with a more cryptic error 🤦♂️
P.S. This also throws the same errors if the index file is index.mdx
instead of index.md
Hi thanks a lot for this theme. However I'm struggling to get it to run. With the latest gatsby CLI I run
gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-hello-world
Then I add this theme and use the default config from this README. Firstly it crashes due to a read failure unless I add some metadata to the config:
The next crash is due to this query in
template.js
:And there are indeed no
childMarkdownRemark
orchildMdx
fields infile
:Any ideas where I'm going wrong? Thanks