Compare commits

...

30 commits
v0.2.0 ... main

Author SHA1 Message Date
40cd9c0554
fix(index): fixincorrect button url for sapphic 2025-07-04 17:03:48 +10:00
8288677938
ci(deploy): move to 3900x once again 2025-07-04 16:50:47 +10:00
9303258e98
fix(index): hide espi's button. domain down? 2025-07-04 16:49:55 +10:00
e104605a11
fix(deploy.yaml): fix system not running 2025-07-04 16:28:43 +10:00
6d3ea5cd4b
fix(deploy.yaml): fix system not running 2025-07-04 16:25:05 +10:00
59598b03f7
bump: version 1.0.1 → 1.1.0 2025-07-04 16:16:37 +10:00
e5cf30613d
feat: add matomo & bump versions 2025-07-04 16:15:47 +10:00
82102d3625
feat(pay-me): add nano address 2025-06-17 15:44:39 +10:00
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
26 changed files with 1438 additions and 1110 deletions

View file

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

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
deploy: deploy:
@ -26,6 +27,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 +41,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,44 @@
## v1.1.0 (2025-07-04)
### Feat
- add matomo & bump versions
- **pay-me**: add nano address
- **blog**: make draft bool optional
### Fix
- **astro config**: remove eris from image download
- **index**: remove "SSH" from minisign key text
## 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) ## v0.2.0 (2025-05-30)
### Feat ### Feat

View file

@ -1,10 +1,12 @@
// @ts-check // @ts-check
import { defineConfig } from "astro/config"; import { defineConfig } from "astro/config";
import matomo from 'astro-matomo';
import { remarkModifiedTime } from "./remark-modified-time.mjs"; import { remarkModifiedTime } from "./remark-modified-time.mjs";
import preact from "@astrojs/preact"; import preact from "@astrojs/preact";
import tailwind from "@astrojs/tailwind"; import tailwindcss from "@tailwindcss/vite";
import node from "@astrojs/node"; import tailwind from "@tailwindcss/vite";
// import node from "@astrojs/node";
import icon from "astro-icon"; import icon from "astro-icon";
@ -12,42 +14,67 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
output: process.env.DOCKER_BUILD ? "server" : "static", output: process.env.DOCKER_BUILD ? "server" : "static",
site: "https://aria.coffee", site: "https://aria.coffee",
integrations: [preact(), tailwind(), icon(), mdx()], integrations: [
preact(),
tailwind(),
icon(),
mdx(),
matomo({
enabled: import.meta.env.PROD, // Only load in production
host: "https://analytics.aria.coffee/",
// setCookieDomain: "*.ara.coffee",
// trackerUrl: "js/", // defaults to matomo.php
// srcUrl: "js/", // defaults to matomo.js
siteId: 1,
heartBeatTimer: 5,
// disableCookies: true,
debug: false,
// viewTransition: {
// contentElement: "main"
// }
}),
image: { ],
domains: [
"buymymojo.net", image: {
"aria.coffee", domains: [
"github.com", "buymymojo.net",
"githubusercontent.com", "aria.coffee",
"avatars.githubusercontent.com", "github.com",
"camo.githubusercontent.com", "githubusercontent.com",
"user-images.githubusercontent.com", "avatars.githubusercontent.com",
"private-user-images.githubusercontent.com", "camo.githubusercontent.com",
"alyxia.dev", "user-images.githubusercontent.com",
"nanoshinono.me", "private-user-images.githubusercontent.com",
"ata.moe", "alyxia.dev",
"buh.moe", "nanoshinono.me",
"hayden.moe", "ata.moe",
"onz.ee", "buh.moe",
"notnite.com", "hayden.moe",
"erisdump.neocities.org", "onz.ee",
"espi.me", "notnite.com",
"alula.me", // "erisdump.neocities.org",
"sapphic.moe", "espi.me",
"calayucu.com", "alula.me",
"meow-d.github.io", "sapphic.moe",
"girlthi.ng", "calayucu.com",
"lenooby09.tech", "meow-d.github.io",
"ackwell.au", "girlthi.ng",
"ari.express" "lenooby09.tech",
], "ackwell.au",
}, "ari.express"
markdown: { ],
remarkPlugins: [remarkModifiedTime], },
},
markdown: {
remarkPlugins: [remarkModifiedTime],
},
vite: {
plugins: [tailwindcss()],
},
}); });
// Bellow is for when dedicated server is wanted? // Bellow is for when dedicated server is wanted?

View file

@ -1,7 +1,7 @@
{ {
"name": "astro", "name": "aria.coffee",
"type": "module", "type": "module",
"version": "0.2.0", "version": "1.1.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",
@ -12,16 +12,18 @@
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.0", "@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.2.2", "@astrojs/node": "^9.3.0",
"@astrojs/preact": "^4.1.0", "@astrojs/preact": "^4.1.0",
"@astrojs/rss": "^4.0.11", "@astrojs/rss": "^4.0.12",
"@astrojs/tailwind": "^5.1.5", "@tailwindcss/vite": "^4.1.11",
"astro": "^5.8.1", "aria.coffee": "link:",
"astro": "^5.11.0",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"astro-matomo": "^1.9.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"preact": "^10.26.8", "preact": "^10.26.9",
"sharp": "^0.33.5", "sharp": "^0.34.2",
"tailwindcss": "^3.4.17", "tailwindcss": "^4.1.11",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"devDependencies": { "devDependencies": {
@ -29,8 +31,8 @@
"@iconify-json/hugeicons": "^1.2.5", "@iconify-json/hugeicons": "^1.2.5",
"@iconify-json/mdi": "^1.2.3", "@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1", "@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.18", "@iconify-json/tabler": "^1.2.19",
"@iconify-json/token": "^1.2.16", "@iconify-json/token": "^1.2.18",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"vite": "^6.3.5" "vite": "^6.3.5"
} }

2170
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

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

Binary file not shown.

After

(image error) 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==

Binary file not shown.

View file

@ -0,0 +1,15 @@
I have added a new wallet address to my website!
Nano: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9
I am leaving this note here and signing it as proof of identity.
all my current wallets are as follows:
XMR: 48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm
BTC: bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau
LTC: LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY
ETH: 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
USDC(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
USDT(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
NANO: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9

View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RUQLW3LQVJ3g5iLSdWYVagu6OID+UN0fgm4hDgaKm5mych2VPCes1mx6WI9My1/A0YFjsufskQVJtAaqDHXgIcQ1U7orzxJXCQI=
trusted comment: timestamp:1750138827 file:nano-note.txt hashed
IdrZ+thtF+EJ4a12lRmrDIFyyTHx2pVLxA9nbTEsG/P3VlWv7tp94GkrZ0l+x72CaG8F1FKBu/aS0BKK8LHwDA==

View file

@ -85,5 +85,19 @@ import { Icon } from "astro-icon/components";
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
> >
</li> </li>
<li>
<Icon name="token:xno" class={"svg-inline"} /> NANO: <textarea
onclick="this.select()"
readonly
cols="65"
rows="1"
class="rounded backdrop-brightness-0"
style="background-color: var(--third-colour); resize: none;"
>nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9</textarea
>
</li>
</ul> </ul>
<br />
<sub>note about addition of nano: <a href="/static/messages/nano-note.txt" download="nano-note.txt">nano-note.txt</a></sub><br />
<sub>signature of note about addition of nano: <a href="/static/messages/nano-note.txt.minisig" download="nano-note.txt.minisig">nano-note.txt.minisig</a></sub>
</Partition> </Partition>

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>

View file

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

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();
@ -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 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>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>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>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> <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> </ul>
<br /> <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>
<Partition> <Partition>
<h1>Socials:</h1> <h1>Socials:</h1>
@ -73,9 +78,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,16 +98,16 @@ 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"
/> />
<FriendLink <!-- <FriendLink
name="Espi" name="Espi"
image="https://espi.me/img/webring/espi.png" image="https://espi.me/img/webring/espi.png"
target="https://www.espi.me" target="https://www.espi.me"
/> /> -->
<FriendLink <FriendLink
name="Alula" name="Alula"
image="https://alula.me/webring/alula.png" image="https://alula.me/webring/alula.png"
@ -110,7 +115,7 @@ const age = seconds / 31556952;
/> />
<FriendLink <FriendLink
name="Sapphic" name="Sapphic"
image="https://sapphic.moe/buttons/friends/sapphic.png" image="https://sapphic.moe/buttons/sapphic.png"
target="https://sapphic.moe/" target="https://sapphic.moe/"
/> />
<FriendLink <FriendLink
@ -124,12 +129,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/"

View file

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