Compare commits

...

14 commits
v0.1.0 ... main

Author SHA1 Message Date
592df7d71d Update .forgejo/workflows/deploy.yaml
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m7s
2025-06-04 14:55:07 +10:00
85a95c3812 Update .forgejo/workflows/deploy.yaml
Some checks failed
Deploy to Web Server / deploy (push) Has been cancelled
2025-06-04 14:51:00 +10:00
9b0c82834c Update .forgejo/workflows/deploy.yaml
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1s
2025-06-04 14:50:24 +10:00
b54d89b92b Update .forgejo/workflows/deploy.yaml
Some checks failed
Deploy to Web Server / deploy (push) Failing after 10m12s
2025-06-04 14:29:23 +10:00
2de9d62b76 Try using bazzite-dx for deployment
Some checks failed
Deploy to Web Server / deploy (push) Failing after -2s
2025-06-04 14:28:41 +10:00
66f30e0645
perf(index): move Amemoia's button to fallback smaller button
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m10s
2025-06-01 21:36:39 +10:00
1c5be72e77
fix(index): fix avif animated iamges not being usable 2025-06-01 21:36:16 +10:00
ff45976e1f
feat: prepare alternative custom button for Amemoia for performance reasons in the future
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m25s
2025-06-01 21:26:18 +10:00
d47996b308
perf(FriendLink*): add AVIF format to buttons 2025-06-01 21:25:38 +10:00
e14e66bcf9
perf(index): change Amemoia's button to FriendLinkLow 2025-06-01 21:23:53 +10:00
2bdd0f351b
bump: version 0.1.0 → 0.2.0
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m18s
2025-05-30 17:28:28 +10:00
17cbf928ef
feat(Aria-Board): add 4 new imaged to the mood board of motoko kusanagi 2025-05-30 17:28:06 +10:00
713ee6ef64
refactor(old/): remove old unused version of website 2025-05-30 17:09:42 +10:00
be256fc00e
build(pnpm): bump deps
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m53s
2025-05-30 17:03:11 +10:00
18 changed files with 454 additions and 460 deletions

View file

@ -26,6 +26,11 @@ jobs:
node-version: 24 node-version: 24
cache: 'pnpm' cache: 'pnpm'
# - uses: https://github.com/denoland/setup-deno@v2
# with:
# deno-version: vx.x.x
# cache: true
- name: Install SSH key - name: Install SSH key
uses: https://github.com/shimataro/ssh-key-action@v2 uses: https://github.com/shimataro/ssh-key-action@v2
with: with:
@ -35,9 +40,11 @@ jobs:
if_key_exists: fail if_key_exists: fail
- run: pnpm install - run: pnpm install
# - run: deno install
- name: Build website - name: Build website
run: pnpm run build-action run: pnpm run build-action
# run: deno run build-action
- name: Create folder if not exists - name: Create folder if not exists
continue-on-error: true continue-on-error: true

View file

@ -1,3 +1,13 @@
## v0.2.0 (2025-05-30)
### Feat
- **Aria-Board**: add 4 new imaged to the mood board of motoko kusanagi
### Refactor
- **old/**: remove old unused version of website
## v0.1.0 (2025-05-27) ## v0.1.0 (2025-05-27)
### Feat ### Feat

View file

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="src/aria.css" />
<title>Aria</title>
</head>
<body>
<div class="container">
<div style="align-self: end">
<a href="https://aria.coffee"
><img
class="logo"
src="img/buttons/aria.gif"
style="width: 16em"
/></a>
<div style="align-self: start">
<p>This is a test</p>
<p>again</p>
</div>
</div>
</div>
</body>
</html>

View file

@ -1,32 +0,0 @@
html {
font-size: 100%;
line-height: 1.5;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
background-color: black;
color: white;
}
.container {
display: flex;
flex-direction: column;
background-color: #1f2d39;
max-width: 756px;
height: 500px;
border-radius: 12px;
}
.logo {
image-rendering: pixelated;
border-radius: 24px;
}
.badge {
image-rendering: pixelated;
}

View file

@ -1,7 +1,7 @@
{ {
"name": "astro", "name": "astro",
"type": "module", "type": "module",
"version": "0.1.0", "version": "0.2.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh", "build": "astro check && astro build && ./compress-images.sh",
@ -16,10 +16,10 @@
"@astrojs/preact": "^4.1.0", "@astrojs/preact": "^4.1.0",
"@astrojs/rss": "^4.0.11", "@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5", "@astrojs/tailwind": "^5.1.5",
"astro": "^5.8.0", "astro": "^5.8.1",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"preact": "^10.26.7", "preact": "^10.26.8",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"typescript": "^5.8.3" "typescript": "^5.8.3"

782
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props; const { name, image, target } = Astro.props;
--- ---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="max" decoding="async" loading="lazy" formats={['webp']} /></a> <a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="max" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
<style> <style>
img { img {
image-rendering: pixelated; image-rendering: pixelated;

View file

@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props; const { name, image, target } = Astro.props;
--- ---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="high" decoding="async" loading="lazy" formats={['webp']} /></a> <a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="high" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
<style> <style>
img { img {
image-rendering: pixelated; image-rendering: pixelated;

View file

@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props; const { name, image, target } = Astro.props;
--- ---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['webp']} /></a> <a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
<style> <style>
img { img {
image-rendering: pixelated; image-rendering: pixelated;

View file

@ -0,0 +1,16 @@
---
import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['webp']} /></a>
<style>
img {
image-rendering: pixelated;
min-width: 88px;
width: 176px;
min-height: 31px;
height: 62px;
padding: 4px;
}
</style>

View file

@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props; const { name, image, target } = Astro.props;
--- ---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['webp']} /></a> <a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
<style> <style>
img { img {
image-rendering: pixelated; image-rendering: pixelated;

View file

@ -0,0 +1,16 @@
---
import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['webp']} /></a>
<style>
img {
image-rendering: pixelated;
min-width: 88px;
width: 176px;
min-height: 31px;
height: 62px;
padding: 4px;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -7,6 +7,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
import FriendLink from "../components/FriendLinkHigh.astro"; import FriendLink from "../components/FriendLinkHigh.astro";
import FriendLinkMid from "../components/FriendLinkMid.astro"; import FriendLinkMid from "../components/FriendLinkMid.astro";
import FriendLinkLow from "../components/FriendLinkLow.astro"; import FriendLinkLow from "../components/FriendLinkLow.astro";
import FriendLinkLowAnimated from "../components/FriendLinkLowAnimated.astro";
import FriendLinkMidAnimated from "../components/FriendLinkMidAnimated.astro";
const pageTitle = "Aria"; const pageTitle = "Aria";
const currentDate = new Date(); const currentDate = new Date();
@ -73,9 +75,9 @@ const age = seconds / 31556952;
target="https://ata.moe" target="https://ata.moe"
/> />
</div> </div>
<FriendLink <FriendLinkLow
name="Amemoia" name="Amemoia"
image="https://buh.moe/resources/buttons/88x31.gif" image="/static/img/88x31/BuhMoe.png"
target="https://buh.moe/" target="https://buh.moe/"
/> />
<FriendLink <FriendLink
@ -93,7 +95,7 @@ const age = seconds / 31556952;
image="https://notnite.com/buttons/notnite.png" image="https://notnite.com/buttons/notnite.png"
target="https://notnite.com/" target="https://notnite.com/"
/> />
<FriendLinkLow <FriendLinkLowAnimated
name="0x5066" name="0x5066"
image="https://erisdump.neocities.org/buttons/88x31_2.gif" image="https://erisdump.neocities.org/buttons/88x31_2.gif"
target="https://erisdump.neocities.org" target="https://erisdump.neocities.org"
@ -124,12 +126,12 @@ const age = seconds / 31556952;
target="https://meow-d.github.io/" target="https://meow-d.github.io/"
/> />
<div class="outline-dashed flex outline-3 mx-1"> <div class="outline-dashed flex outline-3 mx-1">
<FriendLink <FriendLinkMidAnimated
name="~thermia" name="~thermia"
image="https://girlthi.ng/~thermia/img/88x31/thermia.gif" image="https://girlthi.ng/~thermia/img/88x31/thermia.gif"
target="https://girlthi.ng/~thermia/" target="https://girlthi.ng/~thermia/"
/> />
<FriendLink <FriendLinkMidAnimated
name="girlthi.ng" name="girlthi.ng"
image="https://girlthi.ng/~thermia/img/88x31/girlthing.gif" image="https://girlthi.ng/~thermia/img/88x31/girlthing.gif"
target="https://girlthi.ng/" target="https://girlthi.ng/"