Open swift502 opened 2 days ago
Name | Link |
---|---|
Latest commit | 272d64107bcf41ef0c25580810e9508ae191a60b |
Latest deploy log | https://app.netlify.com/sites/keebfolio/deploys/672a8b007f33360008368562 |
Deploy Preview | https://deploy-preview-182--keebfolio.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hej @swift502 - thanks a lot for you efforts π Weβll look at it soon π
After further research the search functionality could be done with Pagefind, which has good integration with astro.
For the image optimization and loading jitter:
MDX would work but then the images would not render correctly on github, when viewing the mdx files. Is that important?
Another alternative would be something like yml, and generate the table html manually.
- name: Boston
type: pcb, case
tags: 120%, usb-c, STM32F072CBU6
link: https://github.com/bluepylons/Boston
image: boston.jpg # Images would be made local, so they can be optimized during build
Separate data and html that way.
Just a few proposals. But I can't find an easy way to improve the images without removing the simplicity of people being able to just add a line on Github, check the md preview to see if everything is correct and create a PR. That is a really good thing that allows people to contribute easily.
Hi. I wanted to fix the missing images, but when I saw that the site is using Astro 1 I updated everything to current versions.
This is totally unsolicited so I understand if you refuse these changes. However I'd be happy to further fix issues that might come up when building or deploying the site.
Entries cleanup
Site maintenance
<Image>
component usage because according to https://docs.astro.build/en/guides/images/#images-in-markdown-files the component is not supported in md files, and actually in the two entries where it was used it was breaking the width of the entire table column. It could potentially be implemented with mdx if we wanted image thumbnails, preventing load jitter, and get better image preview functionality.Differences
Let me know what you think. π