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,232 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
Jun 22, 2020 - Python
Bug report
-
Updated
Jun 6, 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.
Description
Version of Novela you are using
0.13.3
Numb
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 21, 2020 - TypeScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
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
Jun 22, 2020
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
May 8, 2020 - JavaScript
-
Updated
Mar 25, 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
Jun 10, 2020 - JavaScript
-
Updated
Nov 2, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 18, 2020 - TypeScript
Description
When adding url links in Ghost CMS, you are forced to enter them as absolute paths, e.g. https://ghost-cms.com/welcome/ to link to the welcome post. These links don't work anymore in the gatsby site, as they should be served from the siteUrl, e.g. https://gatsby-ghost.com/welcome/.
You can see the issue also in the demo. Goto the bottom of the demo [welcome page](https://gatsb
-
Updated
Jun 16, 2020 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release almost 3 years ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org
Summary
Our docs relating to GraphQL sometimes have CodeSandbox samples where viewers can edit their query. However, these pages are represented in the markdown as raw iframes and are quite ugly: