static-site-generator
Here are 2,938 public repositories matching this topic...
-
Updated
Jun 8, 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
If
-
Updated
Jun 2, 2022 - Ruby
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 1, 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
Jun 5, 2022 - Python
Would it be possible to let folks pass their own slugify
function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
May 18, 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?
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 1, 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
Jun 4, 2022 - JavaScript
-
Updated
Jun 2, 2022 - JavaScript
Enable the CMS menu to be configured without overriding the CMS data file.
-
Updated
Jun 6, 2022 - JavaScript
-
Updated
Jun 6, 2022 - HTML
-
Updated
Feb 20, 2022 - CSS
-
Updated
Jun 5, 2022 - Swift
-
Updated
Jun 7, 2022 - HTML
-
Updated
May 16, 2022 - Python
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.
-
Updated
Jul 15, 2021 - CoffeeScript
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."
Verify canary release
Provide environment information
What browser are you using? (if relevant)
How are you deploying your application? (if relevant)
Describe the Bug
Linting throws a warning of
@next/next/no-img-element
when an<img>
tag is inside a<picture>
tag.<Image>