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,981 public repositories matching this topic...
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
Summary
The GitMediaStore#list method currently just throws an error.
- Add a route to
@tinacms/api-gitfor fetching a list of media. - Implement
GitMediaStore#listin@tinacms/git-clientso it hits that endpoint.
Motivation
This is required for the GitMediaStore to work with the upcoming Media Manager GUI
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
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
scikit-learn would be a good addition for Machine Learning.
-
Updated
Sep 5, 2020 - Python
-
Updated
Sep 19, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Hi, I want to use hero image which can be fetched by URL e.g. https://.../image.png like this:
---
title: Using Article Hero Image by URL
author: Tanaka Tarou
date: 2020-05-14
hero: https://.../image.png
excerpt: How can I do it?
---But it end up with,
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 26, 2020
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release about 3 years ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org
Summary
PostCSS 8 was released. It added a new plugin API. Right now Gatsby does not support PostCSS 8 plugins.
Updating
postcss-loaderand addingpostcssto dependencies forgatsby-plugin-postcsswill fix the problem.PostCSS 8 changelog does not have breaking changes related to Gatsby only removing Node.js 6 and 8 support