aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/_markup
AgeCommit message (Collapse)AuthorFilesLines
2023-01-22themes/default/layouts: Tighten up the markuptdro3-4/+4
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-11-21themes/default/layouts: Use hashing algorithm consistentlytdro1-2/+3
Avoid using shuffle in short codes by appending .Ordinal value
2022-11-17themes/default/layouts/_default/_markup/render-link: data-external -> ↵tdro1-6/+8
data-internal
2022-11-17themes/default/layouts/_default/_markup/render-link: Refine remote checktdro1-8/+19
2022-11-17themes/default/layouts/_default/_markup/render-link: Remove target="_blank"tdro1-6/+3
Will cause issues later on - highlight external links with dotted underline
2022-10-19themes/default/layouts/_default/_markup/render-image: Add dumb orientation checktdro1-49/+62
2022-08-26assets/css/syntax-highlight-default: Hide copy button in markuptdro1-1/+1
2022-07-20themes/default/layouts: Ensure permalinks on outgoing assetstdro1-5/+5
RSS feed output adds double subdirectory causing 404s.
2022-07-14assets/css/syntax-highlight-default: Add block code targetstdro1-5/+7
Set default type.
2022-07-10themes/default/layouts/partials/function-paths: Collect paths functions heretdro2-8/+8
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-22themes/default/layouts/partials/function: Add static path returntdro1-1/+1
I'm stuck. Setup up runway for name spacing.
2022-06-18themes/default/layouts/_default/_markup/render-link: Use local permanent linkstdro1-1/+1
To fix broken relative links in feeds.
2022-06-14themes/default/layouts/_default/_markup/render-codeblock: Caption only when settdro1-2/+0
Exclude <code> from global hover border radius.
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-03themes/default/layouts/_default/_markup/render-link: Add no-referrertdro1-1/+1
Ensure noopener no-referrer on remote target blanks. Keep it organic.
2022-06-01themes/default/layouts: Handle image search errorstdro1-7/+7
Namespace 404 image processing.
2022-05-28themes/default/layouts/_default/_markup/render-codeblock: Show caption when ↵tdro1-0/+2
no caption
2022-05-13Makefile: Bring up Nu validatortdro2-2/+2
Initial validation before things get out of hand.
2022-05-04themes/default/layouts: Allow sub directoriestdro1-0/+2
Set base URL on all links.
2022-05-03config.yaml: Commissiontdro5-0/+110