Compare commits

...

26 commits
v0.1.0 ... main

Author SHA1 Message Date
2093606d41
fix(astro config): remove eris from image download 2025-06-15 03:05:00 +10:00
bba72641c2
CI: move deploy back to the 3900x 2025-06-15 02:35:16 +10:00
069577600e
chore: bump deps 2025-06-15 02:27:42 +10:00
1a23cddd83
feat(blog): make draft bool optional 2025-06-15 02:13:23 +10:00
d3cb6e5574
fix(index): remove "SSH" from minisign key text 2025-06-09 22:01:41 +10:00
38c096d1a2 Update .forgejo/workflows/deploy.yaml 2025-06-09 21:42:36 +10:00
281838d3ba
bump: version 1.0.0 → 1.0.1 2025-06-09 21:14:31 +10:00
7a4517a7bd
fix(index): fix minisign download link 2025-06-09 21:12:57 +10:00
cf234d5b3e
feat(package.json): bump deps 2025-06-09 21:07:47 +10:00
36238efd9a
bump: version 0.2.0 → 1.0.0 2025-06-09 21:00:14 +10:00
1841ca1ab9
feat(index): update main page with minisign key and new message 2025-06-09 20:59:32 +10:00
5b94463c4a
feat: add new public key for minisign, add signatures to other keys and add a new message reflecting this 2025-06-09 20:58:39 +10:00
592df7d71d Update .forgejo/workflows/deploy.yaml 2025-06-04 14:55:07 +10:00
85a95c3812 Update .forgejo/workflows/deploy.yaml 2025-06-04 14:51:00 +10:00
9b0c82834c Update .forgejo/workflows/deploy.yaml 2025-06-04 14:50:24 +10:00
b54d89b92b Update .forgejo/workflows/deploy.yaml 2025-06-04 14:29:23 +10:00
2de9d62b76 Try using bazzite-dx for deployment 2025-06-04 14:28:41 +10:00
66f30e0645
perf(index): move Amemoia's button to fallback smaller button 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 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 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 2025-05-30 17:03:11 +10:00
28 changed files with 1216 additions and 1015 deletions

View file

@ -4,4 +4,4 @@ tag_format = "v$version"
version_scheme = "semver"
version_provider = "npm"
update_changelog_on_bump = true
major_version_zero = true
major_version_zero = false

View file

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

View file

@ -1,3 +1,41 @@
## v1.0.1 (2025-06-09)
### Feat
- **package.json**: bump deps
### Fix
- **index**: fix minisign download link
## v1.0.0 (2025-06-09)
### Feat
- **index**: update main page with minisign key and new message
- add new public key for minisign, add signatures to other keys and add a new message reflecting this
- prepare alternative custom button for Amemoia for performance reasons in the future
### Fix
- **index**: fix avif animated iamges not being usable
### Perf
- **index**: move Amemoia's button to fallback smaller button
- **FriendLink***: add AVIF format to buttons
- **index**: change Amemoia's button to FriendLinkLow
## 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)
### Feat

View file

@ -3,8 +3,9 @@ import { defineConfig } from "astro/config";
import { remarkModifiedTime } from "./remark-modified-time.mjs";
import preact from "@astrojs/preact";
import tailwind from "@astrojs/tailwind";
import node from "@astrojs/node";
import tailwindcss from "@tailwindcss/vite";
import tailwind from "@tailwindcss/vite";
// import node from "@astrojs/node";
import icon from "astro-icon";
@ -12,42 +13,47 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
output: process.env.DOCKER_BUILD ? "server" : "static",
site: "https://aria.coffee",
integrations: [preact(), tailwind(), icon(), mdx()],
output: process.env.DOCKER_BUILD ? "server" : "static",
site: "https://aria.coffee",
integrations: [preact(), tailwind(), icon(), mdx()],
image: {
domains: [
"buymymojo.net",
"aria.coffee",
"github.com",
"githubusercontent.com",
"avatars.githubusercontent.com",
"camo.githubusercontent.com",
"user-images.githubusercontent.com",
"private-user-images.githubusercontent.com",
"alyxia.dev",
"nanoshinono.me",
"ata.moe",
"buh.moe",
"hayden.moe",
"onz.ee",
"notnite.com",
"erisdump.neocities.org",
"espi.me",
"alula.me",
"sapphic.moe",
"calayucu.com",
"meow-d.github.io",
"girlthi.ng",
"lenooby09.tech",
"ackwell.au",
"ari.express"
],
},
markdown: {
remarkPlugins: [remarkModifiedTime],
},
image: {
domains: [
"buymymojo.net",
"aria.coffee",
"github.com",
"githubusercontent.com",
"avatars.githubusercontent.com",
"camo.githubusercontent.com",
"user-images.githubusercontent.com",
"private-user-images.githubusercontent.com",
"alyxia.dev",
"nanoshinono.me",
"ata.moe",
"buh.moe",
"hayden.moe",
"onz.ee",
"notnite.com",
// "erisdump.neocities.org",
"espi.me",
"alula.me",
"sapphic.moe",
"calayucu.com",
"meow-d.github.io",
"girlthi.ng",
"lenooby09.tech",
"ackwell.au",
"ari.express"
],
},
markdown: {
remarkPlugins: [remarkModifiedTime],
},
vite: {
plugins: [tailwindcss()],
},
});
// Bellow is for when dedicated server is wanted?
@ -56,4 +62,4 @@ export default defineConfig({
//
// adapter: node({
// mode: "standalone",
// })
// })

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",
"type": "module",
"version": "0.1.0",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",
@ -14,14 +14,14 @@
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.2.2",
"@astrojs/preact": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.8.0",
"@astrojs/rss": "^4.0.12",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.9.3",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.13",
"preact": "^10.26.7",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"preact": "^10.26.9",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
},
"devDependencies": {
@ -29,8 +29,8 @@
"@iconify-json/hugeicons": "^1.2.5",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.18",
"@iconify-json/token": "^1.2.16",
"@iconify-json/tabler": "^1.2.19",
"@iconify-json/token": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"vite": "^6.3.5"
}

1866
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- esbuild
- sharp

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RUQLW3LQVJ3g5u/ChnEWuONApIe8d9nCP6kiHKz+UXvW/JQoS3BeUCGtPfX5RlwQmLKbz8wBczpW6k/480uJQIJNvSZgR9BNgAM=
trusted comment: timestamp:1749466165 file:49776EAC872B884B_public.asc hashed
yS19/KNdSRtbt7kviP/0mmRKXdrQ94wHd7uyhck7qrvbcpnbZFbr4SDdOsI4A8tv5cKC1lRH2SfxmPoZ+zx8BA==

View file

@ -0,0 +1,2 @@
untrusted comment: minisign public key E6E09D54D0725B0B
RWQLW3LQVJ3g5jOGPxsNwENlFnXHFG9UZra0owAp5Ny+bcnX7NTq2nXv

View file

@ -0,0 +1,39 @@
# keys and addrs 2025-06-09
>Email: hello@aria.coffee
>Website: aria.coffee
>Main Git: https://git.aria.coffee/aria
>Backup Git(GitHub): https://github.com/BuyMyMojo
>Alt Git: https://git.witchcraft.systems/Aria
>bsky: https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn
>bsky alt (pds.witchcraft.systems): https://bsky.app/profile/did:plc:valun42etpm73we7bgyh64ge
>PGP fingerprint: 7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B
>PGP Key: https://aria.coffee/static/keys/49776EAC872B884B_public.asc
>PGP Keyservers: https://keyserver.ubuntu.com & https://keys.openpgp.org
>SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi5QCHIPTT6Uvq2SLxWUKxcN7RgdtrgJxVs2muVUbqe
aria-minisign.pub:
```
untrusted comment: minisign public key E6E09D54D0725B0B
RWQLW3LQVJ3g5jOGPxsNwENlFnXHFG9UZra0owAp5Ny+bcnX7NTq2nXv
```
Crypto Wallets:
>XMR: 48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm
>BTC: bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau
>LTC: LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY
>ETH/USDC/USDT: 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58

View file

@ -0,0 +1,50 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
# keys and addrs 2025-06-09
>Email: hello@aria.coffee
>Website: aria.coffee
>Main Git: https://git.aria.coffee/aria
>Backup Git(GitHub): https://github.com/BuyMyMojo
>Alt Git: https://git.witchcraft.systems/Aria
>bsky: https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn
>bsky alt (pds.witchcraft.systems): https://bsky.app/profile/did:plc:valun42etpm73we7bgyh64ge
>PGP fingerprint: 7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B
>PGP Key: https://aria.coffee/static/keys/49776EAC872B884B_public.asc
>PGP Keyservers: https://keyserver.ubuntu.com & https://keys.openpgp.org
>SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi5QCHIPTT6Uvq2SLxWUKxcN7RgdtrgJxVs2muVUbqe
aria-minisign.pub:
```
untrusted comment: minisign public key E6E09D54D0725B0B
RWQLW3LQVJ3g5jOGPxsNwENlFnXHFG9UZra0owAp5Ny+bcnX7NTq2nXv
```
Crypto Wallets:
>XMR: 48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm
>BTC: bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau
>LTC: LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY
>ETH/USDC/USDT: 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTnt7jSDIdTwHf5sXEZq3qkYrirOwUCaEa6hQAKCRAZq3qkYrir
OzjdAQCQmMnBsfPmCUWJud9huHyyaFbln82gaChf2X3FIJNtbQD9Hn3GY5VLqGnu
c42JefQdRAJDrRcQJO6IBQZj+o5l1QY=
=wOJ3
-----END PGP SIGNATURE-----

View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RUQLW3LQVJ3g5iokC7ikt1OLDd85X7RtAArA+PpdrC/1a5AzLlwInQI9115ZwLG1sFx8IJF0XRPhuUo0fC84tGb7ETrMFfjl8A0=
trusted comment: timestamp:1749465973 file:keys_and_addrs-2025-06-09.md hashed
T1vZ0SuVqmcM2H3Uc3zum6CodwiDSl5jEj9yp6BK1OBKn3uul4G+kuh4y7cZFxisCMPNyfF2pZsxSxVpMV06Bg==

View file

@ -3,7 +3,7 @@ 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="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>
img {
image-rendering: pixelated;

View file

@ -3,7 +3,7 @@ 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="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>
img {
image-rendering: pixelated;

View file

@ -3,7 +3,7 @@ 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>
<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>
img {
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;
---
<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>
img {
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>

View file

@ -13,7 +13,7 @@ const blog = defineCollection({
description: z.string(),
author: z.string(),
tags: z.array(z.string()),
draft: z.boolean(),
draft: z.boolean().optional().default(false),
}),
});

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 FriendLinkMid from "../components/FriendLinkMid.astro";
import FriendLinkLow from "../components/FriendLinkLow.astro";
import FriendLinkLowAnimated from "../components/FriendLinkLowAnimated.astro";
import FriendLinkMidAnimated from "../components/FriendLinkMidAnimated.astro";
const pageTitle = "Aria";
const currentDate = new Date();
@ -42,11 +44,14 @@ const age = seconds / 31556952;
<li>PGP public key fingerprint: <code>7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B</code></li>
<li>PGP public key: <a href="/static/keys/49776EAC872B884B_public.asc" download="49776EAC872B884B_public.asc"><code>49776EAC872B884B_public.asc</code></a> <sub><a href="https://archive.org/details/49776EAC872B884B_public.asc" target="_blank">archive link</a></sub></li>
<li>SSH public key: <a href="https://git.aria.coffee/aria.keys" target="_blank">on my personal git serrver</a> or <a href="https://git.witchcraft.systems/aria.keys" target="_blank">on witchcraft systems' git server</a></li>
<li>minisign key: <a href="/static/keys/aria-minisign.pub" download="aria-minisign.pub"><code>aria-minisign.pub</code></a></li>
<li>Email: <a href="mailto:hello@aria.coffee"><code>hello@aria.coffee</code></a> (supports <a href="https://delta.chat/en/" target="_blank">deltachat</a>!)</li>
<li>Keyoxide: use my <a href="https://keyoxide.org/hello@aria.coffee" target="_blank">email</a> or my <a href="https://keyoxide.org/7EBD3E0C7D3D5C7D5CA8A03F49776EAC872B884B" target="_blank">PGP key fingerprint</a></li>
</ul>
<br />
<sub>There is a PGP signed note with all my info <a href="/static/messages/keys_and_addrs.txt" target="_blank">here</a> <sub><a href="https://archive.org/details/keys_and_addrs" target="_blank">archive link</a></sub></li></sub>
<sub>There is new signed note with all my info here: <a href="/static/messages/keys_and_addrs-2025-06-09.md" target="_blank">message</a> + <a href="/static/messages/keys_and_addrs-2025-06-09.md.minisig" target="_blank">minisign sig</a> + <a href="/static/messages/keys_and_addrs-2025-06-09.md.asc" target="_blank">gpg signed</a> <sub><a href="https://archive.org/download/keys_and_addrs-2025-06-09.md_202506" target="_blank">archive link</a></sub></li></sub>
<br />
<sub>There is a PGP signed note with all my info <sub>(except minisign pub key)</sub> <a href="/static/messages/keys_and_addrs.txt" target="_blank">here</a> <sub><a href="https://archive.org/details/keys_and_addrs" target="_blank">archive link</a></sub></li></sub>
</Partition>
<Partition>
<h1>Socials:</h1>
@ -73,9 +78,9 @@ const age = seconds / 31556952;
target="https://ata.moe"
/>
</div>
<FriendLink
<FriendLinkLow
name="Amemoia"
image="https://buh.moe/resources/buttons/88x31.gif"
image="/static/img/88x31/BuhMoe.png"
target="https://buh.moe/"
/>
<FriendLink
@ -93,7 +98,7 @@ const age = seconds / 31556952;
image="https://notnite.com/buttons/notnite.png"
target="https://notnite.com/"
/>
<FriendLinkLow
<FriendLinkLowAnimated
name="0x5066"
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
target="https://erisdump.neocities.org"
@ -124,12 +129,12 @@ const age = seconds / 31556952;
target="https://meow-d.github.io/"
/>
<div class="outline-dashed flex outline-3 mx-1">
<FriendLink
<FriendLinkMidAnimated
name="~thermia"
image="https://girlthi.ng/~thermia/img/88x31/thermia.gif"
target="https://girlthi.ng/~thermia/"
/>
<FriendLink
<FriendLinkMidAnimated
name="girlthi.ng"
image="https://girlthi.ng/~thermia/img/88x31/girlthing.gif"
target="https://girlthi.ng/"

View file

@ -1,3 +1,5 @@
@import "tailwindcss";
/* @font-face {
font-family: "Noto Sans";
src: local("Noto Sans"), url("/static/fonts/NotoSansDisplay-Regular.ttf")