static-site-generator
Here are 2,174 public repositories matching this topic...
-
Updated
Dec 19, 2020 - Go
A follow up to gatsbyjs/gatsby#28614
Here are a few other places where sharp reads/writes images that don't seem to have try/catch setup around them.
https://github.com/gatsbyjs/gatsby/blob/b81e6bdb70fbda4f02739728f79b12c166b1a188/pack
-
Updated
Dec 16, 2020 - Ruby
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Dec 17, 2020 - SCSS
- I confirm that this is an issue rather than a
Is your feature request related to a problem? Please describe.
We are going to be integrating Cloudinary with NetlifyCMS. Ideally, when people are adding images via Cloudinary, we would like the resulting markdown to specify the filepath for the file within Cloudinary. At the moment the only options are to output the full Cloudinary URL, or the filename only. Filename only is no use to us as
-
Updated
Dec 17, 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 17, 2020 - TypeScript
-
Updated
Dec 19, 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 14, 2020 - JavaScript
Feature Request
Add new_tab option using Hugo's new menu system in v0.79 to customize whether main menu links open in new tabs.
Similar logic albeit for a different purpose was proposed in #2010
Other than general customization, such capability would also be useful for those who effectively have a Wowchemy site within a site (e.g. using two templates on the same domain) so that the s
I don't really know Tokio or the best way to upgrade it, if someone has time to do it it shouldn't take too long.
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Jun 16, 2019 - CSS
-
Updated
Jul 22, 2020 - CoffeeScript
-
Updated
Dec 20, 2020 - Python
-
Updated
Dec 10, 2020 - HTML
-
Updated
Dec 2, 2020 - Swift
-
Updated
Nov 29, 2020 - CoffeeScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Dec 14, 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."
Feature request
Is your feature request related to a problem? Please describe.
Emotion can also be used via the "Vanilla" API (as opposed to the
@emotion/reactpackage). @MMT-LD created a version of it in the discussion over here on the Gist from @colinhacks:https://gist.github.com/col