aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-picture.html
AgeCommit message (Collapse)AuthorFilesLines
2022-12-27themes/default/layouts/_default/section.following: Select distincttdro1-1/+4
Bring back up the stack
2022-12-27themes/default/layouts/partials: Mix down image metadata and expose author.jsontdro1-21/+22
Relegate to section and reduce the rate of multiplicative image transformations
2022-10-20themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> ↵0.11.4tdro1-2/+2
markdown grep -lri "raw: " public/data/generates/content | xargs sed --in-place 's|raw: |markdown: |g' grep -lri "image: " public/data/generates/content | xargs sed --in-place 's|image: |favicon: |g'
2022-10-05themes/default/layouts/partials/author-picture: Expose webp sourcetdro1-1/+1
2022-09-03themes/default/layouts/partials/function-caches-images: Namespace alternate copytdro1-1/+1
Make the name distinct, it might eventually be a slice.
2022-08-28themes/default/layouts/partials/function-caches-images: Merge alternate copy ↵tdro1-36/+38
properties Compensate for fit and resize. Set images from user profile configuration.
2022-07-26themes/default/layouts/partials/author-list: Should be an asidetdro1-1/+1
2022-07-10themes/default/layouts/partials/function-paths: Collect paths functions heretdro1-2/+2
2022-06-24themes/default: static/images -> data/mediatdro1-5/+5
Add media path. Translate static images to data media.
2022-06-12themes/default/layouts/partials/author-picture: 96px to 160pxtdro1-1/+1
2022-06-11themes/default/layouts: Try fit instead of resizetdro1-9/+8
Default to webp, and use fit method. Might produce better image rendering overall.
2022-06-07themes/default/layouts/partials/author-picture: Up resolution to 120pxtdro1-4/+4
2022-06-07themes/default/layouts/partials/author-picture: Optimize image sizestdro1-14/+18
Didn't intend to optimize now, but public assets are available. Take easy win and reduce initial payload.
2022-06-01themes/default/layouts: Handle image search errorstdro1-10/+24
Namespace 404 image processing.
2022-05-26themes/default/layouts/partials/author-picture: Ensure attribute spacetdro1-1/+1
2022-05-26themes/default/layouts/partials/author-picture: Feed links are relativetdro1-1/+1
2022-05-26themes/default/layouts/partials/feeds-generate: Generate thumbnailstdro1-0/+14
2022-05-04themes/default/layouts/partials: Set dimensions imagestdro1-0/+10