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 14,190 public repositories matching this topic...

ManiMuridi
ManiMuridi commented Nov 28, 2021

Preliminary Checks

Description

I j

type: bug good first issue status: confirmed topic: cli
github-profile-readme-generator
jasonbahl
jasonbahl commented Mar 17, 2022

When querying for content or excerpt on content nodes (posts, pages, etc) the content and excerpt fields can be queried for with a format: RAW argument.

The RAW content will only be returned to authenticated users.

The description of the RAW enum should explain this.

Currently the descriptions are as follows:

![CleanShot 2022-03-17 at 12 38 13](https://user-images.githubuser

Enhancement Good First Issue effort: low
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
bug help wanted good first issue
ethereum-org-website
pettinarip
pettinarip commented Mar 28, 2022

Description

Things to improve in the Breadcrumbs component:

  • Use nav as the wrapper element
  • Add aria attrs (aria-label on the nav element)
  • Items should not be h4 should be just a
  • [Bug] sometimes the last element is empty, leaving an empty a with no text. That shouldn’t happen.

Additional context

Check as a reference https://www.w3.org/TR/wai-aria-practic

feature good first issue a11y

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

  • Updated Mar 6, 2022
  • JavaScript
aushwin
aushwin commented Jan 28, 2022

Summary

It would be better If promise based examples are also provided

Basic example

fs.readFile('/Users/joe/test.txt', 'utf8' , (err, data) => {
  if (err) {
    console.error(err)
    return
  }
  console.log(data)
})
import {readFile} from 'fs/promises'


try {
    const data = await readFile('/Users/joe/test.txt', 'utf8')
    console.log(data)
help wanted good first issue docs

Created by Kyle Mathews & Sam Bhagwat

Released 2015

Latest release 9 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react