jamstack
Here are 6,173 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Multilingual sites tend to have a language code inside their path, such as https://example.org/en/about/. This is also the default behaviour for Hugo sites.
Describe the solution you'd like
Make available a {{lang}} template tag for the preview_path template.
-
Updated
Jan 27, 2021 - Go
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
-
Updated
Jan 5, 2021 - CSS
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
If a user runs yarn rw upgrade ... from a directory other than project root, there are cases where the root package.json is not handled correctly by yarn ('cause yarn is a mess when it comes to this command).
We need to ensure Execa has cwd set whenever it is called:
https://github.com/redwoodjs/redwood/blob/main/packages/cli/src/commands/upgrade.js
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Dec 19, 2020 - Go
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Jan 23, 2021 - C#
-
Updated
Nov 5, 2020 - Go
-
Updated
Jan 24, 2021 - Vue
-
Updated
Jan 26, 2021
-
Updated
Jan 27, 2021 - PHP
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jan 20, 2021 - SCSS
-
Updated
Jan 20, 2020 - CSS
Improve this page
Add a description, image, and links to the jamstack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jamstack topic, visit your repo's landing page and select "manage topics."
Issue Summary
When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.
To Reproduce
We have a check like
error.errno === 'EADDRINUSE', which evals to `fa