Commit graph

188 commits

Author SHA1 Message Date
Aria
6fc2e356fe
Add description to blog post page rendering 2025-03-10 13:08:39 +11:00
Aria
6be2479c08
Link to uncompressed images in blog post 2025-03-10 12:49:38 +11:00
Aria
b9f80f9787
additional fix to compress-images.sh 2025-03-10 12:39:24 +11:00
Aria
16458c6f59
Move blog to use mdx 2025-03-10 12:37:37 +11:00
Aria
90d6d10292
NavHeader image changes 2025-03-10 12:23:22 +11:00
Aria
489ee77341
bump deps 2025-03-10 12:23:08 +11:00
Aria
8439519feb
Fix compress-images.sh 2025-03-10 12:22:46 +11:00
Aria
6a99f94759
God I love optimisation 2025-03-10 11:43:45 +11:00
Aria
7721ded376
Add LeNooby 09 to friends 2025-03-02 22:28:18 +11:00
Aria
2683be2626
Fix missing images from friend's buttons 2025-03-02 22:15:30 +11:00
Aria
edbb0381ad
Bump website deps 2025-03-02 22:15:09 +11:00
f2d240ebe2 Add deploy steps I use to README.md 2025-01-15 13:12:51 +11:00
e88c5452e1 Remove SteamReplay submodule for now 2025-01-15 13:03:03 +11:00
435319af5e Update Alex's prefered name 2025-01-15 13:02:38 +11:00
8cb1515f6d
chore(PortfolioProject.astro): Remove unused prop 2024-12-29 15:44:50 +11:00
4f347285bb
feat: Add a portfolio to the website 2024-12-29 15:43:17 +11:00
e1ee5f3fa5
chore(aria.css): Change the look for hyperlinks 2024-12-29 15:00:22 +11:00
121d0898a6
chore: Move blog tags button onto blog page 2024-12-29 12:36:20 +11:00
e75e001368
style: Biome check, lint and format 2024-12-27 14:56:29 +11:00
23050eea56
chore(friends.astro): remove unused js 2024-12-27 14:50:36 +11:00
9f5dd40f89
chore(friends.astro): Adjust styling of friends box 2024-12-27 14:43:45 +11:00
9319d53bc9
chore(friends.astro):
Doube size of my own button to keep styling consistent
2024-12-27 14:32:14 +11:00
ebc6168caa
feat(friends.astro): Add tess' buttons 2024-12-27 14:14:06 +11:00
7a030a0a67
chore: Double the size of 88x31 buttons to improve rendering 2024-12-27 14:13:00 +11:00
a872096063
feat(other buttons.astro): Add button for eightyeightthirty.one
The scraper finally picked me up so I can link directly to my place in the "web"

https://eightyeightthirty.one/#aria.coffee
2024-12-26 19:47:43 +11:00
30845e5d63
feat(other buttons.astro): Add two additional buttons
spec savers because that's funny and archive.org
2024-12-23 02:58:36 +11:00
62955a7837
feat(Docker Image): Add a docker image that uses bun for the server for testing later 2024-12-20 21:29:08 +11:00
cdf2653993
fix(Docker Image): output SSR site when in docker 2024-12-20 20:55:43 +11:00
2f0eeecb9e
fix(Docker Image): output SSR site when in docker 2024-12-20 20:35:27 +11:00
07255c57a0 fix(GH actions): fix docker build context 2024-12-20 20:25:13 +11:00
84044fbe3d fix(GH actions): remove cosine from docker action 2024-12-20 20:23:29 +11:00
3fabac0bf5
Merge pull request #6 from BuyMyMojo/docker-auto-push
Some checks failed
Docker Image CI / build (push) Has been cancelled
feat(Gh actions): Auto build and push docker builds to GH registry
2024-12-20 20:18:20 +11:00
2c7e8f4328 feat(Gh actions): Auto build and push docker builds to GH registry
This should allow me to set "releases" of the site and host those on a server instead of replying on a static built site
2024-12-20 20:16:40 +11:00
d262948599 feat: Setup preconnect and dns-prefetch for transing.neocities.org
This should improve the one outside request made a bit. overall this website should be super performant now!
2024-12-20 18:25:58 +11:00
8978fbbb81 fix(aria.css): 🚑 Fix comic mono never being served from website
I messed up the format so it went to pull the file grom github instead of the server, oops
2024-12-20 18:25:58 +11:00
678c421275 fix(aria.css): 🚑 Fix comic mono never being served from website
I messed up the format so it went to pull the file grom github instead of the server, oops
2024-12-20 17:50:47 +11:00
0178f3bb80 style: 🎨 Run biome format 2024-12-20 17:41:56 +11:00
2a4ea33de0 feat: Move from FontAwesome to astro-icons + iconify
Using: https://www.astroicon.dev
2024-12-20 17:34:57 +11:00
9aacacef87 refactor(aria.css): dont serve Comic Shanns font file
this is another backup font, much smaller than NotoSans but I'm fine with relying on local fonts instead of this one
2024-12-20 15:59:40 +11:00
954c1ee17a chore(aria.css): Dont serve Noto Sans font files
Noto Sans is a backup font but because it has a font face it is loaded from the server when it doesn't need to be. if in the future I want it back I have added it's cousin font Noto Sans Display as it is basically the same font but thinner and a smaller file size
2024-12-20 15:58:04 +11:00
6d1c644f2c feat(NavHeader.astro): use image-set to supply multiple file types for heder background
I missed image-sets in looking for a solution to this, thanks @ackwell for spotting this!
2024-12-20 15:29:15 +11:00
b42dacffdd fix(friends.astro): 🐛 move my own button to using <img /> again over Astro's <Image />
I forgot that I enabled processing of images from my own website so it caused it to get processed and optimised which is not what I want. moved to using the basic code for my image as that is all that is needed
2024-12-20 15:17:14 +11:00
22fb93357c refactor(NavHeader.astro): ♻️ Increase quality of header images
The images are compressed more optimally with production builds allowing for an increase in quality
2024-12-20 15:11:02 +11:00
1a271786b0 refactor(NavHeader.astro): Optimise size and scale of pfp in header
set's the header to be 320x320 with a quality of 65 which get's it just under 20kb in avif
2024-12-20 15:06:44 +11:00
8f5c40bed5 refactor(NavHeader.astro): Optimise the header background image size and resolution
Moved to using Astro's `getImage()` function to serve the image as an avif image wich was been scaled down so it's isn't larger resolution than it need to be
2024-12-20 15:05:50 +11:00
9c8e5523c3 chore(.vscode): 🔧 Track conventional commit scopes for vscode plugin
I do want to try my hand at WebStorm so adding this now seems silly but oh well~
2024-12-20 13:28:03 +11:00
b0917f04c6 chore: 🔥 Remove package_lock.json in favor is pnpm's package lock 2024-12-20 13:26:54 +11:00
78fde53417 chore(astro.config.mjs): 🔧 Add some allowed domains for image processing
Added buymymojo.net, aria.coffee and a few github domains for allowed image processing
2024-12-20 13:26:08 +11:00
db8256b81d refactor(FriendLink.astro): Move from <img /> to <Image /> for buttons 2024-12-20 13:19:20 +11:00
f7488934f2 feat(NavHeader): Supply client with avif, webp, jpeg and png options for profile picture 2024-12-20 13:02:02 +11:00