implemented eleventy filter for links

This commit is contained in:
sundae 2025-10-19 15:55:35 +03:00
parent fb24c6a302
commit c8223447a0
No known key found for this signature in database
41 changed files with 230 additions and 205 deletions

View file

@ -14,8 +14,8 @@ title: Version 4
- Added [Blog](/blog)
- Removed ~~Favorite Pokémon~~
- Moved back to ~~About~~ as randomized on-page-load sprites. It felt a bit excessive to have a whole page dedicated to something I don't think about that often
- Replaced all `webp` images with lossy `png` via [pngquant](https://pngquant.org/) and optimized most images with [oxipng](https://github.com/shssoichiro/oxipng)
- Fixed weird behaviour with the [float property](https://developer.mozilla.org/en-US/docs/Web/CSS/float) on the sidebar
- Replaced all `webp` images with lossy `png` via {{"pngquant"|link:"https://pngquant.org/"}} and optimized most images with {{"oxipng"|link:"https://github.com/shssoichiro/oxipng"}}
- Fixed weird behaviour with the {{"float property"|link:"https://developer.mozilla.org/en-US/docs/Web/CSS/float"}} on the sidebar
- Hovering over items would sometimes reset the value back to initial. Substituted it with padding on the `main` and `aside` elements
- Changed [Changelog](/changelog)
- Changelog is now Windows 98-themed
@ -36,11 +36,11 @@ title: Version 4
- Attributions:
- CSS
- [Jordan Scales's 98.css GitHub repository](https://github.com/jdan/98.css) (MIT)
- {{"Jordan Scales's 98.css GitHub repository"|link:"https://github.com/jdan/98.css"}} (MIT)
- Footer stickers
- [Konqi thumbs up by Drakonic](https://drakonic.zone/) (CC-BY-SA)
- [Rabbit emoji by Twitter (Twemoji)](https://github.com/twitter/twemoji) (CC-BY 4.0)
- {{"Konqi thumbs up by Drakonic"|link:"https://drakonic.zone/"}} (CC-BY-SA)
- {{"Rabbit emoji by Twitter (Twemoji)"|link:"https://github.com/twitter/twemoji"}} (CC-BY 4.0)
- Fonts
- [Urbanist](https://github.com/coreyhu/Urbanist) (OFL 1.1)
- [Rubik](https://github.com/googlefonts/rubik) (OFL 1.1)
- [Pangolin](https://github.com/googlefonts/pangolin) (OFL 1.1)
- {{"Urbanist"|link:"https://github.com/coreyhu/Urbanist"}} (OFL 1.1)
- {{"Rubik"|link:"https://github.com/googlefonts/rubik"}} (OFL 1.1)
- {{"Pangolin"|link:"https://github.com/googlefonts/pangolin"}} (OFL 1.1)