static-site-generator
Here are 2,630 public repositories matching this topic...
-
Updated
Nov 16, 2021 - 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
The
-
Updated
Nov 16, 2021 - Ruby
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Nov 13, 2021 - SCSS
- I confirm that this is an issue rather than a
Is your feature request related to a problem? Please describe.
I am using astro's dynamic routing to build up my urls, and it would be really nice if I could add a hidden locale
field to my collection so that it appears in the frontmatter. As it stands, it seems the only way to determine a file's locale is from the path/filename, unless I'm missing another option.
**Describe the solutio
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 16, 2021 - JavaScript
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
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?
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
Nov 2, 2021 - Less
-
Updated
Jun 18, 2021 - JavaScript
Bug Report
Like #1299 but for highlight_themes_css
Environment
Zola version: 0.14.1
Expected Behavior
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "one-dark", filename = "syntax-theme-dark.css" },
{ theme = "one-light", filename = "syntax-theme-light.css" },
]
Since one of the above themes doesn't ex
-
Updated
Oct 5, 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
Oct 8, 2021 - JavaScript
-
Updated
Jun 16, 2019 - CSS
-
Updated
Nov 11, 2021 - HTML
-
Updated
Nov 12, 2021 - Swift
-
Updated
Nov 16, 2021 - HTML
-
Updated
Jul 15, 2021 - CoffeeScript
-
Updated
Oct 26, 2021 - Python
-
Updated
Aug 1, 2021 - 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?
12.0.1
What version of Node.js are you using?
14.17.4
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
Vercel
Describe the Bug
I implemented PWA using
next-pwa
in my application, and went through all the necessary steps. ( creating