static-site-generator
Here are 2,165 public repositories matching this topic...
-
Updated
Dec 12, 2020 - Go
Currently, the user's scroll position is stored within session storage, and this is violating a GDPR compliance check (yes, I know). Is there a way to disable this storage?
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 9, 2020 - SCSS
- I confirm that this is an issue rather than a
Is your feature request related to a problem? Please describe.
Nowadays modern browsers use image 'width' and 'height' attributes to avoid layout shift
https://twitter.com/jensimmons/status/1172922185570279425
Also Next.js image component requires 'width' and 'height' attributes to be provided
https://nextjs.org/docs/api-reference/next/image#required-props
The problem is that it's pre
-
Updated
Dec 7, 2020 - 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 loThere 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
Dec 11, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Sep 9, 2020 - 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
Dec 11, 2020 - CSS
-
Updated
Dec 11, 2020 - JavaScript
Feature Request
Add data-srcset for lazy loading multi-res mobile/desktop images.
Initially apply to list items (views).
Docs: https://afarkas.github.io/lazysizes/index.html
May increase Lighthouse score.
Bug Report
Environment
Zola version: 0.12.2 (regressed from 0.11.0)
Step to reproduce
Clone https://github.com/leotsarev/leotsarev.ru/ with submodules
Install zola 0.12.2
Zola build and zola serve
Expected Behavior
Zola serve works just fine
Current Behavior
Zola serve always fails with
Error: Can't watch `sass` for changes in folder `C:\Users\leo\source
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Jun 16, 2019 - CSS
-
Updated
Jul 22, 2020 - CoffeeScript
-
Updated
Dec 6, 2020 - Python
-
Updated
Dec 10, 2020 - HTML
-
Updated
Nov 29, 2020 - CoffeeScript
-
Updated
Dec 2, 2020 - Swift
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Dec 10, 2020 - HTML
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."
Bug report
Describe the bug
With the latest next.js version (10.0.3), I noticed a new warning in my console, without chaning anything at the code.
When using next/link a slash / get's prefixed to the url on client s