-
Would it be possible to edit the tag filters on the home page so that you could select as many tags as you want? Therefore if I selected a few tags, it would filter the results to only show anything t…
-
## Description
All code blocks in blog posts are not being rendered in the `content:encoded` section of the item in the `/rss.xml` feed. This same issue can be seen on the themes demo site too. If …
-
It turned out that the theme does not support shadowing. In consequence this means this repo has to be used as a starter, not like a theme. This lists summarizes what works w.r.t. shadowing and what d…
-
## Summary
Prism is working for most of my code blocks. I picked up that python and nginx are not being highlighted. So far, those are the only two languages that I have picked up. I thought it could…
-
## Summary
Adding a flag called `disableHomepage` which disables the homepage component.
### Basic example
`disableHomepage` of type `boolean`, defaults to `false`
### Motivation
I …
chmac updated
4 years ago
-
## Description
When I do the following steps an error occur during the building of the bundle.
### Steps to reproduce
1. `gatsby new reproducing-bug https://github.com/gatsbyjs/gatsby-st…
-
I am wondering if I can add gatsby-node.js to gatsby project when I am using a theme.
I checked the document [building-a-theme](https://www.gatsbyjs.org/tutorial/building-a-theme/), I found nothing i…
-
My config...
```js
plugins: [
'gatsby-plugin-sass',
{
source:'gatsby-source-medium-feed',
options:{
userName: '@lee.conlin', // Medium user name
name: 'Me…
-
## Description
I edited the default posts and folde to my needs in the theme, minimal-blog. When I ran `gatsby build`, it gave me this error:
```
failed Building production JavaScript and CS…
-
## Summary
I need to shadow the `project-query.tsx` and `projects-query.tsx` to be able to bring in my own data from the CMS I want to use. However, when I try to shadow these files I get a message…