static-site-generator
Here are 2,338 public repositories matching this topic...
-
Updated
May 1, 2021 - Go
The fix described in issue #20179 introduces a regression, especially from an accessibility perspective. When declaring an empty alt-attribute for an image using the keyword GATSBY_EMPTY_ALT
in markdown (
and having set showCaptions: true
in the plugin-options in gatsby-config.js
, the plugin produces unwanted HTML:
<figure class="gatsby-resp-i
-
Updated
Apr 26, 2021 - Ruby
-
Updated
May 1, 2021 - JavaScript
-
Updated
Apr 29, 2021 - SCSS
- I confirm that this is an issue rather than a
Is your feature request related to a problem? Please describe.
I have a thumbnail field that can be an image, webm, or mp4 file. Therefore, it is necessary for me to use the file widget with the name and label "thumbnail". The grid view in Netlify CMS uses field inferences to display a preview image for each item in a collection. However, the field inferences code only looks for values fro
-
Updated
Apr 30, 2021 - Python
While working on my i18n_subsites plugin, I came up with an idea how to simplify some code that is often used in Pelican: doing stuff with a temporarily different locale.
This could be neatly solved by a context manager:
from contextlib import contextmanager
import locale
@contextmanager
def temporary_locale(temp_locale=None):
'''Enable code to run in a context with a temporary lo
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 30, 2021 - JavaScript
-
Updated
Apr 26, 2021 - TypeScript
-
Updated
Feb 19, 2021 - JavaScript
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
Mar 9, 2021 - CSS
It doesn't work on Windows due to :
in it and Zola tries to be cross-platform so it should only allows YYYY-MM-DD in the filename. If you want the time, you can set it in the front-matter.
-
Updated
Apr 19, 2021 - JavaScript
Publications in Wowchemy currently use Article JSON-LD rather than the more specific ScholarlyArticle structured data as ScholarlyArticle is not eligible for rich Google search results whereas Article is.
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting
https://developers.google.com/search/docs/data-types/article
However, use
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Jun 16, 2019 - CSS
-
Updated
Jul 22, 2020 - CoffeeScript
-
Updated
Mar 27, 2021 - Python
-
Updated
Apr 30, 2021 - HTML
-
Updated
Apr 29, 2021 - HTML
-
Updated
Apr 27, 2021 - Swift
-
Updated
Nov 29, 2020 - CoffeeScript
-
Updated
Apr 28, 2021 - JavaScript
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."
What version of Next.js are you using?
10.1.3, 10.1.4-canary.16
What version of Node.js are you using?
14.15.3
What browser are you using?
Firefox 89.0b3
What operating system are you using?
Ubuntu 18.04.5 LTS
How are you deploying your application?
next export
Describe the Bug
If a page returns
{ notFound: true }
fromgetStaticProps
, th