-
I really enjoy how jekyll_picture_tag works, but it's quite slow rendering a full site with a lot of images. I've noticed it's purely single threaded in operation, when the picture resizing could eas…
-
Unsure if this anyone has raised this before (or even encountered) but I'm trying to figure out if I can replace Jekyll with a very lean rails app to run my blog locally and then use parklife to gener…
-
It would be great if HTML/CSS features are categorised further to indicate whether a feature is good for accessibility/performance/etc. This is something I brought up in a [discussion thread](https://…
-
https://help.github.com/articles/sitemaps-for-github-pages/
https://help.github.com/articles/redirects-on-github-pages/
-
With the 2.0 release, it's time for a new feedback thread. I moved the old one to a discussion thread awhile ago, but apparently nobody uses github discussions because it's been pretty dead. I want to…
-
(Regarding Hacktober, this issue is meant only for advanced contributors.)
---
_Original description:_
I need to adjust the glossary plugin to pass the site configuration context down to the …
-
We should make sure image loading is appropriate for device size to aid in load times. Maybe use srcset and integrate the responsive images plugin? https://ivovalchev.medium.com/jekyll-responsive-imag…
-
We use [Middleman Favicon Maker](https://github.com/follmann/middleman-favicon-maker) in our Middleman app and get the following in our build logs:
```
WARNING! Your installed ImageMagick version …
-
So I have a ton of files on my site that I never expect to change, but which are being regenerated every time because my build environment doesn't preserve originals. My solution for some is going to …
-
I would like to be able to specify (in a preset) that the fallback image is the source image (assuming the source image is accessible in the generated site).
Example input:
`{%picture /sourceima…