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

Joe-Edwards
Joe-Edwards commented Apr 7, 2022

Preliminary Checks

Description

type: bug help wanted good first issue topic: source-plugins
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
minimalsm
minimalsm commented Apr 8, 2022

Is your feature request related to a problem? Please describe.

When the paragraph content on our InfoBanner component wraps, it also causes the ButtonLink text to wrap unnecessarily.

Describe the solution you'd like

When the text wraps onto a second line, the button should not wrap unless it runs out of space.

Screenshots

Example in Dutch

<img width="966" alt="Scree

feature help wanted good first issue

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 11 days ago

Repository
gatsbyjs/gatsby
Website
www.gatsbyjs.org

Related Topics

open-source-framework react