-
WSL dev environment.
```
node -v
v12.16.3
```
```
yarn -v
1.22.4
```
Followed the intructions: clonerd the repo, issued `yarn` and then `yarn develop`.
The build process spits out a lot of…
-
Thanks for the good work on the starter. I am using it and it "just works".
Do you know if it is possible to integrate an email newsletter signup using something like Formspree?
vgoel updated
4 years ago
-
Just learning to use this project, and so far I love it! My site is quite a bit faster and handles load tests better than the original Ghost site did, along with many other improvements. Thanks for th…
-
## Description
After updating `gatsby-plugin-netlify-cms` to `4.1.0` from `3.0.9`, none of the netlify preview templates have styles applied.
What's interesting is if I import `netlify-cms` inst…
-
Hello. I'd like to change the fonts used in this starter. I tried a lot now, but, all I could do was remove the default font, but, couldn't replace it with my custom font.
I removed `` from `src/co…
-
## Description
`Building static HTML failed for path "/404/"
See our docs page for more info on this error: https://gatsby.dev/debug-html
Error: Minified React error #294; visit https://rea…
-
In case a user wants to modify the theme she could do so by overriding files `about.js`, `contact.js`, `contactinfo.js`, etc. in her site or custom demo via pasting them into `custom-demo/src/gatsby-t…
-
I thought the textual content of a theme webpage is defined in `*.mdx` files (`gatsby-theme-teranova/data/content/about.mdx`, `gatsby-theme-teranova/data/content/contact.mdx`, etc.) and is rendered wi…
-
## Description
CSS styles are loading when running 'gatsby develop' however, when deploying to Netlify or Surge, the styles do not load. Here are some of the solutions I tried:
- setting `gatsby…
-
## Description
I deployed my prodution and staging site on Netlify and I got reports from Lighthouse audits that some my resources are being served in HTTP/1.1 protocol which it shouldn't do that.
…