static-site-generator
Here are 2,881 public repositories matching this topic...
-
Updated
Apr 27, 2022 - Go
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
-
Updated
Apr 27, 2022 - Ruby
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Apr 23, 2022 - SCSS
- I confirm that this is an issue rather than a
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'get')
Screenshots
ht
-
Updated
Apr 20, 2022 - Python
-
Updated
Apr 20, 2022 - JavaScript
Python 3.9+ includes zoneinfo
, which would presumably allow us to replace the pytz
third-party dependency with time-zone machinery included in Python's standard library.
Since we need to support Python 3.7 and 3.8 for a while, we could use the corresponding back-ported package for users on old
As stated here - but wrongly closed - prerendering fails when using Axios
Problem is that some libraries like AWS AmplifyJS use Axios under the hood.
@adamdbradley Any idea how to solve this serious issue?
There are 3 "examples" for dynamic (client side) routing, 2 in the docs (guides) and one is a template.
The 2 guides in the docs are technically working, but they do not use addPrefetchExcludes
.
- dynamic-routes-reach-router.md
- [docs/guides/dynamic-rou
-
Updated
Apr 9, 2022 - Less
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
Apr 9, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
May be breaking changes and improved setup - see https://fusejs.io/ along with its release notes since v3.2
May affect files including assets.toml
and wowchemy-search
.
Thanks to @rodrigoalcarazdelaosa for tracking the (optional) dependencies at wowchemy/wowchemy-hugo-themes#1860
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Feb 20, 2022 - CSS
-
Updated
Apr 25, 2022 - HTML
-
Updated
Apr 24, 2022 - Swift
-
Updated
Apr 26, 2022 - HTML
-
Updated
Apr 27, 2022 - Python
-
Updated
Jul 15, 2021 - CoffeeScript
Things like Optional Chaining should be transpiled for e.g. node 12 compatibility: https://esbuild.github.io/content-types/#javascript. We should choose es2016
for all packages.
Improve this page
Add a description, image, and links to the static-site-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-site-generator topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to request
Currently uses AmplifyAuthenticator which is legacy. Also using an older verison of
@aws-amplify/ui-react
&aws-amplify
Describe the solution you'd like
Should be using the new Authenticator componet
Describe alternatives you've considered
Keep using the old one until is deprecated