mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-16 13:19:56 +00:00
Compare commits
No commits in common. "1555212dbd6e1717e14c7a96fe26c2b289d9f760" and "77b8fd39bdc78dfa9c4a5cb835b0373af8d1764a" have entirely different histories.
1555212dbd
...
77b8fd39bd
8 changed files with 631 additions and 632 deletions
|
@ -7,25 +7,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
# runs-on: WebDeployment
|
runs-on: docker
|
||||||
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 pnpm
|
|
||||||
uses: https://github.com/pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
version: 10
|
|
||||||
|
|
||||||
- name: Install Node.js
|
|
||||||
uses: https://github.com/actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 24
|
|
||||||
cache: 'pnpm'
|
|
||||||
|
|
||||||
- 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:
|
||||||
|
@ -34,7 +20,19 @@ jobs:
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: fail
|
if_key_exists: fail
|
||||||
|
|
||||||
- run: pnpm install
|
- name: Install pnpm
|
||||||
|
uses: https://github.com/pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 10
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
uses: https://github.com/actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 23.11.0
|
||||||
|
cache: 'pnpm'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
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.6",
|
"@astrojs/mdx": "^4.2.5",
|
||||||
"@astrojs/node": "^9.2.1",
|
"@astrojs/node": "^9.2.1",
|
||||||
"@astrojs/preact": "^4.0.11",
|
"@astrojs/preact": "^4.0.10",
|
||||||
"@astrojs/rss": "^4.0.11",
|
"@astrojs/rss": "^4.0.11",
|
||||||
"@astrojs/tailwind": "^5.1.5",
|
"@astrojs/tailwind": "^5.1.5",
|
||||||
"astro": "^5.7.13",
|
"astro": "^5.7.5",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"preact": "^10.26.6",
|
"preact": "^10.26.5",
|
||||||
"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",
|
||||||
"@iconify-json/token": "^1.2.16",
|
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"vite": "^6.3.5"
|
"@iconify-json/token": "^1.2.16",
|
||||||
|
"vite": "^6.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
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/aria
|
Main Git: https://git.aria.coffee/BuyMyAria
|
||||||
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
Normal file
14
shell.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
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/aria
|
Main Git: https://git.aria.coffee/BuyMyAria
|
||||||
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/aria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`;
|
const commitURL = `https://git.aria.coffee/BuyMyAria/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/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>
|
> <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>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
|
@ -35,15 +35,10 @@ const age = seconds / 31556952;
|
||||||
</main>
|
</main>
|
||||||
</Partition>
|
</Partition>
|
||||||
<Partition>
|
<Partition>
|
||||||
<h1 class="text-2xl">Usefull Stuff</h1>
|
<Greeting
|
||||||
<ul class="list-disc p-4">
|
client:load
|
||||||
<li>PGP public key fingerprint: <code>7EBD 3E0C 7D3D 5C7D 5CA8 A03F 4977 6EAC 872B 884B</code></li>
|
messages={["Yo", "Hallo", "Ayo", "Hiya", "You're cute"]}
|
||||||
<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