gatsby
Gatsby is a free and open source framework based on React that helps developers build blazing-fast websites and apps.
It helps towards website development working with headless CMS's for modern tooling.
Here are 11,013 public repositories matching this topic...
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Mar 8, 2021 - JavaScript
Currently, few icons are not visible in dark theme. Make them visible by using theme neutral icons. May be we can make use of https://shields.io/ to generate our own kind of badges. For eg: Javascript.
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior:
- Create a repo with a readme during the script
- See the er
In the graphql_map_input_fields_to_wp_query filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_* filters. For example in graphql_map_input_fields_to_get_terms the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_* filters). For consistency sake, i
-
Updated
Mar 26, 2021 - JavaScript
Characters like č ć ž š đ use a fallback font instead of the original one. I believe this issue was not present in the v1. Fonts such as Lato or Montserrat definitely support accented characters, so I think this is a bug.
-
Updated
Mar 11, 2021 - TypeScript
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Feb 19, 2021 - Python
Is your feature request related to a problem? Please describe.
Hi, I want to use hero image which can be fetched by URL e.g. https://.../image.png like this:
---
title: Using Article Hero Image by URL
author: Tanaka Tarou
date: 2020-05-14
hero: https://.../image.png
excerpt: How can I do it?
---But it end up with,
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 24, 2021 - TypeScript
-
Updated
Mar 18, 2021 - JavaScript
-
Updated
Mar 28, 2021 - TypeScript
-
Updated
Mar 1, 2021 - TypeScript
-
Updated
Mar 20, 2021 - JavaScript
-
Updated
Mar 23, 2021
-
Updated
Mar 22, 2021 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release 12 days ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org
Summary
I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the
gatsby/examples/using-remark/dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.