-
Hi. And it's me again... 😅
I just setup an image blueprint to allow adding alt tags and captions.
In a REST setup you really would like to have this kind of information directly delivered with th…
-
A while back I created a plugin, `gatsby-plugin-excerpts`, to provide a customiseable way for extracting snippets from content. I don't like the way that many plugins in the Gatsby ecosystem only work…
-
Remark is awesome! My only wish is that it'd automatically convert straight quotes to curly quotes, and two or three dashes to en- and em-dashes.
xaprb updated
4 years ago
-
## Description
The blog was running quite smoothly on my previous WSL 2 distro and after reinstalling the distro and this project on it, when I run the gatsby develop, I get an error that a pa…
-
![image](https://user-images.githubusercontent.com/14566097/76696891-6eb56f80-66cb-11ea-83cb-31a9d42d7363.png)
![image](https://user-images.githubusercontent.com/14566097/76696926-a15f6800-66cb-11ea-…
-
I use
```
"prettier": "2.0.5"
"gatsby": "2.23.3",
"gatsby-image": "2.4.7",
"gatsby-plugin-catch-links": "2.3.5",
"gatsby-plugin-manifest": "2.4.11",
"gatsby-plugin-react-hel…
-
I am trying to use the [Andromeda theme](https://github.com/EliverLara/Andromeda), but I'm getting the following error:
![Screenshot from 2020-06-05 18-24-30](https://user-images.githubusercontent…
-
Hi there,
My site started failing with the following error after I deleted my `yarn.lock` and regenerated it based on all the latest versions:
```
TypeError: Cannot read property 'length' of un…
-
## Description
When running `gatsby build` after having removed `public` from an earlier build, the build fails to due an attempted read of `public` folder contents.
### Steps to reproduce
1.…
-
即便配置Hugo为英文语言。
```toml
languageCode = "en"
defaultContentLanguage = "en"
hasCJKLanguage = false
```
文章中英文引号依然被渲染为中文引号。