mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-16 01:09:57 +00:00
Compare commits
23 commits
77b8fd39bd
...
1555212dbd
Author | SHA1 | Date | |
---|---|---|---|
1555212dbd | |||
a7bf919a3d | |||
96bba4677d | |||
d7bb294622 | |||
a60d770461 | |||
1a1f6ea39d | |||
54c676b1bd | |||
1df985e246 | |||
c8c13c8c9e | |||
5dbbf7d550 | |||
865798bf1a | |||
fa7ffbe64a | |||
06eae936fc | |||
b70dce674c | |||
ea8d10f1be | |||
4cb622a7c5 | |||
afa4f5489a | |||
fbcb222a60 | |||
b934ed6296 | |||
|
698b5b8a14 | ||
|
ddc9055800 | ||
cd97fabf9d | |||
7c46749c8b |
8 changed files with 630 additions and 629 deletions
|
@ -7,19 +7,14 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
# runs-on: WebDeployment
|
||||||
|
runs-on: 3900x
|
||||||
|
container:
|
||||||
|
image: docker.io/node:24-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install SSH key
|
|
||||||
uses: https://github.com/shimataro/ssh-key-action@v2
|
|
||||||
with:
|
|
||||||
key: ${{ secrets.SSH_KEY }}
|
|
||||||
name: aria-coffee-deploy # optional
|
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
|
||||||
if_key_exists: fail
|
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: https://github.com/pnpm/action-setup@v4
|
uses: https://github.com/pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
|
@ -28,11 +23,18 @@ jobs:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 23.11.0
|
node-version: 24
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install SSH key
|
||||||
run: pnpm install
|
uses: https://github.com/shimataro/ssh-key-action@v2
|
||||||
|
with:
|
||||||
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
name: aria-coffee-deploy # optional
|
||||||
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
|
if_key_exists: fail
|
||||||
|
|
||||||
|
- run: pnpm install
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: pnpm run build-action
|
run: pnpm run build-action
|
||||||
|
|
12
package.json
12
package.json
|
@ -11,15 +11,15 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/mdx": "^4.2.5",
|
"@astrojs/mdx": "^4.2.6",
|
||||||
"@astrojs/node": "^9.2.1",
|
"@astrojs/node": "^9.2.1",
|
||||||
"@astrojs/preact": "^4.0.10",
|
"@astrojs/preact": "^4.0.11",
|
||||||
"@astrojs/rss": "^4.0.11",
|
"@astrojs/rss": "^4.0.11",
|
||||||
"@astrojs/tailwind": "^5.1.5",
|
"@astrojs/tailwind": "^5.1.5",
|
||||||
"astro": "^5.7.5",
|
"astro": "^5.7.13",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"preact": "^10.26.5",
|
"preact": "^10.26.6",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"tailwindcss": "^3.4.17",
|
"tailwindcss": "^3.4.17",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
"@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.17",
|
"@iconify-json/tabler": "^1.2.17",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
|
||||||
"@iconify-json/token": "^1.2.16",
|
"@iconify-json/token": "^1.2.16",
|
||||||
"vite": "^6.3.3"
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
|
"vite": "^6.3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1186
pnpm-lock.yaml
generated
1186
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@ Hash: SHA512
|
||||||
|
|
||||||
Email: hello@aria.coffee
|
Email: hello@aria.coffee
|
||||||
Website: aria.coffee
|
Website: aria.coffee
|
||||||
Main Git: https://git.aria.coffee/BuyMyAria
|
Main Git: https://git.aria.coffee/aria
|
||||||
Backup Git(GitHub): https://github.com/BuyMyMojo
|
Backup Git(GitHub): https://github.com/BuyMyMojo
|
||||||
Alt Git: https://git.witchcraft.systems/Aria
|
Alt Git: https://git.witchcraft.systems/Aria
|
||||||
|
|
||||||
|
|
14
shell.nix
14
shell.nix
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
pkgs ? import <nixpkgs> { },
|
|
||||||
}:
|
|
||||||
|
|
||||||
pkgs.mkShell {
|
|
||||||
packages = [
|
|
||||||
pkgs.nodejs
|
|
||||||
pkgs.pnpm
|
|
||||||
pkgs.biome
|
|
||||||
pkgs.oxipng
|
|
||||||
pkgs.jpegoptim
|
|
||||||
pkgs.croc
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -239,7 +239,7 @@ Hash: SHA512
|
||||||
|
|
||||||
Email: hello@aria.coffee
|
Email: hello@aria.coffee
|
||||||
Website: aria.coffee
|
Website: aria.coffee
|
||||||
Main Git: https://git.aria.coffee/BuyMyAria
|
Main Git: https://git.aria.coffee/aria
|
||||||
Backup Git(GitHub): https://github.com/BuyMyMojo
|
Backup Git(GitHub): https://github.com/BuyMyMojo
|
||||||
Alt Git: https://git.witchcraft.systems/Aria
|
Alt Git: https://git.witchcraft.systems/Aria
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ const buttonFormat = "gif";
|
||||||
import { Icon } from "astro-icon/components";
|
import { Icon } from "astro-icon/components";
|
||||||
import { execSync } from "node:child_process";
|
import { execSync } from "node:child_process";
|
||||||
|
|
||||||
const commitURL = `https://git.aria.coffee/BuyMyAria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`;
|
const commitURL = `https://git.aria.coffee/aria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`;
|
||||||
const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pretty="format:%h"`)}</a>`;
|
const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pretty="format:%h"`)}</a>`;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pr
|
||||||
> <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a
|
> <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a
|
||||||
> | <span class="tooltip"><a href="/special_blog"
|
> | <span class="tooltip"><a href="/special_blog"
|
||||||
> <Icon name="mdi:rss" class={"svg-inline"}/>blog for robots!</a
|
> <Icon name="mdi:rss" class={"svg-inline"}/>blog for robots!</a
|
||||||
> <span class="tooltiptext"><nobr>AI Honeypot~</nobr></span></span> | <a href="https://git.aria.coffee/BuyMyAria/aria.coffee/actions?workflow=deploy.yaml" target="_blank"><img src="https://git.aria.coffee/BuyMyAria/aria.coffee/badges/workflows/deploy.yaml/badge.svg" width="130px" height="23" style="display: inline-block;" /></a>
|
> <span class="tooltiptext"><nobr>AI Honeypot~</nobr></span></span> | <a href="https://git.aria.coffee/aria/aria.coffee/actions?workflow=deploy.yaml" target="_blank"><img src="https://git.aria.coffee/aria/aria.coffee/badges/workflows/deploy.yaml/badge.svg" width="130px" height="23" style="display: inline-block;" /></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
|
@ -35,10 +35,15 @@ const age = seconds / 31556952;
|
||||||
</main>
|
</main>
|
||||||
</Partition>
|
</Partition>
|
||||||
<Partition>
|
<Partition>
|
||||||
<Greeting
|
<h1 class="text-2xl">Usefull Stuff</h1>
|
||||||
client:load
|
<ul class="list-disc p-4">
|
||||||
messages={["Yo", "Hallo", "Ayo", "Hiya", "You're cute"]}
|
<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>Email: <a href="mailto:hello@aria.coffee"><code>hello@aria.coffee</code></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>
|
||||||
</Partition>
|
</Partition>
|
||||||
<Partition>
|
<Partition>
|
||||||
<h1>Socials:</h1>
|
<h1>Socials:</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue