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 4,015 public repositories matching this topic...
Bug Report
From the docs section Add favicon and metadata
Comment in code example states for "The doc prop contains some metadata about the page being rendered that you can use."
// The doc prop contains some metadata about the page being rendered that you can use.
const Wrapper = ({ children, doc }) => <React.Fragment>
Speaker notes
Reading readme.md, the point "
Description
The form UI provides no indicator when saving fails.
Steps to reproduce
- Go to a Ga
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
useType makes it super easy to use Microstates' composable runtime type system with React.
Implementation can be found in @microstates/react repo.
Example usage can be found in TodoMVC with Microstates & React Codesandbox
-
Updated
May 20, 2020 - Python
Bug report
-
Updated
May 18, 2020 - JavaScript
Prerequisites
- Have you searched the issue tracker for similar issues (either past or present)?
- Can you reproduce the issue consistently?
- Are you reporting to the correct repository?
- Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
_I can but I don't have the time right now, I don't know when I'll be able
-
Updated
May 3, 2020 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
May 24, 2020 - TypeScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 13, 2020
options.delimiters
Type: String
Default: ---
Open and close delimiters can be passed in as an array of strings.
Example:
// format delims as a string
matter.read('file.md', {delims: '~~~'});
// or an array (open/close)
matter.read('file.md', {delims: ['~~~', '~~~']});
the example is wrong.
it should use delimiters instead of delims.
like that:
Example:
/
No mention of cache
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
Opening this issue to see how others like myself can get involved with helping to further develop this. Happy to also help with anything like contributing documentation as well.
-
Updated
Nov 2, 2018 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 20, 2020 - TypeScript
Issue Summary
RSS feeds generated by generate-feed.js construct post URLs from Ghost admin as opposed to siteConfig.siteUrl. Post URLs should reference URLs of the current theme, as opposed to the apiUrl of Ghost admin.
To Reproduce
- Source content from a source in .ghost.json.
- Set a site URL in sitConfig.js.
- Run
gatsby build && gatsby serve - Inspect t
-
Updated
Mar 14, 2020 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release almost 3 years ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org


Summary
Enable the
heading-incrementrule to our remark-lint config.Followup of #21919
Motivation
Headings should only increase 1 level at a time for accessibility.
Steps