The Wayback Machine - https://web.archive.org/web/20200525084207/https://github.com/topics/gatsby
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,015 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
mjsarfatti
mjsarfatti commented Jan 29, 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.
    _I can but I don't have the time right now, I don't know when I'll be able
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
toddbirchard
toddbirchard commented Sep 22, 2019

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

  1. Source content from a source in .ghost.json.
  2. Set a site URL in sitConfig.js.
  3. Run gatsby build && gatsby serve
  4. Inspect t

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.