aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/_markup/render-image.html
AgeCommit message (Collapse)AuthorFilesLines
2023-11-07themes/default/layouts/_default/_markup/render-image: Guard casestdro1-1/+1
To satisfy the validator and fix last deployment
2023-11-06themes/default/layouts/_default/_markup/render-image: Resolve typestdro1-8/+19
2023-11-06themes/default/layouts/_default/_markup/render-image: Avoid reprocessingtdro1-53/+37
Clean up logic and fetch with URL parse
2023-11-02themes/default/layouts: Namespacingtdro1-5/+5
2023-08-31themes/default/layouts/partials: Make CSS in HTML easy to findtdro1-1/+1
2023-04-04themes/default/layouts/partials: Add missing absolute URLstdro1-2/+2
Whoops.. URLs will need to be referenced using absURL at some point for consistency
2023-03-14themes/default/layouts/partials/function-paths: Return dict heretdro1-7/+7
2023-03-03config: Support offline mode0.11.11tdro1-1/+1
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-01-22themes/default/layouts: Tighten up the markuptdro1-1/+1
Might be able to get free computation..
2022-12-15themes/default/layouts/partials/styles-image-gradient: Extend to gallerytdro1-17/+2
2022-12-13themes/default/layouts/_default/_markup/render-image: Use new colors methodtdro1-2/+26
To create image gradient fallback for native browser lazy loading and volatile network conditions
2022-10-19themes/default/layouts/_default/_markup/render-image: Add dumb orientation checktdro1-49/+62
2022-07-20themes/default/layouts: Ensure permalinks on outgoing assetstdro1-5/+5
RSS feed output adds double subdirectory causing 404s.
2022-07-10themes/default/layouts/partials/function-paths: Collect paths functions heretdro1-7/+7
2022-06-27themes/default/layouts/_default/_markup/render-image: Use and not ortdro1-1/+1
2022-06-27themes/default/layouts/_default/_markup/render-image: Check if webp is generatedtdro1-1/+1
To ensure all images are generated. Should be almost good enough for making more types of galleries.
2022-06-27themes/default/layouts/_default/_markup/render-image: Try not to fetch againtdro1-24/+43
Messy but let's try to cache remote images and not fetch again unless necessary. Use webp to check for existence. TODO: will have clean this up later.
2022-06-25themes/default/layouts/_default/_markup/render-image: Use page relative linktdro1-1/+1
2022-06-24themes/default/layouts/_default/_markup/render-image: Immutable relative URLtdro1-1/+1
2022-06-24themes/default: static/images -> data/mediatdro1-19/+24
Add media path. Translate static images to data media.
2022-06-11themes/default/layouts: Try fit instead of resizetdro1-5/+5
Default to webp, and use fit method. Might produce better image rendering overall.
2022-06-09themes/default/layouts/_default/_markup/render-image: Limit resolution by heighttdro1-1/+1
2022-06-09themes/default/layouts/_default/_markup/render-image: Let gallery walk seetdro1-24/+37
Track files in gallery. Might as well optimise source sets. Try webp first, else fall back to given image type.
2022-06-05themes/default/layouts/_default/_markup/render-image: Cache remote images to ↵tdro1-4/+5
static folder Let's slowly not pollute the public area.
2022-06-05themes/default/layouts/partials/feeds-generate: Naively support enclosurestdro1-3/+3
Support showing enclosure images in feeds. The goal is not to be accurate right now.
2022-06-04themes/default/layouts/_default/_markup/render-image: Cache remote imagestdro1-8/+17
2022-06-01themes/default/layouts: Handle image search errorstdro1-7/+7
Namespace 404 image processing.
2022-05-04themes/default/layouts: Allow sub directoriestdro1-0/+2
Set base URL on all links.
2022-05-03config.yaml: Commissiontdro1-0/+45