Skip to content
#

gatsby

gatsby logo

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...

docz
alexfinnarn
alexfinnarn commented Jun 24, 2019

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:

  1. Create a repo with a readme during the script
  2. See the er
gatsby-theme-novela
jcayzac
jcayzac commented Mar 14, 2020

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

donaldtone
donaldtone commented Mar 3, 2019

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:

/
gatsby-starter-ghost
styxlab
styxlab commented Feb 25, 2020

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

Created by Kyle Mathews & Sam Bhagwat

Released 2015

Latest release almost 3 years ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react
You can’t perform that action at this time.