aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
AgeCommit message (Collapse)AuthorFilesLines
2023-01-06themes/default/layouts/partials/author-list: Generate once0.11.10tdro1-1/+4
Let it appear on second generation
2022-12-28themes/default/layouts/_default/home.authors: Mix in datestdro1-3/+16
This could use the page variable directly but it might be useful for passing stacks of variable data
2022-12-27themes/default/layouts/partials: Mix down image metadata and expose author.jsontdro1-24/+16
Relegate to section and reduce the rate of multiplicative image transformations
2022-12-09themes/default/layouts/partials: Add user@host in select placestdro1-2/+12
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-09-22themes/default/layouts/partials/function-caches-images: Opt -> Alttdro1-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/author-card: Picture may be copied from remotetdro1-4/+6
2022-08-28themes/default/layouts/partials/function-caches-images: Merge alternate copy ↵tdro1-30/+44
properties Compensate for fit and resize. Set images from user profile configuration.
2022-07-10themes/default/layouts/partials/function-paths: Collect paths functions heretdro1-3/+3
2022-06-24themes/default: static/images -> data/mediatdro1-5/+4
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-13themes/default/layouts/partials/author-card: Set titlestdro1-2/+2
2022-06-11themes/default/layouts: Try fit instead of resizetdro1-6/+5
Default to webp, and use fit method. Might produce better image rendering overall.
2022-06-08themes/default/layouts/partials: Add trailing slash on top linkstdro1-1/+1
2022-06-07static/js/pager: Improve navigation looptdro1-1/+1
Final snap back for browsers that misalign on DOM content load. Remove hash on scroll to allow implicit back to top navigation.
2022-06-07themes/default/layouts/partials/author-picture: Optimize image sizestdro1-2/+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-1/+10
Namespace 404 image processing.
2022-05-13Makefile: Bring up Nu validatortdro1-2/+2
Initial validation before things get out of hand.
2022-05-04themes/default/layouts: Fix remaining URLs missing basetdro1-4/+4
2022-05-04themes/default/layouts: Allow sub directoriestdro1-4/+4
Set base URL on all links.
2022-05-03config.yaml: Commissiontdro1-0/+23