Jamstack
Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.
Here are 7,362 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
Feb 11, 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 28, 2021 - CSS
A good example is redwood/types/routes.d.ts
import type NotFoundPageType from 'c:\work\learning\redwood\redwoodblog\web\src\pages\NotFoundPage\NotFoundPage'
This results in VS Code confusion (it could probably be fixed via VS Code settings, but fixing the incorrect file generator would be more appropriate)
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
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Dec 19, 2020 - Go
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Feb 4, 2021 - C#
-
Updated
Nov 5, 2020 - Go
-
Updated
Jan 24, 2021 - Vue
-
Updated
Feb 10, 2021
-
Updated
Feb 11, 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
- Organization
- jamstack
- Website
- jamstack.org
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