Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump: version 0.0.1 → 0.1.0

aria 7c40abc4 ec39af67

+59 -1
+58
CHANGELOG.md
··· 1 + ## v0.1.0 (2025-05-27) 2 + 3 + ### Feat 4 + 5 + - **.cz.toml**: add commitizen config 6 + - **FriendLink**: add high variant 7 + - **<FriendLink>**: add two lower quality version of FriendLink 8 + - Add a portfolio to the website 9 + - **friends.astro**: Add tess' buttons 10 + - **other buttons.astro**: Add button for eightyeightthirty.one 11 + - **other buttons.astro**: Add two additional buttons 12 + - **Docker Image**: Add a docker image that uses bun for the server for testing later 13 + 14 + ### Fix 15 + 16 + - **Docker Image**: output SSR site when in docker 17 + - **Docker Image**: output SSR site when in docker 18 + - **GH actions**: fix docker build context 19 + - **GH actions**: remove cosine from docker action 20 + 21 + ### Perf 22 + 23 + - **NavHeader**: reduce background quality a smidge 24 + - **index**: move all FriendLinks over to high variant 25 + - **index**: try 0x5066's button with FriendLinkLow 26 + - **index**: move 0x5066's button to FriendLinkMid for further file size improvements 27 + - **index**: Swap 0x5066's button to v2 for smaller file size 28 + 29 + ## v0.0.1 (2024-12-20) 30 + 31 + ### Feat 32 + 33 + - **Gh actions**: Auto build and push docker builds to GH registry 34 + - :zap: Setup preconnect and dns-prefetch for transing.neocities.org 35 + - :sparkles: Move from FontAwesome to astro-icons + iconify 36 + - **NavHeader.astro**: use image-set to supply multiple file types for heder background 37 + - **NavHeader**: Supply client with avif, webp, jpeg and png options for profile picture 38 + - Add SteamReplay backups repo as submodule 39 + - **other buttons.astro**: add increment counter 40 + - trans the internet a little more 41 + 42 + ### Fix 43 + 44 + - **aria.css**: :ambulance: Fix comic mono never being served from website 45 + - **aria.css**: :ambulance: Fix comic mono never being served from website 46 + - **friends.astro**: :bug: move my own button to using `<img />` again over Astro's `<Image />` 47 + - **NavHeader.astro**: I had 33x31 instead of 88x31... 48 + - repair miyuko's button being stretched for some reason 49 + - manually install sharp so the pipeline doesn't get mad 50 + - **astro.yml**: specify pnpm in 51 + 52 + ### Refactor 53 + 54 + - **aria.css**: dont serve Comic Shanns font file 55 + - **NavHeader.astro**: :recycle: Increase quality of header images 56 + - **NavHeader.astro**: :zap: Optimise size and scale of pfp in header 57 + - **NavHeader.astro**: :zap: Optimise the header background image size and resolution 58 + - **FriendLink.astro**: Move from <img /> to <Image /> for buttons
+1 -1
package.json
··· 1 1 { 2 2 "name": "astro", 3 3 "type": "module", 4 - "version": "0.0.1", 4 + "version": "0.1.0", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "build": "astro check && astro build && ./compress-images.sh",