My personal web site built on Eleventy https://devon.lol
Find a file
Devon Campbell ae0487886b Restructure for animated gifs
Animated gifs can't go through the asset pipeline since they come out as
a single frame of the original animation. Previously, I had only a
couple of them and didn't have my assets structured very well. I had the
assets that needed to be passthrough copied alongside those that could
go through the pipeline. It wasn't bad since there weren't many
animations. I mapped just those to passthrough copy to go to a single
directory. This will become more fraught as I add more since there's
more opportunity for collisions. When mapping to an output directory, I
can't maintain the inner structure of that directory. The files are
flattened. I moved everything around, both to separate images that can
go through the pipeline from those which can't and to allow for a simple
passthrough copy that will maintain the directory structure so that each
blog post can have its own directory of passthrough copied animated gifs
in the build.
2024-06-24 00:21:09 -04:00
css Restructure for animated gifs 2024-06-24 00:21:09 -04:00
favicon Restructure for animated gifs 2024-06-24 00:21:09 -04:00
fonts Restructure for animated gifs 2024-06-24 00:21:09 -04:00
images Restructure for animated gifs 2024-06-24 00:21:09 -04:00
src Restructure for animated gifs 2024-06-24 00:21:09 -04:00
.eleventy.js Restructure for animated gifs 2024-06-24 00:21:09 -04:00
.gitignore Fetch Webmentions 2024-06-17 18:49:26 -04:00
.nvmrc Initial commit 2022-11-26 15:55:43 -08:00
create-blog-post.sh Restructure for animated gifs 2024-06-24 00:21:09 -04:00
netlify.toml Add Netlify build/deploy config 2022-11-26 21:25:46 -08:00
package-lock.json Display webmentions 2024-06-20 14:25:29 -04:00
package.json Add new blog script creation script 2024-06-23 12:18:49 -04:00