Managing assets
All the associates assets with the documents can be found in the docs/_assets directory.
During the build, fonts and images are copied unmodified to dest/_assets/fonts and dest/_assets/images directories.
Images referenced in markdown files should be placed in the images directory. These are processed using the 11ty Image plugin into avif, webp and jpeg images with widths of 432, 648, 864, 1296, 1728 pixels and placed into the dist/_assets/images/optimized directory.
The code for markdown image handling can be found in the lib/markdown.js file.
Last updated: