aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08themes/default/layouts/_default/section.following: Follow -> Feedstdro1-1/+1
2024-03-08themes/default/layouts/partials: Merge metatdro1-4/+4
2024-02-21assets/css/default: Merge micro-summary -> micro-cardtdro1-41/+39
2023-12-30config: Use same icon set on navigationtdro1-1/+1
Normalize SVG XML formatting
2023-10-15static/js/timeago: Allow default pass throughtdro1-0/+1
2023-10-07themes/default: Make time and dates consistenttdro1-3/+3
Don't mix local time with UTC and fix future date calculation
2023-09-10themes/default/layouts/partials: Remove most hashestdro1-2/+2
Looks like different browsers interpret # differently except for minimal behaviour
2023-06-18themes/default/layouts/partials/pagination: Simplify and preparetdro1-1/+1
2023-06-18assets/css/default: Sketch rough responsivity on righttdro1-1/+1
2023-05-10themes/default/layouts/partials/author-card: Guard empty metadatatdro1-3/+5
More bug squashing under certain conditions
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-27themes/default/layouts/_default/taxonomy: Clean uptdro1-1/+1
Arrange in cards
2023-03-17themes/default/layouts: Enforce military timetdro1-1/+1
2023-03-14themes/default/layouts/partials/function-paths: Return dict heretdro1-4/+4
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